@charset "UTF-8";
@media screen and (min-width: 960px) {
  .d-n-pc {
    display: none !important;
  }
}
@media screen and (min-width: 521px) and (max-width: 959px) {
  .d-n-tab {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .d-n-under-tab {
    display: none !important;
  }
}
/*
Template:ystandard
Theme Name:ystandard-child
*/
/***************************************
共通設定
***************************************/
:root {
  --ystd-container-width: 1400px;
}

* {
  color: #4e454a;
}

.d-fb {
  display: flex;
}

a:hover {
  color: #e95d53;
}

.width-wide {
  max-width: 1400px;
  margin: auto;
}

.width-mid {
  max-width: 960px;
  margin: auto;
}

.site-title img {
  width: 100%;
  max-width: 245px;
}

.site-info .container,
.footer-widget .container {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.foot-nav ul {
  text-align: center;
}
.foot-nav ul li {
  display: inline;
  list-style-type: none;
}
.foot-nav ul li a {
  font-size: 12px;
  padding: 0em 1em;
  border-right: solid 1px #333;
}
.foot-nav ul li:last-child a {
  border-right: none;
}

.site-info {
  margin-top: 0em;
  background-image: url(http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/titleback-min-scaled.jpg);
}
.site-info #footer-copy {
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.2431372549);
}

@media screen and (max-width: 768px) {
  .site-title img {
    max-width: 175px;
  }
  .foot-nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
  }
  .foot-nav ul li {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
  }
  .foot-nav ul li a {
    border-right: none;
  }
  .foot-nav ul li:last-child a {
    border-right: none;
  }
}
@media screen and (max-width: 520px) {
  p {
    font-size: 14px;
  }
  .foot-nav ul {
    justify-content: center;
  }
  .foot-nav ul li {
    width: 40%;
  }
  .foot-nav ul li a {
    display: block;
    text-align: center;
  }
}
/***************************************
パーツ
***************************************/
.white-board {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.top-mds01 {
  display: inline-block;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  background-color: #f7b977;
  text-shadow: 2px 2px 2px #c6a277;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  padding: 0.5em 1em;
}

.cont-mds01 {
  font-size: clamp(1.5rem, 1.182rem + 1.59vw, 2.375rem);
  font-weight: 100;
}

a.linktype01 {
  text-decoration: none;
  position: relative;
  z-index: 99;
  color: #4e454a;
  transition: 0.3s;
}
a.linktype01:hover {
  color: #e95d53;
}
a.linktype01:hover:before {
  transition: 0.3s;
  background-color: none;
}
a.linktype01:before {
  width: 100%;
  content: " ";
  position: absolute;
  height: 4px;
  background-color: rgba(241, 146, 44, 0.4196078431);
  bottom: 5px;
}

.cont-title-wrap {
  padding-top: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  padding-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}
.cont-title-wrap h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

@media screen and (max-width: 520px) {
  .wp-block-columns {
    gap: 10px !important;
  }
  .hajimete-flowstep.is-layout-flex {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .hajimete-flowstep.is-layout-flex figure {
    max-width: 520px !important;
  }
}
/***************************************
ヘッダー指定
***************************************/
/***************************************
メニュー設定
***************************************/
#menu-item-32 a {
  background-color: #f7b977;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.3s;
  text-shadow: 2px 2px 2px #c6a277;
  font-weight: 600;
}

.mainnav-wrap-sp .wp-block-column {
  gap: 0;
}
.mainnav-wrap-sp .wp-block-column p {
  text-align: center;
}
.mainnav-wrap-sp .wp-block-column p a {
  font-size: 16px;
  display: block;
  transition: 0.3s;
  padding: 5px 0 15px;
  font-weight: 600;
  border-bottom: dotted 2px #4e454a;
  color: #4e454a;
}
.mainnav-wrap-sp .wp-block-column p a:hover {
  font-weight: 900;
  color: #ae6c29;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .global-nav {
    padding-top: 0 !important;
    background-image: url(https://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/dummy.png);
  }
  .site-header__content {
    margin-top: 17px;
  }
  .site-header__content .site-title img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__toggle.is-open + .global-nav {
    background-image: url(https://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/dummy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
/***************************************
トップページ
***************************************/
.home #content {
  margin-top: -120px;
}
.home #main {
  background: transparent;
}

/*痛みだけでなく〜*/
.top-section-itami-wrap {
  background-image: url(http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/top-itami-back-scaled.webp);
}

.top-section-itami-inner {
  justify-content: space-around;
  align-items: top;
}

.top-section-itami-text {
  width: 45%;
}
.top-section-itami-text h2 {
  padding-bottom: 1em;
  margin-top: 0em;
}

.top-section-itami-image {
  width: 30%;
}
.top-section-itami-image img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*こんなお悩み〜*/
.top-section-onayami-wrap {
  margin-top: -100px !important;
}

.onayami-text-wrap {
  margin-left: auto;
  width: 45%;
}
.onayami-text-wrap h2 {
  padding-bottom: 2em;
}
.onayami-text-wrap ul {
  padding-left: 0;
}
.onayami-text-wrap ul li {
  list-style-type: none;
  font-weight: bold;
  font-size: 1.1em;
}
.onayami-text-wrap p {
  font-size: 1.1em;
  font-weight: bold;
}
.onayami-text-wrap p br {
  display: none;
}

.top-section-profile-inner {
  background-image: url("http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/top-seciton-profile-top-scaled.webp");
  background-image: url("http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/top-seciton-profile-top-scaled.webp"), url("http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/top-section-profile-bottom-scaled.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}
.top-section-profile-inner h3.kikkake {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.top-section-profile-inner h3.incho-profile {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

.top-section-profile-inner {
  margin-top: -40px;
  padding: 30px 45px;
}
.top-section-profile-inner h3 {
  margin-top: 2em;
}

.top-section-profile-container {
  padding: 130px 10px 180px;
  max-width: 1140px;
  margin: auto;
}
.top-section-profile-container .top-mds01 {
  margin-left: 46px;
}

.top-section-profile-text-wrap {
  border-left: solid 2px #fd2f19;
  padding-left: 2em;
}
.top-section-profile-incho {
  margin-top: 20px;
}
.top-section-profile-incho figure {
  padding-right: 3em;
}
.top-section-profile-incho figure img {
  width: 100%;
  height: auto;
  max-width: 155px;
  border-radius: 15px;
  overflow: hidden;
}
.top-section-profile-incho div p {
  font-size: 16px;
  margin-top: 0em;
}

/*診療案内＆アクセス*/
.top-section-annai-schedule h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.top-section-annai-schedule table tr td {
  text-align: center;
}
.top-section-annai-schedule table tr.yobi td {
  background-color: #f7b977;
  border-right: solid 1px #fff;
}
.top-section-annai-schedule table tr.yobi td:last-child {
  border-color: #bdc3c7;
}
@media screen and (max-width: 768px) {
  /*痛みだけでなく〜*/
  .top-section-itami-inner {
    flex-direction: column;
  }
  .top-section-itami-text {
    width: 100%;
  }
  .top-section-itami-text h2 {
    font-size: 18px;
  }
  .top-section-itami-image {
    width: 90%;
    margin: auto;
  }
  .top-section-itami-image img {
    border-radius: 10px;
  }
  /*こんなお悩み〜*/
  .top-section-onayami-wrap {
    margin-top: -100px !important;
    background-image: url(http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/top-onayami-back-sp-min.webp) !important;
  }
  .onayami-text-wrap {
    margin-right: auto;
    width: 100%;
  }
  .onayami-text-wrap h2 {
    padding-bottom: 1em;
    text-align: right;
  }
  .onayami-text-wrap ul {
    padding-left: 0;
    padding-bottom: 2em;
  }
  .onayami-text-wrap ul li {
    text-align: right;
    font-size: 1em;
  }
  .onayami-text-wrap p {
    font-size: 1em;
    font-weight: norma;
    text-align: right;
    width: 100%;
    margin-right: 10%;
    margin: auto;
    padding-bottom: 1em;
  }
  .onayami-text-wrap p br {
    display: block;
  }
  .onayami-text-wrap a.linktype01 {
    display: block;
    text-align: right;
  }
  .onayami-text-wrap a.linktype01:before {
    width: 15em;
  }
  /*お知らせ＆ブログ*/
  .top-section-blog-news-wrap.wp-block-columns {
    gap: 60px !important;
  }
}
@media screen and (max-width: 520px) {
  /*こんなお悩み〜*/
  .onayami-text-wrap h2 {
    font-size: 18px;
  }
  .onayami-text-wrap ul li {
    font-size: 14px;
  }
  .onayami-text-wrap p {
    font-size: 14px;
  }
  .onayami-text-wrap a.linktype01 {
    font-size: 14px;
  }
  /*お知らせ＆ブログ*/
  .top-section-info-wrap a.linktype01 {
    font-size: 14px;
  }
  .top-section-blog-news-wrap .ys-posts__title a,
  .wp-block-columns .ys-posts__title a {
    font-size: 14px;
  }
  .top-section-profile-inner {
    padding: 20px 20px;
  }
  .top-section-profile-inner h3 {
    margin-top: 2em;
  }
  .top-section-profile-container {
    padding: 100px 0px 130px;
    max-width: 1140px;
    margin: auto;
  }
  .top-section-profile-container .top-mds01 {
    margin-left: 46px;
  }
  .top-section-profile-text-wrap {
    border-left: solid 2px #fd2f19;
    padding-left: 1em;
  }
  .top-section-profile-incho {
    margin-top: 20px;
  }
  .top-section-profile-incho figure {
    padding-right: 1em;
  }
  .top-section-profile-incho figure img {
    border-radius: 10px;
  }
  .top-section-profile-incho div p {
    font-size: 14px;
  }
  /*診療案内＆アクセス*/
  .top-section-annai-inner h3 {
    margin-top: 2em;
  }
  .top-section-annai-inner ul li {
    font-size: 14px;
  }
  .top-section-annai-inner a.linktype01 {
    font-size: 14px;
  }
  div.table-wrap table tr td {
    font-size: 14px;
  }
  div.table-wrap table tr.yobi td {
    font-size: 14px;
  }
  div.table-wrap table tr.zikan td {
    white-space: nowrap;
  }
}
/***************************************
はじめての方へ
***************************************/
.page-id-18 #content {
  background-image: url(http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/hajimete-icon-min.webp), url(http://miki-kikouseitai.com/cont/wp-content/uploads/2026/01/hajimete-icon-min.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: right 40%, left 90%;
  background-size: 40%, 20%;
}
.page-id-18 #content #main {
  background: transparent;
}

.hajimete-kitowa-wrap {
  flex-direction: column;
  align-items: center;
}
.hajimete-kitowa-wrap span {
  font-size: clamp(1.5rem, 0.87rem + 3.15vw, 3.625rem);
  font-weight: 100;
  line-height: 1.3em;
}

.kitowa-text {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 3em 1em;
}

.hajimete-section-flow .cont-mds01 {
  padding-bottom: 1em;
}

.hajimete-flowstep figure {
  max-width: 280px;
}
.hajimete-flowstep h3 {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .hajimete-kitowa-wrap {
    padding-top: 1em;
  }
}
/***************************************
施術メニュー
***************************************/
.menu-section-course-wrap .cont-mds01 {
  padding-bottom: 0.5em;
}

.menu-price-cont {
  gap: 5px;
  margin-top: 5px;
}
.menu-price-cont .menu-wrap {
  background-color: #e6e6e6;
  padding: 1em;
  border-radius: 8px;
  overflow: hidden;
}

/***************************************
お客様の声
***************************************/
.koe-section-koelist-wrap .cont-mds01 {
  padding-bottom: 1em;
}
.koe-section-koelist-wrap p.kanjyasan {
  margin-top: 10px;
}
.koe-section-koelist-wrap .koe-entry-wrap {
  margin-bottom: 60px;
}
.koe-section-koelist-wrap .koe-entry-wrap div.koe-entry {
  border: solid 5px #f7b977;
  padding: 2em;
  border-radius: 10px;
  overflow: hidden;
}

/***************************************
診療案内
***************************************/
.annai-section-sinryo div.table-wrap table tr td {
  text-align: center;
}
.annai-section-sinryo div.table-wrap table tr.yobi td {
  background-color: #f7b977;
  border-right: solid 1px #fff;
}
.annai-section-sinryo div.table-wrap table tr.yobi td:last-child {
  border-color: #bdc3c7;
}
/***************************************
予約・お問い合わせ
***************************************/
.contact-section-yoyaku-wrap .cont-mds01 {
  padding-bottom: 1em;
}
.contact-section-yoyaku-wrap div.yoyaku-bango-wrap {
  border: solid 1px #c6a277;
  background-color: #ffe9d2;
  padding: 1.5em 3em;
}
.contact-section-yoyaku-wrap div.yoyaku-bango-wrap h3 {
  font-weight: 300;
  margin-bottom: 0px;
}
.contact-section-yoyaku-wrap div.yoyaku-bango-wrap p.yoyaku-bango {
  margin-top: 0;
}
.contact-section-yoyaku-wrap div.yoyaku-bango-wrap p.yoyaku-bango a {
  text-decoration: none;
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  color: #333;
}
.contact-section-form-wrap .cont-mds01 {
  padding-bottom: 1em;
}

textarea.otoiawase-text {
  line-height: 1.5 !important;
}

body:has(.contact-section-form-wrap form[data-screen=confirm]) .contact-section-yoyaku-wrap {
  display: none;
}

div:has(.contact-section-form-wrap form[data-screen=confirm]) .smf-form .wp-block-snow-monkey-forms-item {
  display: flex;
  flex-direction: row;
  border-bottom: dotted 1px #585454;
}
div:has(.contact-section-form-wrap form[data-screen=confirm]) .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
  width: 30%;
}
div:has(.contact-section-form-wrap form[data-screen=confirm]) .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls {
  width: 70%;
}

body:has(.contact-section-form-wrap form[data-screen=complete]) .contact-section-yoyaku-wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-section-yoyaku-wrap div.yoyaku-bango-wrap {
    padding: 1em 2em;
  }
  .contact-section-yoyaku-wrap div.yoyaku-bango-wrap p.yoyaku-bango {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */