@charset "UTF-8";
.site-main {
  --min-h: 347px;
  min-height: var(--min-h);
}
.page--head {
  min-height: var(--min-h);
  padding: 120px 20px;
  color: #fff;
  background-image: url("../img/page/head_sp.jpg");
  background-size: 100% 100%;
}
.page--head .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.page--content {
  margin-top: -131px;
}
@media screen and (min-width: 768px) {
  .page--head {
    background-image: url("../img/page/head.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .site-main {
    --min-h: 635px;
  }
  .page--head {
    padding-top: 163px;
    padding-bottom: 360px;
  }
  .page--content {
    margin-top: -338px;
  }
  .page--content .container {
    padding: 45px 60px;
    background-color: rgba(255,255,255,0.8);
  }
}
/* お知らせ */
.page--content.archive .container {
  padding-top: 40px;
}
.page--content .list-post {
  --border: #d5d5d5;
  border-top: 1px solid var(--border, currentcolor);
}
.page--content .list-post time {
  color: #7f4ea5;
}
.page--content .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 11px;
  margin-top: 58px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.page--content .wp-pagenavi a,
.page--content .wp-pagenavi .current {
  min-width: 35px;
  padding: 10px 3px 9px;
  border-radius: 50%;
}
.page--content .wp-pagenavi a {
  color: #000;
  background-color: #f5f5f5;
}
.page--content .wp-pagenavi .current {
  color: #fff;
  background-color: #182987;
}
@media screen and (min-width: 1024px) {
  .page--content.archive .container {
    padding: 91px 95px 88px;
  }
}
.single-post .entry-header .date {
  color: #7f4ea5;
  letter-spacing: 0.1em;
}
.single-post .entry-header .title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.455;
}
.single-post .entry-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.5em;
  margin-top: 15px;
  letter-spacing: 0.1em;
  line-height: 1.375;
}
.single-post .entry-content a {
  text-decoration: underline;
}
.single-post .entry-content h1 {
  font-size: 2em;
  font-weight: bold;
}
.single-post .entry-content h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.single-post .entry-content h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  font-size: 1em;
  font-weight: bold;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  padding-left: 1.5em;
}
.single-post .entry-content ul {
  list-style-type: disc;
}
.single-post .entry-content ol {
  list-style-type: decimal;
}
.single-post .entry-footer {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #d5d5d5;
}
@media screen and (min-width: 1024px) {
  .single-post .page--content .container {
    padding: 73px 95px 100px;
  }
  .single-post .entry-header .title {
    margin-top: 20px;
    font-size: 24px;
  }
  .single-post .entry-content {
    margin-top: 22px;
  }
  .single-post .entry-footer {
    margin-top: 73px;
    padding-top: 73px;
  }
}
@media (any-hover: hover) {
  .single-post .entry-content a {
    transition: opacity 0.3s ease;
  }
  .single-post .entry-content a:hover {
    opacity: 0.8;
  }
}
.wp-block-image img {
  width: auto;
}
.wp-block-image .alignleft img {
  margin-right: auto;
}
.wp-block-image .alignright img {
  margin-left: auto;
}
.wp-block-image .aligncenter img {
  margin-inline: auto;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.has-small-font-size {
  font-size: 0.875em;
}
.has-medium-font-size {
  font-size: 1em;
}
.has-large-font-size {
  font-size: 1.25em;
}
.has-x-large-font-size {
  font-size: 1.5em;
}
/* 院長紹介/医院紹介 */
.sec-greeting {
  --heading-color: #182987;
  padding-bottom: 74px;
}
.sec-greeting .greeting--block {
  display: grid;
  row-gap: 30px;
  margin-top: 32px;
}
.sec-greeting .greeting--block .img img {
  max-width: 265px;
  margin-inline: auto;
}
.sec-greeting .greeting--block .img figcaption {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-greeting .greeting--block .img .name {
  padding: 0 0.5em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec-greeting .greeting--block .text {
  display: grid;
  row-gap: 30px;
  padding: 20px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  background-color: #e6eaff;
}
.sec-greeting .greeting--box {
  margin-top: 48px;
  padding: 20px;
  border: 1px solid #182987;
}
.sec-greeting .greeting--box .heading {
  margin-bottom: 17px;
  color: #182987;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-greeting .greeting--box p {
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  .sec-greeting {
    padding-top: 47px;
    position: relative;
    isolation: isolate;
  }
  .sec-greeting::before {
    content: '';
    display: block;
    width: 420px;
    height: 360px;
    background-image: url("../img/page/greeting-bg.svg");
    background-size: contain;
    position: absolute;
    top: -111px;
    right: -180px;
    z-index: 2;
  }
  .sec-greeting .greeting--block {
    grid-template-columns: 334fr 69px 597fr;
    margin-top: 0;
  }
  .sec-greeting .greeting--block .img {
    grid-column: 1/3;
    grid-row-start: 1;
    z-index: 2;
  }
  .sec-greeting .greeting--block .img img {
    max-width: 100%;
  }
  .sec-greeting .greeting--block .img figcaption {
    margin-top: 23px;
    font-size: 16px;
    text-align: left;
  }
  .sec-greeting .greeting--block .img .name {
    font-size: 20px;
  }
  .sec-greeting .greeting--block .text {
    grid-column: 2/4;
    grid-row-start: 1;
    margin-top: 66px;
    padding: 34px 45px 30px 87px;
    z-index: 1;
  }
  .sec-greeting .greeting--box {
    padding: 23px 32px;
  }
}
.sec-clinic {
  --heading-color: #182987;
  padding-top: 69px;
  padding-bottom: 100px;
  background-color: #e6eaff;
}
.sec-clinic .text-1 {
  margin-top: 51px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.sec-clinic .clinic--gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 32px;
  margin-top: 30px;
}
.sec-clinic .clinic--gallery figcaption {
  margin-top: 14px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  .sec-clinic .inner {
    max-width: 1000px;
  }
}
/* 診療案内 */
.guide strong {
  font-weight: bold;
}
.guide--box {
  padding: 20px 23px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.667;
  background-color: #e6eaff;
  border: 1px solid #9da8e6;
}
.guide--box:not(:first-child) {
  margin-top: 22px;
}
.guide--box em {
  text-decoration: underline;
  text-decoration-thickness: 0.8em;
  text-decoration-color: #f7ff00;
  text-underline-offset: -0.45em;
  text-decoration-skip-ink: none;
}
.guide--list {
  display: grid;
  row-gap: 1em;
  margin-top: 29px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.guide--list .item {
  padding-left: 25px;
  position: relative;
}
.guide--list .item::before {
  content: '';
  display: inline-block;
  aspect-ratio: 1;
  width: 14px;
  background-color: #7f4ea5;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
/* 自費診療 */
.jihi .text-1 {
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.jihi--medication {
  display: grid;
  row-gap: 30px;
  margin-top: 40px;
}
.jihi--medication dt {
  padding: 10px 24px 11px;
  color: #182987;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #e6eaff;
  border: 1px solid #9da8e6;
  border-radius: 50px;
}
.jihi--medication dd {
  margin-top: 24px;
}
.jihi--list {
  display: grid;
  row-gap: 15px;
  color: #7f4ea5;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.jihi--list .item {
  padding-left: 28px;
  position: relative;
}
.jihi--list .item::before {
  content: '';
  display: inline-block;
  aspect-ratio: 1;
  width: 14px;
  background-color: currentcolor;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.jihi--list .note {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .jihi--medication dt {
    font-size: 18px;
  }
}
/* 診療時間/アクセス */
.sec-schedule {
  --heading-color: #182987;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-schedule .schedule {
  --thead-bg: rgba(24,41,135,0.23);
  --table-txt: #182987;
}
.sec-schedule .schedule--box::before {
  background-color: #e6eaff;
}
@media screen and (min-width: 1024px) {
  .sec-schedule {
    padding-top: 39px;
    padding-bottom: 37px;
  }
}
.sec-access {
  --heading-color: #182987;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #e6eaff;
}
.sec-access .name {
  margin-top: 65px;
  font-size: 20px;
}
.sec-access .address {
  margin-top: 12px;
  line-height: 2;
}
.sec-access .address span {
  display: inline-block;
}
.sec-access .tel {
  display: grid;
  row-gap: 8px;
  margin-top: 12px;
}
.sec-access .tel dt {
  font-size: 20px;
}
.sec-access .tel dd {
  font-size: 24px;
}
.sec-access .heading-1 {
  margin-top: 38px;
  padding-bottom: 5px;
  font-size: 22px;
  border-bottom: 2px solid #182987;
}
.sec-access .text-1 {
  margin-top: 18px;
  line-height: 2;
}
.sec-access .map {
  width: 100%;
  height: 262px;
  margin-top: 50px;
}
.sec-access .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .sec-access .inner {
    max-width: 1000px;
  }
  .sec-access .map {
    height: 508px;
  }
}
.coming-soon {
  padding: 10em 0;
  text-align: center;
}
