@charset "UTF-8";
/*
Theme Name: 庄内こどもの歯科
Theme URI: https://platinum-site.com/iihanet/
Description: 
Version: 1.1
Author: owndmedia.lab(kn)
*/
/* ************************************************************************************************
  共通
************************************************************************************************ */
html, body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: maru-maru-gothic-blr-stdn, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  background: #ffffff;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

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%;
}

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

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

/* 見出し */
.h3__ttl--left {
  position: relative;
  z-index: 1;
}
.h3__ttl--left::before {
  width: 77px;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -7%;
  z-index: -1;
}
.h3__ttl--left .circle01 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(215, 238, 238, 0.4);
  bottom: -36%;
  left: -11%;
}
.h3__ttl--left .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(215, 238, 238, 0.3);
  bottom: 33%;
  left: -16%;
}

.h3__ttl--right {
  text-align: right;
  position: relative;
  z-index: 1;
}
.h3__ttl--right::before {
  width: 77px;
  height: 77px;
  background-color: rgba(215, 238, 238, 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(215, 238, 238, 0.4);
  bottom: -83%;
  right: -5%;
}
.h3__ttl--right .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(215, 238, 238, 0.3);
  bottom: -12%;
  right: -7%;
}

.h3__ttl--center {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h3__ttl--center h3 {
  margin: 0 15px;
  text-align: center;
}
.h3__ttl--center .circle01, .h3__ttl--center .circle02 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.h3__ttl--center .circle01 {
  background-color: rgba(215, 238, 238, 0.3);
}
.h3__ttl--center .circle02 {
  background-color: rgba(215, 238, 238, 0.5);
}

/* ボタン */
.btn01 {
  font-size: 17px;
  color: #ffffff;
  background-color: #ff6ead;
  border: 1px solid #ff6ead;
  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 #ffffff;
  border-radius: 60px;
  width: 98%;
  height: 90%;
}
.btn01:hover {
  background-color: #3aacad;
  border-color: #3aacad;
  color: #ffffff;
  transition: all 0.3s;
}

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

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

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

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

/*コンテンツ区切りウェーブ*/
.wave01 {
  fill: #fadfeb;
}

.wave02 {
  fill: #ffffff;
}

.wave03 {
  fill: #d7eeee;
}

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

/*円*/
/***** 下層ページヘッダー *****/
.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;
  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 #ffffff;
  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;
  transform: scale(1.3);
}
.header-sub .header-sub__wrap .header-sub__box img.active {
  transform: scale(1);
}
.header-sub .header-sub__wrap h2 {
  margin: 40px 0;
  line-height: 1;
}
.header-sub .header-sub__wrap h2 span {
  font-size: 23px;
  color: #f3b3cf;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

/***** フッター *****/
footer {
  background-color: #fadfeb;
  margin-top: -10px;
  padding: 0 0 40px;
}
footer .footer__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10rem 0 5rem;
}
footer .footer__wrap .footer__container {
  width: 50%;
}
footer .footer__wrap .footer__container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
}
footer .footer__wrap .footer__container ul li a {
  display: block;
  transition: 0.3s all;
  width: 254px;
  height: 55px;
  text-align: center;
}
footer .footer__wrap .footer__container ul li a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
footer .footer__wrap .footer__container ul li a img {
  width: 254px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer__wrap .footer__logo {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
footer .footer__wrap .footer__logo:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__logo span {
  font-size: 1.8rem;
  margin-left: 1rem;
}
footer .footer__wrap address {
  margin: 30px 0 15px;
}
footer .footer__wrap address span {
  background: #ffffff;
  padding: 0.1rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  margin-right: 1rem;
}
footer .footer__wrap .footer__tel {
  transition: all 0.4s;
}
footer .footer__wrap .footer__tel span {
  display: block;
}
footer .footer__wrap .footer__tel:hover {
  color: #f3b3cf;
  transition: all 0.3s;
}
footer .footer__wrap .footer__sns {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0 0 2rem;
}
footer .footer__wrap .footer__sns a {
  background-color: #3aacad;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
footer .footer__wrap .footer__sns a:hover {
  background-color: #ff6ead;
  transition: all 0.3s;
}
footer .footer__wrap .footer__sns a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: grid;
}
footer .footer__wrap .footer__btn {
  display: flex;
  gap: 1rem;
}
footer .footer__wrap .btn01 {
  width: 225px;
  text-align: center;
}
footer .footer__wrap .footer__map {
  filter: saturate(0.5);
}
footer .footer__copyright {
  font-size: 14px;
  text-align: center;
  margin: 25px 0;
  display: block;
}

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

/***** ヘッダー *****/
header .header__wrap {
  position: relative;
}
header .header__wrap #header__gmenu {
  width: 100%;
  height: 100px;
  padding-left: 20px;
  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 {
  transition: all 0.3s;
}
header .header__wrap #header__gmenu .header__logo h1 {
  display: flex;
  align-items: center;
}
header .header__wrap #header__gmenu .header__logo h1 span {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
header .header__wrap #header__gmenu .header__logo:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
header .header__wrap #header__gmenu ul li {
  display: inline-block;
  margin: 0 15px;
}
header .header__wrap #header__gmenu ul li a {
  font-size: 18px;
  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: 14px;
  color: #f3b3cf;
  text-transform: uppercase;
}
header .header__wrap #header__gmenu ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #f3b3cf;
  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(255, 255, 255, 0.9);
}
header .header__wrap .header__reserve {
  background-color: #ff6ead;
  display: block;
  width: 230px;
  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;
  position: relative;
}
header .header__wrap .header__reserve::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #ffffff;
  width: 95%;
  height: 90%;
}
header .header__wrap .header__reserve p {
  color: #ffffff;
  font-weight: 600;
  display: grid;
  align-items: center;
  gap: 0.5rem;
}
header .header__wrap .header__reserve:hover {
  color: #ffffff;
  background-color: #3aacad;
  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: #f3b3cf;
  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: #ffffff;
}

.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(255, 255, 255, 0.95);
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
  margin-bottom: 35px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li:last-child a {
  background-color: #ff6ead;
  display: block;
  width: 100%;
  height: 60px;
  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;
  position: relative;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li:last-child a span {
  color: #ffffff;
  font-size: 1rem;
  z-index: 1;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li:last-child a:hover {
  color: #ffffff;
  background-color: #3aacad;
  transition: all 0.3s;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li:last-child a:hover::after {
  background-color: #3aacad;
  width: 95%;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li:last-child a::after {
  background-color: #ff6ead;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #ffffff;
  width: 95%;
  height: 90%;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
  font-size: 18px;
  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: #f3b3cf;
  text-transform: uppercase;
}
#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: #f3b3cf;
  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: #fadfeb;
  text-align: center;
}

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

#splash_text svg {
  height: 2px;
}

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

#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: #f3b3cf;
  color: #ffffff;
  border: 2px solid #f3b3cf;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
  padding-top: 0.2rem;
}

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

#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: 80px;
  z-index: 20;
}

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

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

#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: 1600px) {
  header .header__wrap .header__reserve {
    display: none;
  }
}
@media screen and (max-width: 1536px) {
  header .header__wrap #header__gmenu {
    padding: 0 1.5vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1366px) {
  header .header__wrap #header__gmenu {
    height: 90px;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 8px;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 17px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  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 .header__logo h1 span {
    font-size: 1.4rem;
  }
  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;
    height: 80px;
  }
  header .header__wrap #header__gmenu ul {
    display: none;
  }
  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__gmenu .header__logo img {
    width: 70px;
  }
  #h-menu {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
/* ************************************************************************************************
  1025px
************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 15px;
  }
  .btn01 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
  #contact_btn {
    display: grid;
    gap: 0.5rem;
    align-items: center;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 200px;
  }
  .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: -15%;
  }
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 27px;
    height: 27px;
  }
}
/* ************************************************************************************************
  960px
************************************************************************************************ */
@media screen and (max-width: 959px) {
  footer .footer__wrap {
    flex-direction: column;
    align-items: center;
    margin: 5rem 0 2.5rem;
  }
  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;
  }
  footer .footer__wrap address {
    text-align: left;
  }
  footer .footer__wrap .footer__container ul {
    justify-content: center;
    gap: 0.5rem;
  }
  .header-sub {
    margin-top: -6%;
  }
}
/* ************************************************************************************************
  781px
************************************************************************************************ */
@media screen and (max-width: 780px) {
  .header-sub .header-sub__wrap .header-sub__box img {
    transform: scale(1);
    height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #gnav-sp {
    width: 100%;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul {
    text-align: center;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    display: inline-block;
    width: 40%;
    margin: 20px 0;
  }
  footer .footer__wrap .footer__container ul li a {
    width: 235px;
    height: 45px;
    line-height: 45px;
  }
  footer .footer__wrap .footer__container ul li a img {
    width: 235px;
    height: 45px;
  }
}
/* ************************************************************************************************
  561px
************************************************************************************************ */
@media screen and (max-width: 560px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  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 .header__wrap #header__gmenu {
    padding: 0 3vw;
  }
  header .header__wrap #header__gmenu .header__logo img {
    width: 50px;
  }
  header .header__wrap #header__gmenu .header__logo h1 span {
    font-size: 1.2rem;
  }
  #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 .footer__wrap {
    margin: 3rem 0 1.5rem;
  }
  footer .footer__wrap .footer__container {
    width: 100%;
  }
  footer .footer__wrap .footer__container:first-of-type {
    margin-bottom: 30px;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 70px;
  }
  footer .footer__wrap .footer__container .footer__logo span {
    font-size: 1.2rem;
  }
  footer .footer__wrap .footer__container small {
    font-size: 12px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 25px 0;
  }
  footer .footer__wrap .footer__container address {
    margin: 35px 0 15px;
  }
  footer .footer__wrap .footer__container ul li a {
    width: 195px;
    height: 40px;
    line-height: 40px;
  }
  footer .footer__wrap .footer__container ul li a img {
    width: 195px;
    height: 40px;
  }
  footer .footer__copyright {
    margin: 15px 0;
  }
  .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: 70px;
  }
  .h3__ttl--left {
    text-align: center;
    margin-left: 0;
  }
  .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;
  }
}
/* ************************************************************************************************
  426px
************************************************************************************************ */
@media screen and (max-width: 425px) {
  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;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 1rem 0;
  }
  footer .footer__wrap .footer__btn {
    display: block;
  }
  footer .footer__wrap .btn01 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  footer .footer__wrap .footer__container ul li a img {
    width: 100%;
    height: auto;
  }
}
/*
Theme Name: 庄内こどもの歯科
Theme URI: https://platinum-site.com/iihanet/
Description:
Version: 1.1
Author: OWNDMEDIA.LAB
*/
/* ************************************************************************************************
  front-page.php
************************************************************************************************ */
#main {
  margin-top: -10%;
}
#main .wrap2 {
  margin: 0 auto 5rem;
}
#main ul.main__slider.only-sp {
  display: none;
}
#main ul.main__slider li.main__slider__item {
  position: relative;
  margin: 0 3vw;
}
#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 #ffffff;
  border-radius: 40px;
  width: 98%;
  height: 98%;
}
#main ul.main__slider li.main__slider__item img {
  width: 100%;
  border-radius: 40px;
}
#main ul.main__slider .slick-dots {
  bottom: -40px;
}
#main ul.main__slider .slick-dots li button::before {
  color: #d7eeee;
  opacity: 1;
}
#main ul.main__slider .slick-dots li.slick-active button::before {
  color: #f3b3cf;
  opacity: 1;
}
#main .main__container {
  margin-top: 90px;
  align-items: center;
  justify-content: center;
  position: relative;
}
#main .main__container::after {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 100%;
}
#main .main__container .main__heading {
  font-size: 36px;
  color: #3aacad;
  margin-right: 100px;
  line-height: 1.8;
}
#main .main__container .main__txt {
  font-size: 18px;
}
#main .main__container .main__txt span {
  background: linear-gradient(transparent 50%, #fadfeb 50%);
}

.webp .main__container::after {
  content: "";
  background: url(img/common/logo-h.png.webp) no-repeat 50% 50%/contain;
}

.no-webp .main__container::after {
  content: "";
  background: url(img/common/logo-h.png) no-repeat 50% 50%/contain;
}

#i-news {
  margin-top: -50px;
  background-color: #fadfeb;
}
#i-news .wrap {
  margin-top: -20px;
}
#i-news .h3__ttl--right::before {
  background-color: #ffffff;
}
#i-news .h3__ttl--right .circle01 {
  background-color: #ffffff;
}
#i-news .h3__ttl--right .circle02 {
  background-color: #ffffff;
}
#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;
}
#i-news .i-news__wrap a.i-news__item:hover .i-news__tmb img {
  transform: scale(1.05);
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb {
  width: 224px;
  min-width: 224px;
  height: 149px;
  overflow: hidden;
  position: relative;
  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;";
  transition: transform 0.4s ease;
  transform-origin: center;
}
#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: #3aacad;
}
#i-news .i-news__btn {
  margin-top: 60px;
  text-align: center;
}
#i-news .i-news__svg {
  margin-bottom: -10px;
}

#i-contents {
  padding-bottom: 1px;
}
#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-contents__wrap {
  margin-top: 80px;
}
#i-contents .i-contents__wrap .i-contents__container {
  margin-bottom: 80px;
  justify-content: center;
  align-items: center;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__img {
  max-width: 315px;
  max-height: 315px;
  margin-right: -70px;
  border: 4px solid #d7eeee;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box {
  padding: 60px 70px 60px 100px;
  margin-top: 95px;
  background-color: #ffffff;
  border-radius: 40px;
  position: relative;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
  color: #ff6ead;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 3px dotted #fadfeb;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 span {
  color: rgba(255, 110, 173, 0.5);
  font-size: 60px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 50px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
  position: absolute;
  bottom: -2%;
  right: -15%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle01 {
  width: 75px;
  height: 75px;
  background-color: rgba(215, 238, 238, 0.5);
  position: absolute;
  border-radius: 50%;
  bottom: 35%;
  left: -69%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle02 {
  width: 45px;
  height: 45px;
  background-color: rgba(215, 238, 238, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: 28%;
  left: -53%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) {
  flex-direction: row-reverse;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img {
  margin: 0px 0 160px -85px;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box {
  padding: 60px 80px 60px 70px;
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
  bottom: -19%;
  left: -14%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle02 {
  bottom: -18%;
  right: -64%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(215, 238, 238, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: -6%;
  right: -56%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
  margin: -140px -50px 0 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
  bottom: -15%;
  right: -13%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .circle01 {
  bottom: -36%;
  left: -66%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .circle02 {
  bottom: -15%;
  left: -69%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__img {
  margin: 0px 0 160px -85px;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box {
  padding: 60px 80px 60px 70px;
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic {
  bottom: -19%;
  left: -14%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .circle02 {
  bottom: -18%;
  right: -64%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(215, 238, 238, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: -6%;
  right: -56%;
}

.webp #i-contents {
  background-image: url(img/bg01.png.webp);
}

.no-webp #i-contents {
  background-image: url(img/bg01.png);
}

#i-service {
  background-color: #d7eeee;
  margin-top: -2%;
  padding-bottom: 5%;
}
#i-service .h3__ttl--right::before {
  background-color: #ffffff;
}
#i-service .h3__ttl--right .circle01,
#i-service .h3__ttl--right .circle02 {
  background-color: #ffffff;
}
#i-service .i-service__wrap {
  margin-top: 6rem;
}
#i-service .i-service__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
#i-service .i-service__item {
  width: calc(33.3333333333% - 1.5rem);
  gap: 1.5rem;
}
#i-service .i-service__item img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 2rem;
}
#i-service .i-service__item a {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  display: grid;
  justify-items: center;
  padding: 3rem 1.5rem;
  transition: 0.4s ease-out;
  position: relative;
}
#i-service .i-service__item a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-out;
}
#i-service .i-service__item a p {
  line-height: 1.6;
}
#i-service .i-service__item a p:nth-child(1) {
  border-bottom: 2px dotted #fadfeb;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
#i-service .i-service__item a p:nth-child(2) {
  font-size: 14px;
  text-align: center;
}
#i-service .i-service__item a p span {
  color: #3aacad;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
}
#i-service .i-service__concept {
  background-color: #ffffff;
  border-radius: 40px;
  font-size: 0.85rem;
  padding: 2.5rem;
  position: relative;
}
#i-service .i-service__concept::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 98%;
  height: 95%;
  margin: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #d7eeee;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 40px;
}
#i-service .i-service__concept span {
  color: #ff6ead;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.6;
}

#i-clinic {
  padding-bottom: 2rem;
}
#i-clinic .i-contents__wave {
  margin-top: -3%;
}
#i-clinic .wrap {
  padding: 175px 0 0;
}
#i-clinic .h3__ttl--left::before {
  background-color: #d7eeee;
}
#i-clinic .i-clinic__schedule {
  margin-top: 5%;
  margin-bottom: 2.5%;
}
#i-clinic .i-clinic__schedule--img img {
  border-radius: 40px;
  height: 375px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#i-clinic .i-clinic__schedule .i-clinic__table {
  margin: 1.5rem 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#i-clinic .i-clinic__schedule .i-clinic__table table {
  min-width: 350px;
  width: 100%;
  height: 100%;
}
#i-clinic .i-clinic__schedule .i-clinic__table table caption {
  caption-side: bottom;
  padding: 1rem 0;
}
#i-clinic .i-clinic__schedule .i-clinic__table table caption ul li::before {
  content: "";
  background-color: #fadfeb;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.75rem;
}
#i-clinic .i-clinic__schedule .i-clinic__table table caption ul li:first-child::before {
  content: none;
}
#i-clinic .i-clinic__schedule .i-clinic__table table th,
#i-clinic .i-clinic__schedule .i-clinic__table table td {
  background-color: #ffffff;
  border-bottom: 1px solid #fadfeb;
  padding: 1rem;
  text-align: center;
}
#i-clinic .i-clinic__schedule .i-clinic__table table th {
  color: #3aacad;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
#i-clinic .i-clinic__reserve {
  background-color: #d7eeee;
  border-radius: 40px;
  padding: 2.5rem;
}
#i-clinic .i-clinic__reserve--ttl {
  text-align: center;
}
#i-clinic .i-clinic__reserve--ttl p {
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 4rem;
  margin: 0 auto 3rem;
}
#i-clinic .i-clinic__reserve .i-clinic__box {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
#i-clinic .i-clinic__reserve .i-clinic__box a {
  border-radius: 60px;
  width: 50%;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 1rem;
  position: relative;
  transition: 0.4s all;
}
#i-clinic .i-clinic__reserve .i-clinic__box a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #ffffff;
  border-radius: 60px;
  width: 98%;
  height: 90%;
}
#i-clinic .i-clinic__reserve .i-clinic__box a:nth-child(1) {
  background-color: #3aacad;
}
#i-clinic .i-clinic__reserve .i-clinic__box a:nth-child(1):hover {
  background-color: #ff6ead;
  transition: 0.4s all;
}
#i-clinic .i-clinic__reserve .i-clinic__box a:nth-child(1) span {
  display: block;
  font-size: 0.9rem;
}
#i-clinic .i-clinic__reserve .i-clinic__box a:nth-child(2) {
  background-color: #ff6ead;
}
#i-clinic .i-clinic__reserve .i-clinic__box a:nth-child(2):hover {
  background-color: #3aacad;
  transition: 0.4s all;
}
#i-clinic .i-clinic__reserve .i-clinic__txt div {
  margin-bottom: 1.5rem;
}
#i-clinic .i-clinic__reserve .i-clinic__txt div h3 {
  border-bottom: 3px dotted #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#i-clinic .i-clinic__reserve .i-clinic__txt div h3::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.75rem;
}

#i-menu {
  margin-top: -1%;
}
#i-menu .i-menu__wrap {
  margin: 20px 0;
  justify-content: center;
}
#i-menu .i-menu__wrap .i-menu__item {
  text-align: center;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#i-menu .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 #ffffff;
  border-radius: 50%;
  width: 97%;
  height: 97%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle:hover .i-menu__img {
  transform: scale(1.2);
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item h4 {
  font-size: 22px;
  margin: 20px 0;
}
#i-menu .i-menu__wrap .i-menu__item .btn01 {
  background-color: #ffffff;
}
#i-menu .i-menu__wrap .i-menu__item .btn01:hover {
  background-color: #3aacad;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
  margin: 50px 100px 0;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) {
  margin-top: 100px;
}
#i-menu .i-bnr {
  margin: 150px auto 50px;
  text-align: center;
  position: relative;
}
#i-menu .i-bnr::before {
  width: 175px;
  height: 113px;
  position: absolute;
  left: -75px;
  top: -77px;
  z-index: -1;
}
#i-menu .i-bnr::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #d7eeee;
  border-radius: 40px;
  width: 99%;
  height: 97%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
#i-menu .i-bnr .i-bnr__img {
  width: 100%;
  border-radius: 40px;
}
#i-menu .i-bnr .i-bnr__img--sp {
  display: none;
}
#i-menu .i-bnr .i-bnr__box {
  color: #ffffff;
  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-menu .i-bnr .i-bnr__box .i-bnr__ttl {
  font-size: 50px;
  line-height: 1.3;
}
#i-menu .i-bnr .i-bnr__box .i-bnr__ttl--sub {
  font-size: 25px;
  color: #f3b3cf;
}
#i-menu .i-bnr .i-bnr__box .i-bnr__txt {
  margin: 30px 0;
}
#i-menu .i-bnr .i-bnr__box .btn01 {
  width: 100%;
}

.webp .i-bnr::before {
  content: "";
  background: url(img/index_bnr_icon.png.webp) no-repeat center center/cover;
}

.no-webp .i-bnr::before {
  content: "";
  background: url(img/index_bnr_icon.png) no-repeat center center/cover;
}

/* ************************************************************************************************
  page-child.php&page-orthodontia.php&page-cavity.php&page-whitening.php（小児歯科&小児矯正&むし歯・予防歯科&ホワイトニングページ）
************************************************************************************************ */
#service01 {
  background-color: #fadfeb;
}
#service01 .h3__ttl--left .circle01,
#service01 .h3__ttl--left .circle02 {
  background-color: #ffffff;
}
#service01 .service01__wrap {
  padding: 5rem 50px;
}
#service01 .service01__txt {
  margin: 2.5rem 0;
}
#service01 .service01__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
#service01 .service01__list .service01__item {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 2rem;
  width: 49%;
  position: relative;
  overflow: hidden;
}
#service01 .service01__list .service01__item::after {
  content: "";
  width: 195px;
  height: 195px;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  right: 0;
}
#service01 .service01__list .service01__item h4 {
  color: #ff6ead;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
#service01 .service01__list .service01__item p {
  position: relative;
  z-index: 1;
}

.webp .service01__item:nth-child(1)::after {
  background: url(img/service_icon01.png.webp);
}

.webp .service01__item:nth-child(2)::after {
  background: url(img/service_icon02.png.webp);
}

.webp .service01__item:nth-child(3)::after {
  background: url(img/service_icon03.png.webp);
}

.webp .service01__item:nth-child(4)::after {
  background: url(img/service_icon04.png.webp);
}

.no-webp .service01__item:nth-child(1)::after {
  background: url(img/service_icon01.png);
}

.no-webp .service01__item:nth-child(2)::after {
  background: url(img/service_icon02.png);
}

.no-webp .service01__item:nth-child(3)::after {
  background: url(img/service_icon03.png);
}

.no-webp .service01__item:nth-child(4)::after {
  background: url(img/service_icon04.png);
}

#service02 {
  margin-bottom: 8rem;
}
#service02 .service02__wrap {
  margin: 8rem auto 0;
}
#service02 .service02__wrap .service02__container .service02__item {
  margin: 5rem 0;
}
#service02 .service02__wrap .service02__container .service02__item ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
#service02 .service02__wrap .service02__container .service02__item ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
#service02 .service02__wrap .service02__container .service02__item ul li picture {
  width: 47.5%;
}
#service02 .service02__wrap .service02__container .service02__item ul li img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
#service02 .service02__wrap .service02__container .service02__item ul li div {
  width: 50%;
  padding: 0 2rem;
}
#service02 .service02__wrap .service02__container .service02__item ul li div p:nth-child(1) {
  border-bottom: 2px dotted #fadfeb;
  color: #ff6ead;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#service02 .service02__wrap .service02__container .service02__list__box {
  width: 100%;
  background-color: #d7eeee;
  border-radius: 40px;
  padding: 2.5rem;
  margin-bottom: 1rem;
}
#service02 .service02__wrap .service02__container .service02__list__box:last-child {
  margin-bottom: 0;
}
#service02 .service02__wrap .service02__container .service02__list__box p {
  color: #3aacad;
  font-size: 1.4rem;
  border-bottom: 2px dotted #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#service02 .service02__wrap .service02__container .service02__list__box ul li {
  font-size: 18px;
}
#service02 .service02__wrap .service02__container .service02__list__box ul li::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.75rem;
}

#service03 {
  background-color: #d7eeee;
}
#service03 .h3__ttl--center .circle01,
#service03 .h3__ttl--center .circle02 {
  background-color: #ffffff;
}
#service03 .service03__wrap {
  padding: 5rem 50px;
}
#service03 .service03__txt {
  padding: 2.5rem 0 1.5rem;
}
#service03 .service03__img img {
  width: 100%;
  height: 425px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

#service04 {
  background-color: #d7eeee;
}
#service04 .h3__ttl--left .circle01,
#service04 .h3__ttl--left .circle02 {
  background-color: #ffffff;
}
#service04 .service04__wrap {
  margin: 5rem auto 0;
}
#service04 .service04__box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 3rem;
  padding: 2.5rem 0 8rem;
}
#service04 .service04__box img {
  border-radius: 40px;
  width: 100%;
  max-width: 450px;
  height: 585px;
  -o-object-fit: cover;
  object-fit: cover;
}
#service04 .service04__box div {
  width: 65%;
}
#service04 .service04__box div .service04__txt {
  margin-bottom: 1.5rem;
}
#service04 .service04__box div ul {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 2.5rem;
}
#service04 .service04__box div ul figcaption {
  background-color: #fadfeb;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 3rem;
  margin-bottom: 1rem;
}
#service04 .service04__box div ul li {
  font-size: 0.9rem;
}

#service05 .service05__box {
  margin: 5rem 0;
}
#service05 .service05__box--wrap {
  margin-bottom: 3rem;
}
#service05 .service05__box--wrap > p {
  color: #ff6ead;
  font-size: 1.6rem;
  border-bottom: 2px dotted #fadfeb;
  margin-bottom: 2rem;
}
#service05 .service05__box .service05__concept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service05 .service05__box .service05__concept.--second {
  flex-direction: row-reverse;
}
#service05 .service05__box .service05__concept .service05__img {
  width: calc(40% - 1rem);
}
#service05 .service05__box .service05__concept .service05__img img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}
#service05 .service05__box .service05__concept .service05__txt {
  width: calc(60% - 1rem);
}
#service05 .service05__box .service05__concept .service05__txt h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#service05 .service05__box .service05__concept .service05__txt h5::before {
  content: "";
  background-color: #fadfeb;
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}
#service05 .service05__box .service05__concept .service05__txt ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
#service05 .service05__box .service05__concept .service05__txt ul li {
  background-color: #d7eeee;
  border-radius: 5px;
  width: 48%;
  padding: 0.5rem;
  text-align: center;
}
#service05 .service05__box .service05__concept .service05__txt p span {
  background: linear-gradient(transparent 50%, #fadfeb 50%);
  display: inline-block;
  font-size: 20px;
}
#service05 .service05__box .service05__contents__list > p {
  border-top: 1px solid #fadfeb;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#service05 .service05__box .service05__contents__list > p span {
  background-color: #fadfeb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.5rem 2rem;
}
#service05 .service05__box .service05__contents__list > p.--cap {
  border-top: none;
  color: #ff6ead;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
#service05 .service05__box .service05__contents__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
#service05 .service05__box .service05__contents__list ul li {
  width: 32%;
}
#service05 .service05__box .service05__contents__list ul li p {
  margin-top: 1rem;
  text-align: center;
}
#service05 .service05__box .service05__contents__list ul li p span {
  background-color: #d7eeee;
  border-radius: 40px;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}
#service05 .service05__box .service05__contents__list ul li.--border img {
  border: 1px solid #797979;
}
#service05 .service05__box .service05__contents__list ul.--2col {
  gap: 3rem;
}
#service05 .service05__box .service05__contents__list ul.--2col li {
  width: 48%;
  position: relative;
}
#service05 .service05__box .service05__contents__list ul.--2col li:first-child::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -2.8rem;
  transform: translateY(-50%);
  font-size: 1.6rem;
  background-color: #3aacad;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-items: center;
  align-content: center;
}
#service05 .service05__box .service05__contents__list div {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin: 4rem 0;
}
#service05 .service05__box .service05__contents__list div a {
  background-color: #ff6ead;
  border-radius: 60px;
  width: 50%;
  color: #ffffff;
  font-size: 1.4rem;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 1rem;
  position: relative;
}
#service05 .service05__box .service05__contents__list div a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #ffffff;
  border-radius: 60px;
  width: 98%;
  height: 90%;
}
#service05 .service05__box .service05__contents__list div a:hover {
  background-color: #3aacad;
  transition: 0.3s all;
}
#service05 .service05__box .service05__contents__txt {
  margin: 3rem 0;
}
#service05 .service05__box .service05__contents__txt h4 {
  color: #ff6ead;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
#service05 .service05__box .service05__phara {
  margin: 3rem 0;
}
#service05 .service05__box .service05__phara h4 {
  color: #ff6ead;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
#service05 .service05__box .service05__price {
  margin: 5rem 0;
}
#service05 .service05__box .service05__price > p {
  color: #ff6ead;
  font-size: 1.6rem;
  border-bottom: 2px dotted #fadfeb;
  margin-bottom: 2rem;
}
#service05 .service05__box .service05__price table {
  width: 100%;
  height: 100%;
}
#service05 .service05__box .service05__price table th, #service05 .service05__box .service05__price table td {
  padding: 10px 15px;
}
#service05 .service05__box .service05__price table th {
  color: #3aacad;
  border-bottom: 1px solid #fadfeb;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  width: 60%;
}
#service05 .service05__box .service05__price table td {
  width: 40%;
  border-bottom: 1px solid #fadfeb;
  text-align: right;
}
#service05 .service05__box .service05__price table caption {
  color: #ff6ead;
  caption-side: bottom;
  padding-top: 1rem;
}

#service06 {
  background-color: #d7eeee;
}
#service06 .h3__ttl--left .circle01,
#service06 .h3__ttl--left .circle02 {
  background-color: #ffffff;
}
#service06 .service06__container {
  padding: 5rem 0 8rem;
}
#service06 .service06__txt {
  padding: 2.5rem 0 0;
}
#service06 .service06__txt > p {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
#service06 .service06__txt img {
  border-radius: 40px;
  width: 100%;
  height: 395px;
  -o-object-fit: cover;
     object-fit: cover;
}

#service07 .service07__box ul {
  margin: 4rem 0 0;
}
#service07 .service07__box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
#service07 .service07__box ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#service07 .service07__box ul li .service07__item--img {
  width: 45%;
}
#service07 .service07__box ul li .service07__item--img img {
  border-radius: 40px;
}
#service07 .service07__box ul li .service07__item--txt {
  width: 50%;
  padding: 0 2rem;
}
#service07 .service07__box ul li .service07__item--txt h4 {
  color: #ff6ead;
  font-size: 1.6rem;
  border-bottom: 2px dotted #fadfeb;
  margin-bottom: 2rem;
}
#service07 .service07__risk {
  border-radius: 40px;
  background-color: #d7eeee;
  margin: 5rem 0;
  padding: 3rem 2.5rem;
}
#service07 .service07__risk__box {
  margin-bottom: 2.5rem;
}
#service07 .service07__risk__box h5 {
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
#service07 .service07__risk__box ul li {
  font-size: 15px;
  margin-bottom: 1rem;
}
#service07 .service07__risk__box ul li:last-child {
  border-bottom: 1px solid transparent;
}
#service07 .service07__risk__box ul li > p {
  font-size: 1.1rem;
}
#service07 .service07__risk__box ul li > p::before {
  content: "";
  background-color: #ffffff;
  display: inline-block;
  width: 45px;
  height: 1px;
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-bottom: 0.25rem;
}
#service07 .service07__price {
  margin: 5rem 0;
}
#service07 .service07__price > p {
  color: #ff6ead;
  font-size: 1.6rem;
  border-bottom: 2px dotted #fadfeb;
  margin-bottom: 2rem;
}
#service07 .service07__price table {
  width: 100%;
  height: 100%;
}
#service07 .service07__price table th, #service07 .service07__price table td {
  padding: 10px 15px;
}
#service07 .service07__price table th {
  color: #3aacad;
  border-bottom: 1px solid #fadfeb;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  width: 60%;
}
#service07 .service07__price table td {
  width: 40%;
  border-bottom: 1px solid #fadfeb;
  text-align: right;
}

#service08 {
  background-color: #fadfeb;
}
#service08 .h3__ttl--left .circle01,
#service08 .h3__ttl--left .circle02 {
  background-color: #ffffff;
}
#service08 .service08__txt {
  padding: 2.5rem 0 5rem;
}

#service09 .service09__box {
  margin: 5rem 0 0;
}
#service09 .service09__item {
  margin-bottom: 6rem;
}
#service09 .service09__item:last-child {
  margin-bottom: 0;
}
#service09 .service09__txt {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
#service09 .service09__txt--img {
  width: 40%;
}
#service09 .service09__txt--img img {
  border-radius: 40px;
}
#service09 .service09__txt--phara {
  width: 60%;
}
#service09 .service09__txt--phara h4 {
  color: #ff6ead;
  font-size: 1.6rem;
  border-bottom: 2px dotted #fadfeb;
  margin-bottom: 2rem;
}
#service09 .service09__flow {
  margin: 3rem 0 0;
}
#service09 .service09__flow > p {
  border-top: 1px solid #fadfeb;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#service09 .service09__flow > p span {
  background-color: #fadfeb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.5rem 2rem;
}
#service09 .service09__flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service09 .service09__flow__item {
  width: calc(25% - 1rem);
}
#service09 .service09__flow__txt {
  margin: 1rem 0 0;
}
#service09 .service09__flow__txt p {
  color: #3aacad;
}
#service09 .service09__flow__txt p:first-child {
  border-bottom: 2px dotted #ff6ead;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
#service09 .service09__flow__txt p:first-child span {
  color: #797979;
  display: block;
  font-size: 0.8rem;
}
#service09 .service09__flow__txt p:nth-child(2) {
  color: #666666;
}
#service09 .service09__concept {
  margin: 3rem 0 0;
}
#service09 .service09__concept > p {
  border-top: 1px solid #fadfeb;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#service09 .service09__concept > p span {
  background-color: #fadfeb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.5rem 2rem;
}
#service09 .service09__concept__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service09 .service09__concept__item {
  width: calc(33.3333333333% - 1rem);
  margin-bottom: 3rem;
}
#service09 .service09__concept__img img {
  border-radius: 40px;
}
#service09 .service09__concept__txt {
  margin: 1rem 0 0;
  position: relative;
}
#service09 .service09__concept__txt p:first-child {
  background-color: #3aacad;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 32px;
  text-align: center;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
#service09 .service09__concept__txt p:nth-child(2) {
  font-size: 0.9rem;
}
#service09 .service09__concept__summary {
  margin: 0 0 3rem;
}
#service09 .service09__concept__summary p {
  color: #ff6ead;
  font-size: 1.4rem;
}
#service09 .service09__concept__maintenance {
  background-color: #d7eeee;
  border-radius: 40px;
  padding: 2.5rem;
}
#service09 .service09__concept__maintenance h5 {
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
#service09 .service09__concept__maintenance ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  justify-content: space-between;
}
#service09 .service09__concept__maintenance ul li {
  flex: 0 0 14.5%;
  height: 150px;
  background-color: #ffffff;
  border-radius: 18px;
  font-size: 0.9rem;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  align-items: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
#service09 .service09__concept__maintenance ul li::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, #fadfeb, rgba(250, 223, 235, 0.8));
  border-radius: 4px;
  z-index: 0;
  filter: blur(0.2px);
  opacity: 0.95;
}
#service09 .service09__concept__maintenance ul li span {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
  color: #3aacad;
  font-size: 1rem;
  flex-shrink: 0;
}
#service09 .service09__concept__maintenance ul li:last-child::after, #service09 .service09__concept__maintenance ul li:last-child::before {
  display: none;
}

#service10 {
  background-color: #d7eeee;
}
#service10 .h3__ttl--right::before,
#service10 .h3__ttl--right .circle01,
#service10 .h3__ttl--right .circle02 {
  background-color: #ffffff;
}
#service10 .service10__container {
  margin-top: 5rem;
}
#service10 .service10__box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 2.5rem 0;
  gap: 3rem;
}
#service10 .service10__box .service10__img {
  width: 40%;
}
#service10 .service10__box .service10__img img {
  border-radius: 40px;
}
#service10 .service10__box .service10__txt {
  width: 60%;
}
#service10 .service10__box .service10__txt p span {
  background: linear-gradient(transparent 50%, #fadfeb 50%);
  font-size: 1.2rem;
}

/* ************************************************************************************************
  page-about.php（医院案内ページ）
************************************************************************************************ */
#concept01 {
  background-color: #fadfeb;
  padding-bottom: 150px;
}
#concept01 .h3__ttl--left .circle01,
#concept01 .h3__ttl--left .circle02 {
  background-color: #ffffff;
}
#concept01 .concept01__wrap {
  margin-top: 50px;
  align-items: flex-start;
  justify-content: flex-start;
}
#concept01 .concept01__wrap .concept01__container {
  margin-right: 5%;
}
#concept01 .concept01__wrap .concept01__container .concept01__txt {
  margin-bottom: 25px;
  margin-top: 50px;
}
#concept01 .concept01__wrap .concept01__container .concept01__txt span {
  border-bottom: 3px dotted #ffffff;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#concept01 .concept01__wrap .concept01__container .concept01__name {
  font-size: 0.9rem;
  text-align: right;
  line-height: 1.6;
}
#concept01 .concept01__wrap .concept01__container .concept01__name span {
  display: block;
  font-size: 1.4rem;
}
#concept01 .concept01__wrap .concept01__img {
  border-radius: 40px;
  max-width: 875px;
  width: 100%;
  height: auto;
}
#concept01 .concept01__wrap .concept01__box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2.5rem;
  width: 100%;
  height: 325px;
}
#concept01 .concept01__wrap .concept01__box:nth-child(1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
#concept01 .concept01__wrap .concept01__box:nth-child(2) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
#concept01 .concept01__wrap .concept01__box p {
  border-bottom: 2px solid #fadfeb;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#concept01 .concept01__wrap .concept01__box ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #3aacad;
  margin-right: 1rem;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-bottom: 0.1rem;
}

#concept02 .h3__ttl--center {
  margin-bottom: 80px;
}
#concept02 .concept02__wrap {
  margin-top: 70px;
  justify-content: space-between;
  align-items: center;
}
#concept02 .concept02__wrap > picture {
  margin-right: 60px;
}
#concept02 .concept02__wrap > picture .concept02__img {
  border-radius: 50px;
  width: 100%;
  max-width: 595px;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept02 .concept02__wrap .concept02__tbl tr {
  border-bottom: 1px solid #f3b3cf;
}
#concept02 .concept02__wrap .concept02__tbl tr th, #concept02 .concept02__wrap .concept02__tbl tr td {
  padding: 10px 15px;
}
#concept02 .concept02__wrap .concept02__tbl tr th {
  color: #3aacad;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  width: 25%;
}
#concept02 .concept02__wrap .concept02__map iframe {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
#concept02 .concept02__wrap .concept02__access {
  background-color: #d7eeee;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 2.5rem;
}
#concept02 .concept02__wrap .concept02__access ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#concept02 .concept02__wrap .concept02__access ul li div {
  width: calc(80% - 2rem);
}
#concept02 .concept02__wrap .concept02__access ul li div h5 {
  border-bottom: 2px dotted #ffffff;
  margin-bottom: 0.5rem;
}
#concept02 .concept02__wrap .concept02__access ul li div h5::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 1rem;
}
#concept02 .concept02__wrap .concept02__access ul li div p {
  margin-bottom: 2rem;
}
#concept02 .concept02__wrap .concept02__access ul li picture img {
  width: 100%;
  max-width: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

#concept03 {
  background-color: #fadfeb;
  padding-bottom: 120px;
}
#concept03 .h3__ttl--right::before,
#concept03 .h3__ttl--right .circle01,
#concept03 .h3__ttl--right .circle02 {
  background-color: #ffffff;
}
#concept03 .concept03__facility {
  margin: 5rem 0 0;
}
#concept03 .concept03__facility > p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#concept03 .concept03__facility__box {
  margin-bottom: 2rem;
}
#concept03 .concept03__facility__box:last-child {
  margin-bottom: 0;
}
#concept03 .concept03__facility__box h4 {
  border-bottom: 3px dotted #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#concept03 .concept03__facility__box h4::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.75rem;
  width: 16px;
  height: 16px;
}

#concept04 .concept04__gallery {
  margin-bottom: 5rem;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 5rem 0;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li {
  width: 47.5%;
}
#concept04 .concept04__gallery ul.concept04__gallery--3col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 5rem 0;
}
#concept04 .concept04__gallery ul.concept04__gallery--3col li {
  width: 31.6666666667%;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li a,
#concept04 .concept04__gallery ul.concept04__gallery--3col li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 40px;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li a::after,
#concept04 .concept04__gallery ul.concept04__gallery--3col li a::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #fadfeb;
  border-radius: 30px;
  pointer-events: none;
  z-index: 2;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li a:hover img,
#concept04 .concept04__gallery ul.concept04__gallery--3col li a:hover img {
  transform: scale(1.05);
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li a img,
#concept04 .concept04__gallery ul.concept04__gallery--3col li a img {
  width: 100%;
  height: 100%;
  max-height: 395px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li p,
#concept04 .concept04__gallery ul.concept04__gallery--3col li p {
  color: #ff6ead;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 1rem;
}
#concept04 .concept04__gallery ul.concept04__gallery--2col li p span,
#concept04 .concept04__gallery ul.concept04__gallery--3col li p span {
  color: #797979;
  display: block;
  font-size: 14px;
}

/* ************************************************************************************************
  index.php(お知らせページ)
************************************************************************************************ */
/***** アーカイブ *****/
.archive .archive__wrap {
  margin: 150px 0 75px;
  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: calc(50% - 1rem);
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.archive .archive__wrap .archive__container a.archive__item:hover .archive__thumbnail img {
  transform: scale(1.05);
}
.archive .archive__wrap .archive__container a.archive__item .archive__thumbnail {
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
}
.archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
  border-radius: 20px;
  height: auto;
  transition: transform 0.4s ease;
  transform-origin: center;
  width: 100%;
}
.archive .archive__wrap .archive__container a.archive__item .archive__date {
  margin: 15px 0 5px;
  font-size: 14px;
  color: #3aacad;
}
.archive .archive__wrap .archive__container a.archive__item .archive__ttl {
  font-size: 17px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
}
.archive .archive__svg {
  margin-bottom: 0;
}

/***** シングル *****/
.single {
  border-bottom: 1px solid #3aacad;
}
.single .single__wrap {
  margin: 70px 0 35px;
  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 #f3b3cf;
}
.single .single__wrap .single__container .single__info .single__date {
  color: #3aacad;
}
.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: 16px;
  color: #3aacad;
  border: 1px solid #3aacad;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 40px;
  padding: 0 20px;
}
.single .single__wrap .single__container .single__category ul li a:hover {
  background-color: #3aacad;
  color: #ffffff;
  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: #3aacad;
  border-bottom: 1px solid #f3b3cf;
  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: #f3b3cf;
  transition: all 0.3s;
}
.sidebar .sidebar__item select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px #f3b3cf solid;
  padding: 5px 0;
  width: 100%;
  background-color: #ffffff;
}
.sidebar .sidebar__item input[type=text] {
  border: 1px solid #f3b3cf;
  width: 70%;
  background-color: #ffffff;
}
.sidebar .sidebar__item input[type=submit] {
  color: #ffffff;
  background-color: #3aacad;
  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;
}
.pagination .page-numbers li .current {
  background-color: #d7eeee;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 20px;
  padding: 1.5rem;
}
.pagination .page-numbers li a {
  padding: 1rem;
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #f3b3cf;
  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: #ffffff;
  background-color: #ff6ead;
  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: #3aacad;
  transition: all 0.3s;
}

/* ************************************************************************************************
  レスポンシブ調整
************************************************************************************************ */
@media screen and (max-width: 1366px) {
  #main ul.main__slider li.main__slider__item {
    margin: 0 2.5vw;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 30px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 48px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 23px;
  }
  #concept01 .h3__ttl--left {
    margin-left: 7%;
  }
  #concept01 .concept01__wrap .concept01__img {
    width: 50%;
  }
  #concept01 .h3__ttl--right {
    margin-right: 5%;
  }
  #concept04 .concept04__gallery ul.concept04__gallery--2col {
    gap: 3rem;
  }
  #concept04 .concept04__gallery ul.concept04__gallery--3col {
    gap: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  #main .main__container .main__heading {
    font-size: 28px;
    margin-right: 5vw;
    word-break: keep-all;
  }
  #main .main__container .main__txt {
    font-size: 16px;
  }
  #main .main__container::after {
    width: 185px;
    height: 185px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    position: absolute;
    bottom: -25%;
    right: -9%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    bottom: -30%;
    left: -10%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
    bottom: -15%;
    right: -9%;
    left: auto;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic {
    bottom: -12%;
    left: -10%;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 17px;
  }
  #concept02 .concept02__container .concept02__item {
    width: 280px;
    height: 280px;
  }
  #service05 .service05__box .service05__contents__list ul {
    gap: 1rem;
  }
  #service09 .service09__concept__txt p:first-child {
    font-size: 1rem;
    padding: 0.5rem;
  }
  #service09 .service09__concept__txt p:nth-child(2) {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1167px) {
  #concept02 .concept02__container .concept02__item {
    margin: 0 2%;
  }
}
@media screen and (max-width: 1080px) {
  #i-clinic .wrap {
    padding: 175px 50px 0;
  }
}
/* ************************************************************************************************
  1025px
************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** front-page.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-contents .i-contents__wrap .i-contents__container .i-contents__box {
    padding: 50px 60px 50px 90px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 370px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 23px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    position: absolute;
    bottom: -15%;
    right: -5%;
    width: 150px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    bottom: -30%;
    left: -5%;
    width: 120px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
    bottom: -20%;
    right: -5%;
    left: auto;
    width: 140px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic {
    bottom: -15%;
    left: -5%;
    width: 145px;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin: 50px 7% 0;
  }
  #i-menu .i-bnr {
    margin: 100px auto 50px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 45px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 20px;
  }
  #i-menu .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;
  }
  /***** index.php @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;
  }
  /***** page-child.php&page-orthodontia.php&page-cavity.php&page-whitening.php @1025px *****/
  #service09 .service09__flow__list {
    gap: 1rem;
  }
  #service09 .service09__flow__item {
    width: calc(50% - 1rem);
  }
  #service09 .service09__concept__item {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  #service09 .service09__flow__img {
    text-align: center;
  }
  #service09 .service09__flow__img img {
    height: 285px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #service09 .service09__concept__maintenance ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #service09 .service09__concept__maintenance ul li {
    flex: 0 0 25%;
  }
  /***** page-about.php @1025px *****/
  #concept01 .concept01__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  #concept01 .concept01__wrap .concept01__container {
    margin-right: 0;
  }
  #concept01 .concept01__wrap .concept01__img {
    width: 70%;
    margin-bottom: 50px;
  }
  #concept01 .concept01__wrap .concept01__box:nth-child(1) {
    border-radius: 40px;
  }
  #concept01 .concept01__wrap .concept01__box:nth-child(2) {
    border-radius: 40px;
    margin-bottom: 1rem;
    height: 195px;
  }
  #concept02 .concept02__wrap {
    flex-direction: column;
    margin-top: 35px;
  }
  #concept02 .concept02__wrap .concept02__img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #concept02 .concept02__container .concept02__item {
    width: 280px;
    height: 280px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 16px;
  }
  #concept03 .concept03__wrap .concept03__img {
    width: 35%;
    margin-right: 5%;
  }
  #concept03 .concept03__wrap .concept03__tbl {
    width: 60%;
  }
  #concept03 .concept03__wrap .concept03__tbl tr th {
    padding-right: 0;
    width: 21%;
  }
  #concept04 .concept04__gallery ul.concept04__gallery--2col {
    gap: 2rem;
  }
  #concept04 .concept04__gallery ul.concept04__gallery--3col li {
    width: 48%;
  }
}
/* ************************************************************************************************
  960px
************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** front-page.php @960px *****/
  #main {
    margin-top: -7%;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 50px;
  }
  #main .main__container {
    flex-direction: column;
  }
  #main .main__container .main__heading {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-align: center;
  }
  #main .main__container .main__txt {
    text-align: center;
  }
  #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-contents .i-contents__wrap {
    margin-top: 60px;
    padding-bottom: 8rem;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 90px;
  }
  #i-contents .i-contents__wrap .i-contents__container, #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2),
  #i-contents .i-contents__wrap .i-contents__container, #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) {
    flex-direction: column;
    align-items: center;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__img {
    margin: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    margin-top: -40px;
    padding: 60px 60px 50px 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box {
    margin-top: -40px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    margin-bottom: 20px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box .i-contents__pic,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic {
    bottom: -35%;
    right: 5%;
    left: auto;
  }
  #i-service .i-service__item {
    width: calc(50% - 1.5rem);
  }
  #i-service .i-service__concept::after {
    width: 98%;
    height: 98%;
  }
  #i-menu .i-bnr {
    margin: 60px auto 90px;
  }
  #i-menu .i-bnr::after {
    width: 98%;
    height: 98%;
  }
  #i-menu .i-bnr .i-bnr__box {
    left: 10%;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 35px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 17px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 10px 0 15px;
  }
  #i-menu .i-bnr .i-bnr__box .btn01 {
    width: auto;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  #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 .wrap2 {
    padding: 0 30px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 190px;
    min-width: 190px;
    height: 130px;
  }
  /***** index.php @960px *****/
  .archive .archive__wrap {
    margin: 100px 0 80px;
    flex-direction: column;
    align-items: center;
  }
  .archive .archive__wrap .archive__container {
    width: 100%;
    margin-bottom: 50px;
  }
  .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;
  }
  /***** page-child.php&page-orthodontia.php&page-cavity.php&page-whitening.php @960px *****/
  #service04 .service04__box {
    display: block;
  }
  #service04 .service04__box img {
    margin-bottom: 1.5rem;
  }
  #service04 .service04__box div {
    width: 100%;
  }
  #service05 .service05__box .service05__contents__list div {
    flex-wrap: wrap;
  }
  #service05 .service05__box .service05__contents__list ul li p span {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  /***** page-about.php @960px *****/
  #concept01 .concept01__wrap .concept01__img {
    margin-top: 50px;
  }
  #concept02 .h3__ttl--center {
    margin-bottom: 60px;
  }
  #concept02 .concept02__container {
    flex-wrap: wrap;
  }
  #concept02 .concept02__container01 {
    margin-bottom: 0;
  }
  #concept02 .concept02__wrap .concept02__access ul li img {
    max-width: 160px;
  }
  #concept03 {
    padding-bottom: 100px;
  }
  #concept03 .concept03__wrap {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  #concept03 .concept03__wrap .concept03__img {
    width: auto;
    margin: 50px 0 0 0;
  }
  #concept03 .concept03__wrap table.concept03__tbl {
    width: 90%;
  }
  #concept03 .concept03__facility > p {
    font-size: 1.2rem;
  }
  #concept03 .concept03__facility__box h4 {
    font-size: 1rem;
  }
  #concept03 .concept03__facility__box p {
    font-size: 13px;
  }
}
/* ************************************************************************************************
  781px
************************************************************************************************ */
@media screen and (max-width: 780px) {
  /***** front-page.php @780px *****/
  #concept02 .concept02__container .concept02__item {
    width: 250px;
    height: 250px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 15px;
  }
  #i-menu .i-bnr {
    height: 50vh;
  }
  #i-menu .i-bnr::before {
    width: 135px;
    height: 85px;
    left: -49px;
    top: -56px;
  }
  #i-menu .i-bnr .i-bnr__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #i-clinic .wrap {
    padding: 100px 50px 0;
  }
  /***** page-child.php&page-orthodontia.php&page-cavity.php&page-whitening.php @780px *****/
  #service01 .service01__list .service01__item {
    width: 48%;
  }
  #service02 .service02__wrap .service02__container .service02__item {
    margin: 2.5rem 0;
  }
  #service02 .service02__wrap .service02__container .service02__item ul li:nth-child(odd),
  #service02 .service02__wrap .service02__container .service02__item ul li:nth-child(even) {
    display: block;
  }
  #service02 .service02__wrap .service02__container .service02__item ul li img,
  #service02 .service02__wrap .service02__container .service02__item ul li div {
    width: 100%;
  }
  #service02 .service02__wrap .service02__container .service02__item ul li img {
    margin-bottom: 1.5rem;
  }
  #service04 .service04__box div ul {
    padding: 2rem;
  }
  #service05 .service05__box .service05__concept {
    display: block;
  }
  #service05 .service05__box .service05__concept .service05__img {
    width: 100%;
  }
  #service05 .service05__box .service05__concept .service05__img img {
    margin-bottom: 1.5rem;
  }
  #service05 .service05__box .service05__concept .service05__txt {
    width: 100%;
  }
  #service05 .service05__box .service05__phara,
  #service05 .service05__box .service05__contents__txt {
    margin: 1.5rem 0;
  }
  #service05 .service05__box .service05__contents__list ul li {
    width: 30%;
  }
  #service05 .service05__box .service05__contents__list div a {
    width: 100%;
    font-size: 1.1rem;
  }
  #service05 .service05__box .service05__price table th,
  #service05 .service05__box .service05__price table td {
    display: block;
    width: auto;
  }
  #service06 .service06__txt > p {
    font-size: 16px;
  }
  #service07 .service07__container {
    margin: 2.5rem 0;
  }
  #service07 .service07__box ul {
    margin: 2rem 0 0;
  }
  #service07 .service07__box ul li {
    display: block;
  }
  #service07 .service07__box ul li .service07__item--img {
    width: 100%;
  }
  #service07 .service07__box ul li .service07__item--img img {
    margin-bottom: 1.5rem;
  }
  #service07 .service07__box ul li .service07__item--txt {
    width: 100%;
  }
  #service08 .service08__wrap {
    padding: 2.5rem 30px 0;
  }
  #service08 .service08__txt {
    padding: 1rem 0 2.5rem;
  }
  #service09 .service09__box {
    margin: 2.5rem 0 0;
  }
  #service09 .service09__txt {
    display: block;
  }
  #service09 .service09__txt--img {
    width: 100%;
  }
  #service09 .service09__txt--img img {
    margin-bottom: 1.5rem;
  }
  #service09 .service09__txt--phara {
    width: 100%;
  }
  #service09 .service09__txt--phara h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  #service09 .service09__flow {
    margin: 2rem 0 0;
  }
  #service09 .service09__flow__item {
    width: 100%;
  }
  #service09 .service09__concept__item {
    width: 100%;
  }
  #service09 .service09__concept__summary p {
    font-size: 1.2rem;
  }
  #service09 .service09__concept__maintenance ul li {
    flex: 0 0 30%;
  }
  #service10 .service10__box {
    display: block;
  }
  #service10 .service10__box .service10__img {
    width: 100%;
  }
  #service10 .service10__box .service10__img img {
    margin-bottom: 1.5rem;
  }
  #service10 .service10__box .service10__txt {
    width: 100%;
  }
}
/* ************************************************************************************************
  561px
************************************************************************************************ */
@media screen and (max-width: 560px) {
  /***** front-page.php @560px *****/
  #main {
    margin-top: 3%;
    padding-bottom: 40px;
  }
  #main .wrap2 {
    margin: 0 auto 3rem;
  }
  #main ul.main__slider.only-sp {
    display: block;
  }
  #main ul.main__slider.only-pc {
    display: none;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 30px;
  }
  #main ul.main__slider li.main__slider__item img {
    border-radius: 20px;
    height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main ul.main__slider li.main__slider__item::after {
    width: 97%;
    height: 96%;
    border-radius: 20px;
    border-width: 1px;
  }
  #main .main__container {
    margin-top: 70px;
  }
  #main .main__container::after {
    width: 125px;
    height: 125px;
  }
  #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-contents .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-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 250px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 18px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box {
    border-radius: 20px;
    padding: 60px 25px 50px 25px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    width: 120px;
    bottom: -30%;
    left: unset;
    right: 2%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    width: 90px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box .i-contents__pic {
    width: 110px;
    bottom: -20%;
    right: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic {
    width: 115px;
    bottom: 0%;
    right: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 span {
    font-size: 50px;
    bottom: 25px;
  }
  #i-menu .i-menu__wrap {
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
    width: 140px;
    height: auto;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle::after {
    border-width: 1px;
    width: 96%;
    height: 96%;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) {
    margin: 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin: 30px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(3) {
    flex-direction: row-reverse;
  }
  #i-menu .i-bnr {
    margin: 70px 0 60px;
  }
  #i-menu .i-bnr::before {
    width: 115px;
    height: 75px;
    left: -45px;
    top: -50px;
  }
  #i-menu .i-bnr::after {
    border-radius: 20px;
    width: 98%;
    height: 98%;
  }
  #i-menu .i-bnr .i-bnr__img {
    border-radius: 20px;
  }
  #i-menu .i-bnr .i-bnr__box {
    left: 7%;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 32px;
  }
  #i-menu .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 25px;
  }
  #i-service .wrap {
    margin-top: -3%;
    padding-top: 5%;
  }
  #i-service .i-service__wrap {
    margin-top: 3rem;
  }
  #i-service .i-service__list {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  #i-service .i-service__item {
    width: 100%;
  }
  #i-service .i-service__concept {
    padding: 1.5rem;
  }
  #i-service .i-service__concept::after {
    height: 99%;
  }
  #i-service .i-service__concept span {
    font-size: 1.2rem;
  }
  #i-clinic .wrap {
    padding: 80px 30px 0;
  }
  #i-clinic .i-clinic__schedule--img img {
    height: 250px;
  }
  #i-clinic .i-clinic__schedule .i-clinic__table table th,
  #i-clinic .i-clinic__schedule .i-clinic__table table td {
    padding: 0.5rem;
  }
  #i-clinic .i-clinic__reserve {
    padding: 1.5rem;
  }
  #i-clinic .i-clinic__reserve--ttl p {
    font-size: 1.1rem;
    padding: 0 2rem;
    margin: 0 auto 1.5rem;
  }
  #i-clinic .i-clinic__reserve .i-clinic__box {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  #i-clinic .i-clinic__reserve .i-clinic__box a {
    width: 100%;
    font-size: 1.2rem;
  }
  #i-clinic .i-clinic__reserve .i-clinic__txt div h3 {
    font-size: 1.1rem;
  }
  #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;
    height: 95px;
    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;
  }
  /***** index.php @560px *****/
  .archive .archive__wrap {
    margin: 25px 0 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: 48%;
    min-width: 163px;
    border-radius: 15px;
    padding-right: 20px;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    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: 70%;
    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;
  }
  /***** page-child.php&page-orthodontia.php&page-cavity.php&page-whitening.php @560px *****/
  #service01 .service01__wrap {
    padding: 5rem 30px;
  }
  #service01 .service01__list .service01__item {
    width: 100%;
    padding: 1.5rem;
  }
  #service02 {
    margin-bottom: 5rem;
  }
  #service02 .service02__wrap {
    margin: 5rem auto 0;
  }
  #service02 .service02__wrap .service02__container .service02__list__box {
    padding: 1.5rem;
  }
  #service02 .service02__wrap .service02__container .service02__list__box p {
    font-size: 1.2rem;
  }
  #service02 .service02__wrap .service02__container .service02__list__box ul li {
    font-size: 16px;
  }
  #service02 .service02__wrap .service02__container .service02__item ul li div p:nth-child(1) {
    font-size: 1.2rem;
  }
  #service02 .service02__wrap .service02__container .service02__item ul li img, #service02 .service02__wrap .service02__container .service02__item ul li div {
    padding: 0;
  }
  #service02 .service02__wrap .service02__container .service02__item ul li:nth-child(odd), #service02 .service02__wrap .service02__container .service02__item ul li:nth-child(even) {
    margin-bottom: 2.5rem;
  }
  #service03 .service03__wrap {
    padding: 5rem 30px;
  }
  #service03 .service03__img img {
    height: 275px;
  }
  #service04 .service04__box div ul figcaption {
    font-size: 1rem;
    padding: 0 1rem;
  }
  #service04 .service04__box img {
    max-width: 100%;
    height: 325px;
    text-align: center;
  }
  #service05 .service05__container {
    margin-top: 2.5rem;
  }
  #service05 .service05__box {
    margin: 2.5rem 0;
  }
  #service05 .service05__box--wrap > p {
    font-size: 1rem;
  }
  #service05 .service05__box .service05__concept .service05__txt h5 {
    font-size: 0.85rem;
  }
  #service05 .service05__box .service05__concept .service05__txt h5::before {
    width: 25px;
    margin-bottom: 0.25rem;
  }
  #service05 .service05__box .service05__concept .service05__txt ul li {
    width: 45%;
  }
  #service05 .service05__box .service05__concept .service05__txt p span {
    font-size: 18px;
  }
  #service05 .service05__box .service05__contents__list > p {
    font-size: 0.8rem;
  }
  #service05 .service05__box .service05__contents__list ul {
    margin-bottom: 1.5rem;
  }
  #service05 .service05__box .service05__contents__list ul li {
    width: 47%;
  }
  #service05 .service05__box .service05__contents__list div {
    margin: 2rem 0;
  }
  #service05 .service05__box .service05__price > p {
    font-size: 1.1rem;
  }
  #service05 .service05__box .service05__phara h4 {
    font-size: 1.2rem;
  }
  #service05 .service05__box .service05__contents__txt h4 {
    font-size: 1.2rem;
  }
  #service06 .service06__txt img {
    height: 275px;
  }
  #service07 .service07__box ul li {
    margin-bottom: 2.5rem;
  }
  #service07 .service07__box ul li .service07__item--txt {
    padding: 0;
  }
  #service07 .service07__box ul li .service07__item--txt h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  #service07 .service07__risk {
    padding: 1.5rem;
    margin: 2.5rem 0;
  }
  #service07 .service07__risk__box h5 {
    font-size: 1rem;
    padding: 0 1rem;
  }
  #service07 .service07__risk__box ul li {
    font-size: 13px;
  }
  #service07 .service07__risk__box ul li > p {
    font-size: 1rem;
  }
  #service07 .service07__risk__box ul li > p::before {
    width: 25px;
  }
  #service07 .service07__price table th, #service07 .service07__price table td {
    display: block;
    width: auto;
  }
  #service09 .service09__container {
    margin-top: 2.5rem;
  }
  #service09 .service09__flow > p {
    font-size: 1rem;
  }
  #service09 .service09__flow__list {
    display: block;
  }
  #service09 .service09__flow__img img {
    height: 195px;
  }
  #service09 .service09__flow__txt {
    margin: 1rem 0;
  }
  #service09 .service09__item {
    margin-bottom: 3rem;
  }
  #service09 .service09__concept > p {
    font-size: 1rem;
  }
  #service09 .service09__concept__list {
    display: block;
  }
  #service09 .service09__concept__txt p:first-child {
    font-size: 0.9rem;
    padding: 0;
  }
  #service09 .service09__concept__summary p {
    font-size: 1.1rem;
  }
  #service09 .service09__concept__maintenance {
    padding: 1.5rem;
  }
  #service09 .service09__concept__maintenance h5 {
    font-size: 1rem;
    padding: 0 1rem;
  }
  #service09 .service09__concept__maintenance ul li {
    flex: 0 0 45%;
  }
  #service10 .service10__container {
    margin-top: 2.5rem;
  }
  /***** page-about.php @560px *****/
  #concept01 {
    padding-bottom: 50px;
  }
  #concept01 .h3__ttl--left {
    margin-left: 0;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__txt {
    margin-top: 40px;
  }
  #concept01 .concept01__wrap .concept01__img {
    margin-top: 40px;
    width: 100%;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__name span {
    font-size: 1.2rem;
  }
  #concept02 .h3__ttl--center {
    margin: 40px 0 35px;
  }
  #concept02 .concept02__container .concept02__item {
    width: 250px;
    height: 250px;
    margin: 0 0 30px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 15px;
  }
  #concept02 .concept02__wrap .concept02__access {
    padding: 1.5rem;
  }
  #concept02 .concept02__wrap .concept02__access ul li {
    flex-direction: column-reverse;
  }
  #concept02 .concept02__wrap .concept02__access ul li img {
    margin-bottom: 1rem;
  }
  #concept02 .concept02__wrap .concept02__access ul li div {
    width: 100%;
  }
  #concept02 .concept02__wrap .concept02__map iframe {
    height: 295px;
  }
  #concept02 .concept02__wrap > picture {
    margin: 0;
  }
  #concept02 .concept02__wrap > picture .concept02__img {
    height: 325px;
    max-width: 100%;
  }
  #concept03 {
    padding-bottom: 70px;
  }
  #concept03 .concept03__wrap {
    margin-top: 40px;
  }
  #concept03 .concept03__wrap table.concept03__tbl {
    width: 100%;
  }
  #concept03 .concept03__wrap .concept03__tbl tr th {
    width: 25%;
  }
  #concept03 .concept03__wrap .concept03__img {
    margin: 40px 0 0 0;
  }
  #concept03 .h3__ttl--right {
    margin-top: 50px;
  }
  #concept03 .h3__ttl--right::before {
    right: 26%;
  }
  #concept03 .h3__ttl--right .circle01 {
    right: 18%;
  }
  #concept03 .h3__ttl--right .circle02 {
    right: 16%;
  }
  #concept03 .concept03__facility {
    margin: 2.5rem 0;
  }
  #concept03 .concept03__facility > p {
    font-size: 1.1rem;
  }
  #concept03 .concept03__facility__box {
    margin-bottom: 1rem;
  }
  #concept03 .concept03__facility__box h4 {
    font-size: 0.9rem;
  }
  #concept04 .wrap2 {
    margin-top: 2.5rem;
  }
  #concept04 .concept04__gallery ul.concept04__gallery--2col {
    margin-top: 2.5rem;
  }
  #concept04 .concept04__gallery ul.concept04__gallery--2col li {
    width: 100%;
  }
}
/* ************************************************************************************************
  426px
************************************************************************************************ */
@media screen and (max-width: 425px) {
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 18px;
    height: 18px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 span {
    font-size: 40px;
    bottom: 20px;
  }
  /***** page-child.php&page-orthodontia.php&page-cavity.php&page-whitening.php @425px *****/
  #service05 .service05__box .service05__contents__list ul li {
    width: 100%;
  }
  #service05 .service05__box .service05__contents__list ul.--2col li {
    width: 100%;
  }
  #service05 .service05__box .service05__contents__list ul.--2col li:first-child::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #service09 .service09__concept__maintenance ul li {
    flex: 0 0 95%;
  }
  /***** page-about.php @425px *****/
  #concept04 .concept04__gallery ul.concept04__gallery--3col li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */