@charset "UTF-8";
/*
Theme Name: 済生会兵庫県病院 レディース＆マタニティセンター
Theme URI: https://saiseikai.info/
Author: 能登印刷株式会社
Author URI: https://www.notoinsatu.co.jp/
Description: 済生会兵庫県病院 レディース＆マタニティセンター
*/
/*--------------------------------------------------------------
設定
--------------------------------------------------------------*/
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css");
/*--------------------------------------------------------------
設定
--------------------------------------------------------------*/
/*--------------------------------------------------------------
layout

--------------------------------------------------------------*/
.display-none {
  display: none;
}

.float-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.clear {
  clear: both;
}

.clear-none {
  clear: none;
}

.layout-center {
  margin: 0 auto;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

/*
.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}
*/
.overflow {
  overflow: hidden;
}

.overflow-border {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ef657a;
}

.nowrap {
  white-space: nowrap !important;
}

/*
.width-auto {
  width: auto !important;
}

.w150p {
  width: 150px;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}
*/
.mt0 {
  margin-top: 0 !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/*
.ml5em {
  margin-left: 5em !important;
}
*/
.pt30 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 1023px) {
  .pt60 {
    padding-top: 30px !important;
  }
}
.pb30 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 1023px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}
.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/*
.img-l {
  padding-left: 30px;
}

.color-red {
  color: $sub-color !important;
}
*/
.indent {
  padding-left: 1em !important;
}

/*
.indent3 {
  margin-left: 3em !important;
  text-indent: -3em;
  display: block;
}
*/
/*
.indentblock {
  margin-left: 1em !important;
}
*/
.imagelink {
  background: none !important;
}
.imagelink:after, .imagelink:before {
  display: none !important;
}

/*
.va-middle {
  vertical-align: middle;
}
*/
.entry-content img:not(p img) {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content a img {
  display: inline-block;
}
.entry-content .wp-block-image.full-img {
  width: 100%;
}
.entry-content .wp-block-image.full-img > * {
  display: block;
}
.entry-content .full-img img {
  width: 100%;
}

/* キャプション */
.wp-element-caption {
  font-size: 1.4rem;
}

/* スペーサー */
.wp-block-spacer {
  margin: 0 !important;
}

/* 画像横幅いっぱい */
.wp-elempost-caption {
  text-align: center;
}

/* カラムの余白設定 */
.c-row > .c-row__col {
  margin-bottom: 30px;
  padding: 0 20px;
}
.c-row > .c-row__col figure + * {
  margin-top: 18px;
}

.c-row--margin {
  margin: 0 -20px;
}

* + .wp-block-snow-monkey-blocks-items {
  margin-top: 50px;
}

.wp-block-snow-monkey-blocks-items {
  margin-bottom: -40px;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0 30px 20px 0 !important;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 30px !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 781px) {
  .alignleft, .alignright {
    display: block !important;
    float: none !important;
    margin: 0 auto 20px !important;
  }
  .wp-block-image .alignright > figcaption, .wp-block-image .alignleft > figcaption {
    display: block;
  }
}
/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/
hr, .wp-block-separator {
  border: 0;
  border-top: solid 1px #ccc !important;
  margin: 30px 0;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
.entry-content ul, .entry-content ol {
  margin: 15px 0 0;
  text-indent: 0;
}
.entry-content ul {
  list-style: none outside;
  padding: 0;
}
.entry-content ul li {
  margin: 0 0 5px;
  padding: 0 0 0 24px;
}
.entry-content ul li:after {
  background: #ef657a;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 6px;
  content: "";
  width: 8px;
  height: 8px;
}
.entry-content ul ul {
  margin: 10px 0;
}
.entry-content ul ul li:after {
  background: #ccc;
}
.entry-content ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.entry-content ol {
  padding: 0;
}
.entry-content ol li {
  margin: 0 0 5px;
  padding: 0 0 0 24px;
  position: relative;
}
.entry-content ol ul {
  margin: 10px 0;
}
.entry-content ol ol {
  margin: 10px 0;
}
.entry-content ul > li {
  position: relative;
}
.entry-content ol > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0 0 1.5em;
  padding: 0;
  overflow: hidden;
  letter-spacing: -0.5em;
}

dt {
  font-weight: 700;
  float: left;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.8;
}

dd {
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: normal;
  text-align: left;
  margin-left: 55px;
  vertical-align: top;
  line-height: 1.8;
}

ul.column2 {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 567px) {
  ul.column2 {
    -moz-column-count: inherit;
         column-count: inherit;
  }
}
ul.column3 {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 567px) {
  ul.column3 {
    -moz-column-count: inherit;
         column-count: inherit;
  }
}
ul.column2.yokonarabi {
  display: flex;
  flex-wrap: wrap;
}
ul.column2.yokonarabi > li {
  padding-right: 20px;
  width: 50%;
}
@media screen and (max-width: 567px) {
  ul.column2.yokonarabi > li {
    width: 100%;
  }
}
ul.column3.yokonarabi {
  display: flex;
  flex-wrap: wrap;
}
ul.column3.yokonarabi > li {
  padding-right: 20px;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  ul.column3.yokonarabi > li {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  ul.column3.yokonarabi > li {
    padding-right: 0;
    width: 100%;
  }
}
ul.square {
  font-size: 1.6rem;
}
ul.square > li::after {
  border-radius: 0;
  top: 5px;
  left: 2px;
  width: 1em;
  height: 1em;
}
ul.kome > li:after {
  top: 0 !important;
  content: "※" !important;
  color: inherit !important;
  font-size: 1em !important;
  left: 3px !important;
  width: auto;
  height: auto;
  background: transparent !important;
}
ul.kome > li.red {
  color: #c00 !important;
}
ul.kome > li.red:after {
  color: #c00 !important;
}

.list-pdf li {
  margin: 0 0 10px !important;
}

ol.column2 {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 567px) {
  ol.column2 {
    -moz-column-count: inherit;
         column-count: inherit;
  }
}
ol.column3 {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 767px) {
  ol.column3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 567px) {
  ol.column3 {
    -moz-column-count: inherit;
         column-count: inherit;
  }
}
ol.column2 > li, ol.column3 > li {
  padding-right: 20px;
}
@media screen and (max-width: 567px) {
  ol.column2 > li, ol.column3 > li {
    padding-right: 0;
  }
}

ol.kome {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0 !important;
}
ol.kome > li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
ol.kome > li::before {
  counter-increment: item;
  content: "※" counter(item) ".";
  padding: 0 0.5em 0 0.3em;
}

p.arrow, p.kome {
  position: relative;
  padding: 0 0 0 24px;
}
p.arrow:after, p.kome:after {
  content: "※" !important;
  font-size: 1em !important;
  position: absolute;
  left: 3px !important;
  top: 0 !important;
}
p.arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138" !important;
  color: #073b66;
  font-size: 1.1em !important;
  position: absolute;
  top: 0 !important;
}
p.kome.red {
  color: #c00 !important;
}

ul.kome.red li, p.kome.red:after {
  color: #c00 !important;
}

ul.kome.red li:after {
  color: #c00 !important;
}
ul.arrow {
  padding: 0 !important;
}
ul.arrow > li {
  position: relative;
  padding: 0 0 0 2em;
}
ul.arrow > li:after {
  content: "\f138";
  color: #073b66;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138" !important;
  color: #073b66;
  font-size: 1.1em !important;
  position: absolute;
  left: 5px !important;
  top: 7px !important;
}

/* 括弧付き数字リスト */
ol {
  list-style-type: none;
  counter-reset: cnt 0;
}
ol.start2 {
  counter-reset: cnt 1;
}
ol.start3 {
  counter-reset: cnt 2;
}
ol.start4 {
  counter-reset: cnt 3;
}
ol.start5 {
  counter-reset: cnt 4;
}
ol > li {
  counter-increment: cnt 1;
  padding: 0 0 0 24px;
}
ol > li:nth-child(n+10) {
  padding: 0 0 0 32px;
}
ol > li:before {
  content: counter(cnt) ".";
  padding: 0 6px 0 2px;
  position: absolute;
  left: 3px;
}
ol.bracket > li:before {
  content: "(" counter(cnt) ") ";
  padding: 0;
  left: 0;
}
ol.closing-bracket > li:before {
  content: counter(cnt) ") ";
  padding: 0 3px 0 2px;
  left: 0;
}

/* 丸囲み数字リスト */
ol.marusuuji li::marker, ol.shikakusuuji li::marker {
  content: none;
}
ol.marusuuji, ol.shikakusuuji {
  counter-reset: li 0;
  list-style-type: none;
  padding: 0;
}
ol.marusuuji > li, ol.shikakusuuji > li {
  padding: 0 0 0 28px;
  position: relative;
  text-indent: 0;
}
ol.marusuuji > li::before, ol.shikakusuuji > li::before {
  position: absolute;
  counter-increment: li 1;
  content: counter(li) "";
  left: 0;
  top: 2px;
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #ef657a;
  padding: 3px 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  ol.marusuuji > li::before, ol.shikakusuuji > li::before {
    top: 1px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
ol.marusuuji.start2, ol.shikakusuuji.start2 {
  counter-reset: li 1;
}
ol.marusuuji.start3, ol.shikakusuuji.start3 {
  counter-reset: li 2;
}
ol.marusuuji.start4, ol.shikakusuuji.start4 {
  counter-reset: li 3;
}
ol.marusuuji.start5, ol.shikakusuuji.start5 {
  counter-reset: li 4;
}
ol.shikakusuuji > li::before {
  border-radius: 0;
  position: absolute;
}

/* 説明 */
.explanation {
  background: #fff;
  border: 6px solid #eee;
  border-radius: 20px;
  margin: 1.5em 0;
  padding: 24px;
  position: relative;
}
.explanation.red {
  border: 6px solid #c00;
}
/* 流れ */
.flow .catch + .catch {
  margin-top: 45px;
}
.flow .catch + .catch::before {
  background: url("images/icon_arrow_flow.svg") no-repeat center center;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 13px));
}

/* ポイント */
.point {
  background: #faf9f4;
  border-radius: 20px;
  padding: 26px;
}

* + .point {
  margin-top: 40px;
}

/* メモ */
.notes {
  border-radius: 20px;
  margin: 1em 0;
  padding: 26px;
  background: #f2f2f2;
}

/* フレーム共通 */
.explanation > div > *:first-child, .point > div > *:first-child, .notes > div > *:first-child {
  margin-top: 0 !important;
}

.explanation > div > *:last-child, .point > div > *:last-child, .notes > div > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1023px) {
  .explanation, .point, .notes {
    padding: 20px;
  }
}
/* 赤色 */
h2.red, h3.red, h4.red, h5.red, h6.red, p.red, span.red, strong.red {
  color: #c00 !important;
}

thead th span.red, thead th strong.red {
  color: #fff !important;
  background: #c00 !important;
  margin: 0 6px;
  padding: 0 3px;
}

/* 枠線 */
.border img {
  border: 1px solid #ddd;
}

/* 名前 */
.name {
  line-height: 1.5 !important;
}
.name strong {
  font-size: 1.5em;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
body a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
body a:focus {
  outline: none;
}
body a:hover, body a:active {
  outline: 0;
}
body a[href^="tel:"] {
  cursor: default;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content a::before, .entry-content a::after {
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #ef657a;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.entry-content a[target=_blank]::after {
  background: none;
  content: "\f2d2";
  font-weight: normal;
  width: auto;
  height: auto;
}
.entry-content a[href$=".pdf"]::after, .entry-content a[href*=".pdf#page="]::after {
  background: none;
  content: "\f1c1";
  width: auto;
  height: auto;
}
.entry-content a[href$=".doc"]::after, .entry-content a[href$=".docx"]::after {
  background: none;
  content: "\f1c2";
  width: auto;
  height: auto;
}
.entry-content a[href$=".xls"]::after, .entry-content a[href$=".xlsx"]::after {
  background: none;
  content: "\f1c3";
  width: auto;
  height: auto;
}
.entry-content a[href^="mailto:"]::before {
  background: none;
  content: "\f0e0";
  width: auto;
  height: auto;
}
.entry-content a[href^="tel:"]::before {
  background: none;
  content: "";
  width: auto;
  height: auto;
}
.entry-content a:hover {
  color: #ef657a;
  text-decoration: none;
  transition: 0.2s;
}

/*--------------------------------------------------------------
開閉ボックス
--------------------------------------------------------------*/
.open-cont {
  display: none;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  body, button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body a:focus-visible,
body button:focus-visible {
  outline: 3px solid #00c9bf;
}

.pure-g [class*=pure-u] {
  font-family: "Zen Maru Gothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, .div-title {
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2, .div-title, #up_hist {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  h2, .div-title, #up_hist {
    font-size: 2rem;
  }
}

h3, [id^=cd_top3_nm_], [id^=ope_top3_nm_], [id^=cd_top5_nm_], [id^=ope_top5_nm_] {
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  h3, [id^=cd_top3_nm_], [id^=ope_top3_nm_], [id^=cd_top5_nm_], [id^=ope_top5_nm_] {
    font-size: 1.8rem;
  }
}

.first-letter::before {
  display: none !important;
}
.first-letter::first-letter {
  background: #ef657a;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

h4 {
  font-size: 1.7rem;
}
@media screen and (max-width: 1023px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin: 0;
  padding: 0;
}

mark {
  background-color: #ffd0d7;
}

.wp-block-columns.last-item-bottom > *,
.wp-block-column.last-item-bottom {
  display: flex;
  flex-direction: column;
}
.wp-block-columns.last-item-bottom > * > *:last-child,
.wp-block-column.last-item-bottom > *:last-child {
  margin-top: auto;
}
.wp-block-columns.last-item-bottom > * > *:nth-last-child(2),
.wp-block-column.last-item-bottom > *:nth-last-child(2) {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
childs
--------------------------------------------------------------*/
.childs .pure-g {
  gap: 20px 0 !important;
  margin: 0 -10px !important;
}
@media screen and (max-width: 767px) {
  .childs .pure-g {
    gap: 15px 0 !important;
    margin: 0 -5px !important;
  }
}
.childs .pure-g > * {
  display: flex;
  align-items: stretch;
  padding: 0 10px !important;
}
@media screen and (max-width: 767px) {
  .childs .pure-g > * {
    padding: 0 5px !important;
  }
}
.childs a {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 5px 60px 5px 20px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .childs a {
    min-height: 60px;
  }
}
.childs a::after {
  background: url("images/icon_arrow.svg") no-repeat center center/contain;
  content: "";
  display: flex;
  align-items: center;
  width: 30px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.childs a[target=_blank]::after {
  background: none;
  color: #ef657a;
  font-size: 1.1em;
  right: 18px;
  padding: 0;
}
.childs a:hover {
  color: #ef657a;
  transition: 0.2s;
}

.entry-content * + .childs {
  margin-top: 50px !important;
}
.entry-content h1 + .childs, .entry-content h2 + .childs, .entry-content h3 + .childs, .entry-content h4 + .childs, .entry-content h5 + .childs {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
扉ページ（子ページ画像あり）
--------------------------------------------------------------*/
.childs-img .pure-g {
  gap: 80px 0 !important;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .childs-img .pure-g {
    gap: 15px 0 !important;
  }
}
.childs-img .pure-g > * {
  padding: 0 20px;
}
.childs-img a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .childs-img a {
    display: flex;
  }
}
.childs-img a:hover {
  color: #ef657a;
  transition: 0.2s;
}

.pg-outpatient .childs-img {
  margin-top: 80px !important;
}

.child-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80%;
}
@media screen and (max-width: 767px) {
  .child-img {
    padding-top: 0;
    width: 30%;
  }
}

.child-title {
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px 40px 0;
  min-height: 130px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .child-title {
    justify-content: flex-start;
    margin: 0;
    min-height: 90px;
    padding: 30px 20px;
    width: 70%;
  }
}

/*--------------------------------------------------------------
診療科・部門（扉ページ）
--------------------------------------------------------------*/
.childs-dept a {
  gap: 0 10px;
  height: 67px;
  padding: 20px 60px 20px 15px;
}
@media screen and (max-width: 767px) {
  .childs-dept a {
    padding: 20px 10px;
  }
}

.child-dept-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 54px;
  height: 54px;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
*:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  font-size: 62.5%;
}

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
  see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
*:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
  see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

.container {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.site:not(.home .site) {
  padding: 107px 0 0;
}
@media screen and (max-width: 1023px) {
  .site:not(.home .site) {
    padding: 70px 0 0;
  }
}

.align-items-center {
  align-items: center;
}

/*--------------------------------------------------------------
Side area
--------------------------------------------------------------*/
.side-area {
  padding: 0 80px 0 0;
}
@media screen and (max-width: 1023px) {
  .side-area {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .side-area {
    margin-top: 60px;
    padding: 0;
  }
}
.side-area h2 {
  border-top: 2px solid #ef657a;
  border-bottom: 1px solid #eee;
  font-size: 1.8rem;
  padding: 0.8em 0;
}
@media screen and (max-width: 1023px) {
  .side-area h2 {
    font-size: 1.6rem;
    padding: 0.5em 0;
  }
}
.side-area ul {
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .side-area ul {
    margin: 10px 0 0;
  }
}
.side-area ul + h2 {
  margin: 50px 0 0;
}
@media screen and (max-width: 1023px) {
  .side-area ul + h2 {
    margin: 30px 0 0;
  }
}
.side-area ul li {
  list-style-type: none;
}
.side-area ul li:nth-child(n+2) {
  margin: 10px 0 0;
}
.side-area ul li a:hover {
  color: #ef657a;
  transition: 0.2s;
}
.side-area .children {
  margin: 10px 0 0;
  padding: 0 0 0 1em;
}

.single-title {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .single-title {
    font-size: 2rem;
  }
}

.entry-date {
  border-bottom: 1px solid #ccc;
  color: #888;
  font-size: 1.3rem;
  margin: 0.5em 0 0 !important;
  padding: 0 0 1.5em;
}
.entry-date + * {
  margin-top: 40px !important;
}

.entry-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
}
.entry-cat a {
  color: #fff4f4;
}

.news-content {
  margin: 100px auto 0;
  max-width: 1240px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .news-content {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .news-content {
    flex-direction: column-reverse;
  }
}
.news-content .entry-content {
  margin-top: 0;
  padding: 0;
}

/*--------------------------------------------------------------
Content area
--------------------------------------------------------------*/
/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .site-header {
    min-height: 70px;
    padding: 10px 20px 5px;
  }
}

.site-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  margin: 10px 0 5px 20px;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .site-title {
    margin: 0;
  }
}
.site-title a {
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.site-title a.site-title-main {
  max-width: 460px;
}
@media screen and (max-width: 1240px) {
  .site-title a.site-title-main {
    max-width: 360px;
  }
}
@media screen and (max-width: 1023px) {
  .site-title a.site-title-main {
    max-width: 280px !important;
  }
}
.site-title a.site-title-sub {
  max-width: 230px;
}
@media screen and (max-width: 1240px) {
  .site-title a.site-title-sub {
    max-width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .site-title a.site-title-sub {
    max-width: 150px !important;
  }
}
.site-title a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.site-title img {
  width: 100%;
}

.header-nav {
  display: flex !important;
  align-items: center;
}

#header-nav-list-inner {
  display: flex;
  flex-direction: column-reverse;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #header-nav-list-inner {
    transition: inherit;
  }
}

/* header固定 */
.menu-search {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .menu-search {
    display: block;
    width: 100%;
  }
}
.menu-search::after {
  background: #fff;
  -webkit-mask-image: url("images/lmc_icon_search.svg");
          mask-image: url("images/lmc_icon_search.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
.menu-search form {
  display: flex;
  margin: 20px;
}
@media screen and (max-width: 1023px) {
  .menu-search form {
    margin: 0;
  }
}
.menu-search input[type=text] {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 10px 15px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1023px) {
  .menu-search input[type=text] {
    background: #fff;
  }
}
.menu-search input[type=text]:focus-visible {
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}
.menu-search input[type=submit] {
  background: #fff4f4;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: center;
  width: 100px;
  cursor: pointer;
}
.menu-search input[type=submit]:focus-visible {
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}

@media screen and (max-width: 1023px) {
  .menu-search-pc {
    display: none;
  }
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
}

.header-main-menu,
.header-sub-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-main-menu {
  margin: 25px 0 0;
  padding: 0 0 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .header-main-menu {
    margin: 0;
    padding: 0;
  }
}
.header-main-menu li:nth-child(n+2) {
  border-left: 1px solid #555;
}
@media screen and (max-width: 1023px) {
  .header-main-menu li:nth-child(n+2) {
    border-left: none;
  }
}
.header-main-menu > li {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .header-main-menu > li {
    line-height: inherit;
  }
}
.header-main-menu > li > a {
  padding: 0 1.75em;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 1140px) {
  .header-main-menu > li > a {
    padding: 0 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  .header-main-menu > li > a:after {
    background: #333;
    -webkit-mask-image: url(images/lmc_icon_arrow.svg);
            mask-image: url(images/lmc_icon_arrow.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    content: "";
    display: block;
    position: absolute;
    right: 1.25em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.05em;
    aspect-ratio: 5/4;
  }
}
.header-main-menu > li > a:hover {
  opacity: 0.6;
}

.header-sub-menu {
  align-items: center;
  gap: 1em;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1280px) {
  .header-sub-menu {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .header-sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1em 2em;
    justify-content: center;
    margin: 1.5em 0 0;
  }
}
.header-sub-menu li a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.header-sub-menu .menu-home {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-sub-menu .menu-home {
    display: block;
  }
}
.header-sub-menu .menu-instagram a {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-size: 1.3rem;
}
.header-sub-menu .menu-instagram a::before {
  background: url("images/lmc_icon_instagram.svg") no-repeat center/contain;
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.header-sub-menu .menu-faq a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header-sub-menu .menu-faq a::before {
  background: url("images/lmc_header_icon_faq.svg") no-repeat center/contain;
  content: "";
  display: block;
  width: 1.8em;
  height: 1.6em;
}
@media screen and (max-width: 767px) {
  .header-sub-menu .menu-hospital {
    width: 100%;
  }
}
.header-sub-menu .menu-hospital a {
  background: #ef657a;
  color: #fff;
  padding: 0.25em 2em 0.6em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header-sub-menu .menu-hospital a {
    justify-content: center;
    padding: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header-sub-menu .menu-hospital a br {
    display: none;
  }
}

.header-side-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .header-side-menu {
    flex-direction: row;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0 20px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    transform: inherit;
  }
}
@media screen and (max-width: 1023px) {
  .header-side-menu li {
    width: calc((100% - 10px) / 2);
  }
}
.header-side-menu li.menu-search {
  background: #ef657a;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.header-side-menu li.menu-search button {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 35px 0 5px;
  text-align: center;
  width: 70px;
  height: 60px;
}
.header-side-menu li.menu-contact a {
  background: #ef657a;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 35px 0 5px;
  position: relative;
  text-align: center;
  width: 70px;
  height: 60px;
}
@media screen and (max-width: 1023px) {
  .header-side-menu li.menu-contact a {
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 32px 0 5px;
    width: 100%;
    height: 55px;
  }
}
.header-side-menu li.menu-contact a::after {
  background: #fff;
  -webkit-mask-image: url("images/lmc_icon_contact.svg");
          mask-image: url("images/lmc_icon_contact.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .header-side-menu li.menu-contact a::after {
    top: 0.85em;
  }
}
.header-side-menu li.menu-access a {
  background: #ef657a;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 35px 0 5px;
  position: relative;
  text-align: center;
  width: 70px;
  height: 60px;
}
@media screen and (max-width: 1023px) {
  .header-side-menu li.menu-access a {
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 32px 0 5px;
    width: 100%;
    height: 55px;
  }
}
.header-side-menu li.menu-access a::after {
  background: #fff;
  -webkit-mask-image: url("images/lmc_icon_access.svg");
          mask-image: url("images/lmc_icon_access.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 1023px) {
  .header-side-menu li.menu-access a::after {
    top: 0.7em;
  }
}
@media screen and (max-width: 1023px) {
  .header-side-menu li.menu-pagetop {
    display: none;
  }
}
.header-side-menu li.menu-pagetop > * {
  background: #db467f;
  border-radius: 10px 0 0 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 35px 0 5px;
  position: relative;
  text-align: center;
  width: 70px;
  height: 60px;
}
.header-side-menu li.menu-pagetop > *::after {
  background: #fff;
  -webkit-mask-image: url("images/lmc_icon_pagetop.svg");
          mask-image: url("images/lmc_icon_pagetop.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1023px) {
  .panelactive .header-side-menu {
    display: flex !important;
  }
}

.button-search {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .menu-search-pc {
    display: none !important;
  }
}

.menu-search-sp {
  display: none !important;
  margin: 20px 20px 0;
}
.menu-search-sp .searchform {
  display: flex;
}
.menu-search-sp .searchform input[type=text] {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px 0 0 10px;
  font-size: 1.6rem;
  padding: 10px 15px;
  width: calc(100% - 100px);
}
.menu-search-sp .searchform input[type=text]:focus-visible {
  border-radius: 10px 0 0 10px;
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}
.menu-search-sp .searchform input[type=submit] {
  background: #ef657a;
  border: 0;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: center;
  width: 100px;
  cursor: pointer;
}
.menu-search-sp .searchform input[type=submit]:focus-visible {
  border-radius: 0 10px 10px 0;
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}

@media screen and (max-width: 1023px) {
  .panelactive .header-top {
    display: block !important;
    margin: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .panelactive .menu-search {
    margin-top: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .panelactive .menu-search-sp {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .panelactive .side-button {
    background: #ef657a;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(0, 0);
    writing-mode: inherit;
    text-orientation: inherit;
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .panelactive .side-button > * {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .panelactive .side-button-top {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .panelactive .side-button-bottom {
    border: 0;
    height: auto;
  }
}

@media screen and (max-width: 1023px) {
  .site-header:not(.home-header) #header-nav .header-main-menu li:last-child a {
    border-bottom: 1px solid #e9d9d9;
  }
}
@media screen and (max-width: 1023px) {
  .site-header:not(.home-header) #header-nav .header-main-menu li a {
    border-top: 1px solid #e9d9d9;
    display: block;
    padding: 12px 25px;
    text-align: left;
  }
}

.button-search::before {
  background: url("images/icon_search.svg") no-repeat center center/20px 24px;
}

.button-access::before {
  background: url("images/icon_access.svg") no-repeat center center/32px 24px;
}

.button-faq::before {
  background: url("images/icon_faq.svg") no-repeat center center/28px 24px;
}

.button-contact::before {
  background: url("images/icon_contact.svg") no-repeat center center/28px 24px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .header-top {
    display: none;
    transition: inherit;
  }
}
.header-top a:hover, .header-top button:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.header-fix .site-title a.site-title-main {
  max-width: 380px;
}
.header-fix .site-title a.site-title-sub {
  max-width: 180px;
}
.header-fix .header-main-menu {
  padding: 0;
  margin: 0;
}
.header-fix .header-top {
  display: none;
}

.header-tel {
  display: flex;
  align-items: flex-end;
  font-size: 2.8rem;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .header-tel {
    font-size: 2.6rem;
    justify-content: center;
  }
}
.header-tel::before {
  background: url("images/lmc_icon_tel.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 5px 0 0;
}
.header-tel .header-tel-small {
  font-size: 0.6em;
}

.header-info-text {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 5px 0 0;
}

@media screen and (max-width: 1023px) {
  .header-info-tel {
    display: flex;
    align-items: flex-end;
    font-size: 4rem;
  }
  .header-info-text {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
.header-info-title {
  width: 90px;
}

.header-info-detail {
  width: calc(100% - 90px);
}

.header-nav-list-inner {
  display: flex;
  flex-direction: column-reverse;
}

.header-button {
  display: none;
}
.header-button:focus-visible {
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}

/* スマホメニュー */
@media screen and (max-width: 1023px) {
  .site-header #header-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    left: 0;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 0;
    /*ナビの高さ*/
    background: #ef657a;
    /*動き*/
    transition: all 0.3s;
  }
  .site-header #header-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  .site-header #header-nav.panelactive #header-nav-list {
    background: #fff4f4;
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-header #header-nav ul {
    display: none;
  }
  .site-header #header-nav-list-inner {
    background: #fff4f4;
    display: block;
    width: 100%;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    overflow: hidden;
    padding: 68px 0 0;
  }
  .site-header .panelactive #header-nav-list-inner {
    height: auto;
  }
  .site-header #header-nav.panelactive ul {
    display: block;
  }
  .site-header #header-nav li {
    font-size: 1.7rem;
    text-align: center;
  }
  /*========= ボタンのためのCSS ===============*/
  .header-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
  .header-button span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #333;
    width: 45%;
  }
  .header-button span:nth-of-type(1) {
    top: 15px;
  }
  .header-button span:nth-of-type(2) {
    top: 25px;
  }
  .header-button span:nth-of-type(3) {
    top: 35px;
  }
  .header-button.active span:nth-of-type(1) {
    top: 25px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-button.active span:nth-of-type(3) {
    top: 25px;
    transform: translateX(-50%) rotate(45deg);
  }
  .header-button .header-button-text {
    display: inline-block;
    color: #333;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%, -50%);
    background: none;
    height: auto;
    width: auto;
    font-size: 1.1rem;
  }
}
/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.site-footer {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin: 60px 0 0;
  }
}

.post-type-archive-lmc:not(.search) .site-footer {
  margin: 0;
}

.footer-menu {
  border-top: 1px solid #eee;
  padding: 40px 0;
}
.footer-menu .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-menu .inner {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 567px) {
  .footer-menu .inner {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu .inner > * {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 567px) {
  .footer-menu .inner > * {
    width: calc((100% - 30px) / 2);
  }
}
.footer-menu h2 {
  font-size: 1.6rem;
  font-weight: normal;
}
.footer-menu h2 a {
  color: #7a602f;
}
.footer-menu h2 + h2 {
  margin: 0.5em 0 0;
}
.footer-menu a:hover {
  color: #ef657a;
  transition: 0.2s;
}

.footer-menu-list {
  margin: 0.75em 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-menu-list {
    margin: 15px 0 0;
  }
}
.footer-menu-list li {
  font-size: 1.3rem;
  list-style-type: none;
}
.footer-menu-list li + li {
  margin: 7px 0 0;
}
.footer-menu-list li a {
  color: #333;
  padding: 0;
}
.footer-menu-list li a:hover {
  color: #ef657a;
  transition: 0.2s;
}

.footer-info {
  background: #fff;
  padding: 40px 0;
  position: relative;
}
.footer-info a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.footer-info .footer-info-logo {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (max-width: 1023px) {
  .footer-info .footer-info-logo {
    max-width: 180px;
  }
}
.footer-info .footer-info-logo img {
  width: 100%;
}
.footer-info .footer-info-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  justify-content: center;
  font-size: 1.4rem;
  margin: 1em 0 0;
}
@media screen and (max-width: 1023px) {
  .footer-info .footer-info-detail {
    font-size: 1.2rem;
  }
}
.footer-info .footer-info-detail .footer-info-tel {
  display: flex;
  align-items: center;
}
.footer-info .footer-info-instagram {
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px !important;
}
.footer-info .footer-info-instagram img {
  width: 100%;
}

.footer-contact {
  background: #fff4f4;
  padding: clamp(40px, 4.1666666667vw, 60px) 0;
}
.footer-contact .inner {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 767px) {
  .footer-contact .inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact .inner .footer-contact-detail {
    text-align: center;
  }
}
.footer-contact .inner .footer-contact-detail .footer-contact-tel {
  font-size: 3.6rem;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0.5em 0 0;
  padding: 0 0 0 1em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer-contact .inner .footer-contact-detail .footer-contact-tel {
    font-size: 2.8rem;
  }
}
.footer-contact .inner .footer-contact-detail .footer-contact-tel::before {
  background: url("images/lmc_icon_tel.svg") no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8em;
  aspect-ratio: 1/1;
}
.footer-contact .inner .footer-contact-detail .footer-contact-tel .footer-contact-tel-small {
  font-size: 0.4em;
}
.footer-contact .inner .footer-contact-detail .footer-contact-address {
  font-size: 1.4rem;
  margin: 1em 0 0;
}
.footer-contact .inner .footer-contact-detail .home-button {
  margin: 1.5em 0 0;
}
.footer-contact .inner .footer-contact-detail .home-button a {
  background: #fff;
  width: 250px;
  transition: 0.2s;
  padding: 0.25em 2.5em 0.25em 3.5em;
}
@media screen and (max-width: 767px) {
  .footer-contact .inner .footer-contact-detail .home-button a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .footer-contact .inner .footer-contact-detail .home-button a {
    width: 100%;
  }
}
.footer-contact .inner .footer-contact-detail .home-button a::before {
  background: #333;
  -webkit-mask-image: url("images/lmc_icon_access.svg");
          mask-image: url("images/lmc_icon_access.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  aspect-ratio: 1/1;
}
.footer-contact .inner .footer-contact-detail .home-button a:hover {
  background: #ef657a;
  color: #fff;
}
.footer-contact .inner .footer-contact-detail .home-button a:hover::before {
  background: #fff;
}
.footer-contact .inner .footer-contact-map .map {
  border: 8px solid #fff;
}

/*--------------------------------------------------------------
home
--------------------------------------------------------------*/
.post-type-archive-lmc .site-content {
  max-width: inherit;
}

.inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.home-button {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.home-button a {
  background: #fff4f4;
  border: 1px solid #f8cdcd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0.25em 2.5em 0.25em 1.25em;
  position: relative;
  transition: 0.2s;
}
.home-button a::after {
  background: #333;
  -webkit-mask-image: url("images/lmc_icon_arrow.svg");
          mask-image: url("images/lmc_icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05em;
  aspect-ratio: 5/4;
}
.home-button a:hover {
  background: #ef657a;
  color: #fff;
}
.home-button a:hover::after {
  background: #fff;
}

.wp-block-button a,
.button {
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  position: relative;
  text-decoration: none !important;
}
.wp-block-button a::after,
.button::after {
  background: url("images/icon_arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  width: 30px;
  height: 12px;
}

.button-center a {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

/* スライド共通 */
.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slider .slick-slide {
  margin: 0;
}
.slider .slick-slide:focus {
  outline: none;
}
.slider.slick-initialized {
  opacity: 1;
}

/* home / メイン画像 */
.home-main .slider-main {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.home-main .slider-main .slider-main-item {
  aspect-ratio: 2/1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* home / メイン画像 */
.home-main {
  position: relative;
}
.home-main::before {
  background: url("images/lmc_wave.svg") no-repeat center top/cover;
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 30/1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home-main .home-main-message {
  position: absolute;
  right: 12%;
  top: 25%;
  width: 35%;
  z-index: 2;
}
.home-main .home-main-message > * {
  display: block;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .home-main .home-main-message > * {
    max-width: 400px;
  }
}
@media screen and (max-width: 567px) {
  .home-main .home-main-message > * {
    max-width: 320px;
  }
}
.home-main .home-main-message img {
  display: block;
  filter: drop-shadow(0 0 15px #aaa);
  width: 100%;
}

/* home / 診療受付時間 */
.home-info {
  margin: clamp(40px, 5.5555555556vw, 80px) 0;
}
.home-info h3 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.home-info h3::before {
  content: "";
  display: block;
  background: #333;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin: 0 auto 0.5em;
}
.home-info .home-info-detail {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(15px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .home-info .home-info-detail {
    grid-template-columns: 1fr;
  }
}
.home-info .home-info-detail .home-info-item {
  background: #fff4f4;
  border-radius: 20px;
  padding: clamp(30px, 3.4722222222vw, 50px) clamp(10px, 1.3888888889vw, 20px);
  text-align: center;
}
.home-info .home-info-detail .home-info-item .home-info-text {
  display: inline-block;
  font-size: 2.2rem;
  margin: 2.5rem 0 0;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .home-info .home-info-detail .home-info-item .home-info-text {
    font-size: 1.8rem;
  }
}
.home-info .home-info-detail .home-info-item .home-info-text .home-info-text-large {
  font-size: 3.2rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1023px) {
  .home-info .home-info-detail .home-info-item .home-info-text .home-info-text-large {
    font-size: 2.8rem;
  }
}
.home-info .home-info-detail .home-info-item .home-info-text .home-info-text-small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .home-info .home-info-detail .home-info-item .home-info-text .home-info-text-small {
    font-size: 1.1rem;
  }
}
.home-info .home-info-detail .home-info-reservation h3::before {
  -webkit-mask-image: url("images/lmc_icon_reservation.svg");
          mask-image: url("images/lmc_icon_reservation.svg");
  width: 1.75em;
  height: 1.75em;
}
.home-info .home-info-outpatient {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.home-info .home-info-outpatient .home-info-outpatient-title {
  background: #fff4f4;
  border-radius: 10px;
  padding: 0 clamp(15px, 1.3888888889vw, 20px);
  text-align: center;
  width: 100%;
}
.home-info .home-info-outpatient .home-info-outpatient-title h3::before {
  -webkit-mask-image: url("images/lmc_icon_outpatient-treatment.svg");
          mask-image: url("images/lmc_icon_outpatient-treatment.svg");
  margin: 0 auto 0.25em;
  width: 2em;
  height: 1.75em;
}
@media screen and (max-width: 767px) {
  .home-info .home-info-outpatient .home-info-outpatient-detail {
    width: 100%;
  }
}
.home-info .home-info-outpatient .home-info-outpatient-detail table {
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-info .home-info-outpatient .home-info-outpatient-detail table {
    width: 100%;
  }
}
.home-info .home-info-outpatient .home-info-outpatient-detail table th,
.home-info .home-info-outpatient .home-info-outpatient-detail table td {
  border: 1px solid #333;
}
.home-info .home-info-outpatient .home-info-outpatient-detail table th {
  font-weight: 400;
  padding: 0.25em 1em;
}
.home-info .home-info-outpatient .home-info-outpatient-detail table tbody th,
.home-info .home-info-outpatient .home-info-outpatient-detail table tbody td {
  line-height: 1;
  vertical-align: top;
}
.home-info .home-info-outpatient .home-info-outpatient-detail table tbody th {
  letter-spacing: 0.05em;
  padding: 1.15em 1em 0.4em;
}
@media screen and (max-width: 767px) {
  .home-info .home-info-outpatient .home-info-outpatient-detail table tbody th {
    padding: 1.25em 0.25em 0.4em;
  }
}
.home-info .home-info-outpatient .home-info-outpatient-detail table tbody td {
  color: #ef657a;
  font-size: 1.5rem;
  padding: 1.35em 0.25em 0.4em;
}
@media screen and (max-width: 767px) {
  .home-info .home-info-outpatient .home-info-outpatient-detail table tbody td {
    padding: 1.2em 0.25em 0.4em;
  }
}
.home-info .home-info-outpatient .home-info-outpatient-detail table tbody td .td-small {
  font-size: 0.75em;
}

/* home / お知らせ */
.home-news {
  background: #fff4f4;
  padding: clamp(40px, 3.4722222222vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  .home-news {
    padding: 40px 0 50px;
  }
}
.home-news h2 {
  align-items: center;
  display: flex;
  font-size: 2rem;
  gap: 0.5em;
}
.home-news h2::before {
  background: url("images/lmc_icon_news.svg") no-repeat center/contain;
  content: "";
  display: block;
  aspect-ratio: 4/5;
  width: 1.5em;
}
.home-news .news-list {
  margin: 1em 0 0 !important;
  padding: 0;
}
.home-news .news-list li {
  border-bottom: none !important;
}
.home-news .news-list li > * {
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .home-news .news-list li > * {
    gap: 0.5em;
  }
}

.home-news-button {
  margin: 20px 0 0;
}
.home-news-button a {
  background: #ef657a;
  border: 1px solid #ef657a;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  margin: 0 0 0 auto;
  max-width: 180px;
  padding: 12px 30px;
  text-decoration: none !important;
  transition: 0.2s;
}
.home-news-button a::before {
  background-color: #fff;
  -webkit-mask-image: url("images/lmc_icon_list.svg");
          mask-image: url("images/lmc_icon_list.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  aspect-ratio: 4/5;
  width: 1.075em;
}
.home-news-button a:hover {
  background: #fff;
  color: #ef657a;
}
.home-news-button a:hover::before {
  background-color: #ef657a;
}

.news-list li > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 1em 1em 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-list li > * {
    padding: 1.2em 0;
  }
}
.news-list li a {
  transition: 0.2s;
}
.news-list li a:hover {
  color: #ef657a;
}
.news-list li a:hover .post-month {
  color: #ef657a;
}

.post-date {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  width: 120px;
}
.post-date > * {
  line-height: 1;
}
.post-date .post-month {
  color: #7b602f;
  font-size: 1.6rem;
  transition: 0.2s;
}

.post-title {
  margin: 0 0 0 30px;
  position: relative;
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .post-title {
    margin: 8px 0 0 0;
    width: 100%;
  }
}

.post-type-archive-lmc .post-date {
  font-size: 1.4rem;
  width: 150px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-lmc .post-date {
    font-size: 1.2rem;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-lmc .post-date {
    width: 100%;
  }
}
.post-type-archive-lmc .post-date .post-month {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-lmc .post-date .post-month {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-lmc .post-date .post-month {
    font-size: 1.6rem;
  }
}
.post-type-archive-lmc .post-title {
  font-size: 2rem;
  margin: 0 0 0 30px;
  width: calc(100% - 180px);
}
@media screen and (max-width: 1023px) {
  .post-type-archive-lmc .post-title {
    font-size: 1.8rem;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-lmc .post-title {
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
  }
}

.post-title-inner {
  margin: 5px 0 0;
}

.home-news .news-none {
  margin: 1.5em 0 0;
}

.search .news-list li a {
  padding: 1.2em 3.8em 1.2em 1em !important;
  text-decoration: none;
}
.search .news-list li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/icon_arrow.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 30px;
  height: 12px;
}

a .post-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 30px;
  height: 12px;
}
a[target=_blank] .post-title::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 0 0 10px;
  background: none;
  color: #faf9f4;
  font-size: 1.1em;
  right: 8px;
  padding: 0;
  content: "\f2d2";
  width: auto;
  height: auto;
}
a[href$=".pdf"] .post-title::after, a[href*=".pdf#page="] .post-title::after {
  content: "\f1c1";
}

.search .news-list li a::before {
  right: 20px;
}
.search .news-list li a::after {
  right: 15px;
}

.search-title + .news-list {
  margin-top: 30px !important;
}

/* home / メニュー */
.home-menu {
  background: url("images/lmc_home_menu_bg.jpg") no-repeat center bottom/cover;
  padding: clamp(100px, 10.4166666667vw, 150px) 0;
  position: relative;
}
.home-menu::before {
  background: url("images/lmc_wave.svg") no-repeat center top/cover;
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 30/1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, -1);
}
.home-menu::after {
  background: url("images/lmc_wave.svg") no-repeat center top/cover;
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 30/1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-menu .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px clamp(15px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .home-menu .inner {
    grid-template-columns: 1fr;
  }
}
.home-menu .home-menu-item-inner {
  background: #fff;
  border-radius: 20px;
  padding: clamp(20px, 2.0833333333vw, 30px);
  min-height: calc(100% - 55px - 0.5em);
}
.home-menu .home-menu-item-inner .home-menu-image {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 999px;
  margin: 0 auto;
  width: 180px;
}
.home-menu .home-menu-item-inner h3 {
  font-weight: 400;
  font-size: 2rem;
  margin: 0.25em 0 0;
  text-align: center;
}
.home-menu .home-menu-item-inner h3 + .home-button {
  margin: 1em 0 0;
}
.home-menu .home-menu-item-inner + .home-button {
  margin: 0.5em 0 0;
}
.home-menu .home-menu-item-inner + .home-button a {
  background: #ef657a;
  border: 1px solid #ef657a;
  color: #fff;
  min-height: 55px;
  padding: 0.25em 2.5em 0.25em 2.95em;
}
.home-menu .home-menu-item-inner + .home-button a::after {
  background-color: #fff;
}
.home-menu .home-menu-item-inner + .home-button a::before {
  background: #fff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
.home-menu .home-menu-item-inner + .home-button a.home-button-outpatient::before {
  -webkit-mask-image: url("images/lmc_icon_outpatient.svg");
          mask-image: url("images/lmc_icon_outpatient.svg");
  width: 1.5em;
}
.home-menu .home-menu-item-inner + .home-button a.home-button-childbirth::before {
  -webkit-mask-image: url("images/lmc_icon_childbirth.svg");
          mask-image: url("images/lmc_icon_childbirth.svg");
  width: 1.6em;
}
.home-menu .home-menu-item-inner + .home-button a.home-button-hospitalization::before {
  -webkit-mask-image: url("images/lmc_icon_hospitalization.svg");
          mask-image: url("images/lmc_icon_hospitalization.svg");
  width: 1.3em;
}
.home-menu .home-menu-item-inner + .home-button a:hover {
  background: #fff;
  color: #ef657a;
}
.home-menu .home-menu-item-inner + .home-button a:hover::after, .home-menu .home-menu-item-inner + .home-button a:hover::before {
  background-color: #ef657a;
}

/* home / レディース＆マタニティセンターの特徴 */
.home-feature {
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
}
.home-feature .inner {
  display: grid;
  align-items: flex-end;
  gap: 40px;
  grid-template-columns: 5fr 6fr;
  max-width: 1140px;
}
@media screen and (max-width: 1023px) {
  .home-feature .inner {
    grid-template-columns: 1fr;
  }
}
.home-feature .inner .home-feature-image {
  aspect-ratio: 8/3;
  background: url("images/lmc_home_feature.png") no-repeat left center/contain;
}
@media screen and (max-width: 1023px) {
  .home-feature .inner .home-feature-image {
    aspect-ratio: 5/1;
  }
}
@media screen and (max-width: 767px) {
  .home-feature .inner .home-feature-image {
    aspect-ratio: 4/1;
  }
}
.home-feature .inner h2 {
  margin: 1em 0 0;
}
.home-feature .inner .home-feature-detail {
  font-size: 1.4rem;
  line-height: 2;
  margin: 3.5rem 0 0;
}
.home-feature .inner .home-feature-link {
  display: grid;
  gap: clamp(15px, 1.3888888889vw, 20px);
  grid-template-columns: 1fr 1fr;
  font-size: 1.4rem;
}
.home-feature .inner .home-feature-link a {
  transition: 0.2s;
}
.home-feature .inner .home-feature-link a:hover {
  color: #ef657a;
}
.home-feature .inner .home-feature-link .home-feature-link-image {
  background-color: #eee;
  background-position: center;
  background-size: cover;
  background-position: no-repeat;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.home-feature .inner .home-feature-link .home-feature-link-title {
  margin: 0.35em 0 0;
  padding: 0 0.5em;
  position: relative;
}
.home-feature .inner .home-feature-link-about a {
  background: #ef657a;
  border: 1px solid #ef657a;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.home-feature .inner .home-feature-link-about a .home-feature-link-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5em 0 0;
}
.home-feature .inner .home-feature-link-about a .home-feature-link-title::before {
  display: none;
}
.home-feature .inner .home-feature-link-about a .home-feature-link-title::after {
  background-color: #fff;
  -webkit-mask-image: url("images/lmc_icon_arrow.svg");
          mask-image: url("images/lmc_icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-feature .inner .home-feature-link-about a:hover {
  background: #fff;
  color: #ef657a;
}
.home-feature .inner .home-feature-link-about a:hover .home-feature-link-title::after {
  background-color: #ef657a;
}
.home-feature .inner .home-button {
  margin: 20px 0 0;
}
.home-feature .inner .home-button a {
  background: #ef657a;
  border: 1px solid #ef657a;
  color: #fff;
  padding: 0.25em 2.5em 0.25em 2.75em;
}
.home-feature .inner .home-button a::before {
  background: #fff;
  -webkit-mask-image: url("images/lmc_icon_center.svg");
          mask-image: url("images/lmc_icon_center.svg");
  width: 1.3em;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
.home-feature .inner .home-button a::after {
  background-color: #fff;
}
.home-feature .inner .home-button a:hover {
  background: #fff;
  color: #ef657a;
}
.home-feature .inner .home-button a:hover::before, .home-feature .inner .home-button a:hover::after {
  background-color: #ef657a;
}

/* home / 教室・サポート */
.home-support {
  background: url("images/lmc_home_support_bg.jpg") no-repeat center/cover;
  padding: clamp(100px, 10.4166666667vw, 150px) 0;
  position: relative;
}
.home-support::before {
  background: url("images/lmc_wave.svg") no-repeat center top/cover;
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 30/1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, -1);
}
.home-support::after {
  background: url("images/lmc_wave_pink.svg") no-repeat center bottom/cover;
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 30/1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
.home-support h2 {
  text-align: center;
}
.home-support .home-support-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: clamp(20px, 2.0833333333vw, 30px) 0;
}
@media screen and (max-width: 1023px) {
  .home-support .home-support-inner {
    gap: 20px;
  }
}
.home-support .home-support-inner > * {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1023px) {
  .home-support .home-support-inner > * {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .home-support .home-support-inner > * {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 567px) {
  .home-support .home-support-inner > * {
    width: 100%;
  }
}
.home-support .home-support-item-inner {
  background: #fff;
  border-radius: 20px;
  padding: clamp(20px, 2.0833333333vw, 30px);
  min-height: calc(100% - 55px - 0.5em);
}
.home-support .home-support-item-inner h3 {
  font-weight: 400;
  font-size: 2rem;
  margin: 0.25em 0 0;
  text-align: center;
}
.home-support .home-support-item-inner h3 + .home-button {
  margin: 1em 0 0;
}
.home-support .home-support-item-inner + .home-button {
  margin: 0.5em 0 0;
}
.home-support .home-support-item-inner + .home-button a {
  background: #ef657a;
  color: #fff;
  min-height: 55px;
  padding: 0.25em 2.5em 0.25em 2.75em;
}
.home-support .home-support-item-inner + .home-button a::after {
  background-color: #fff;
}
.home-support .home-support-item-inner + .home-button a::before {
  background-color: #fff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
.home-support .home-support-item-inner + .home-button a.home-button-outpatient::before {
  -webkit-mask-image: url("images/lmc_icon_outpatient.svg");
          mask-image: url("images/lmc_icon_outpatient.svg");
  width: 1.5em;
}
.home-support .home-support-item-inner + .home-button a.home-button-childbirth::before {
  -webkit-mask-image: url("images/lmc_icon_childbirth.svg");
          mask-image: url("images/lmc_icon_childbirth.svg");
  width: 1.6em;
}

/* home / リンク */
.home-link {
  background: #fff4f4;
  padding: 30px 0;
}
.home-link .home-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em 15px;
  justify-content: center;
}
.home-link .home-button a {
  background: #fff;
  min-height: 60px;
  padding: 0.25em 2.5em 0.25em 3.5em;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 767px) {
  .home-link .home-button a {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 567px) {
  .home-link .home-button a {
    width: 100%;
  }
}
.home-link .home-button a.home-button-faq::before {
  -webkit-mask-image: url("images/lmc_icon_faq.svg");
          mask-image: url("images/lmc_icon_faq.svg");
}
.home-link .home-button a.home-button-contact::before {
  -webkit-mask-image: url("images/lmc_icon_contact.svg");
          mask-image: url("images/lmc_icon_contact.svg");
}
.home-link .home-button a::before {
  background-color: #333;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75em;
  aspect-ratio: 1/1;
}
.home-link .home-button a:hover {
  background-color: #ef657a;
  color: #fff;
}
.home-link .home-button a:hover::before {
  background-color: #fff;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.entry-content {
  margin: 100px auto 0;
  max-width: 1040px;
  min-height: 300px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .entry-content {
    margin: 50px auto 0;
  }
}
.entry-content h2, .entry-content .div-title, .entry-content #up_hist {
  margin: 2.5em 0 0.8em !important;
  border-left: 3px solid #ef657a;
  padding: 0 0 0 15px;
}
.entry-content h3, .entry-content [id^=cd_top3_nm_], .entry-content [id^=ope_top3_nm_], .entry-content [id^=cd_top5_nm_], .entry-content [id^=ope_top5_nm_] {
  margin: 2em 0 0.8em !important;
  color: #ef657a;
}
.entry-content h4 {
  background: #f9e3e6;
  padding: 0.3em 0.7em 0.4em;
}

.entry-content h4, [id^=cd_top3_nm_], [id^=ope_top3_nm_], [id^=cd_top5_nm_], [id^=ope_top5_nm_] {
  margin: 2em 0 0.8em !important;
}

.entry-content h5 {
  background: #fff;
  border: 1px solid #707070;
  display: block;
  margin: 1.5em 0 0.8em !important;
  padding: 3px 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.entry-content h6 {
  margin: 1.5em 0 0.5em !important;
}
.entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *, .entry-content h5 + * {
  margin-top: 0 !important;
}
.entry-content h2 + h3, .entry-content h3 + h4, .entry-content h4 + h5, .entry-content h5 + h6 {
  margin-top: 1em !important;
}
.entry-content * + p {
  margin-top: 15px;
}
.entry-content h1 + .pure-g, .entry-content h2 + .pure-g, .entry-content h1 + *, .entry-content h2 + * {
  margin-top: 30px;
}
.entry-content h3 + .pure-g, .entry-content h3 + * {
  margin-top: 20px;
}
.entry-content strong {
  font-weight: 900;
}
.entry-content * + .point, .entry-content * + .explanation, .entry-content * + .notes {
  margin-top: 25px;
}
.entry-content .point + *, .entry-content .explanation + *, .entry-content .notes + * {
  margin-top: 25px;
}
.entry-content .notes h3 {
  color: #333;
}
.entry-content .catch {
  background: #faf9f4;
  border: 1px solid #ece9da;
  margin: 50px 0 0 !important;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .entry-content .catch {
    padding: 30px;
  }
}
.entry-content .catch h3 {
  background: #ef657a;
  color: #fff;
  margin-top: 0 !important;
  padding: 2px 30px;
}
@media screen and (max-width: 1023px) {
  .entry-content .catch h3 {
    padding: 2px 20px;
  }
}
.entry-content .wp-block-column.point + .wp-block-column.point,
.entry-content .wp-block-column.explanation + .wp-block-column.explanation {
  margin-top: 0 !important;
}
.entry-content p {
  line-height: 1.8;
}
.entry-content .lead {
  color: #ef657a;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .entry-content .lead {
    font-size: 2rem;
  }
}
.entry-content * + .lead {
  margin-top: 30px;
}
.entry-content .lead + * {
  margin-top: 25px !important;
}
.entry-content .sub-lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .entry-content .sub-lead {
    font-size: 1.5rem;
  }
}
.entry-content .button {
  margin: 30px 0 0;
  max-width: 400px;
}
.entry-content .button:hover {
  color: #ef657a;
  transition: 0.2s;
}
.entry-content .button a {
  color: #fff;
}
.entry-content .button2 a,
.entry-content .button3 a,
.entry-content .wp-block-button a {
  background: #fff4f4;
  border: 1px solid #f8cdcd;
  border-radius: 15px;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 70px;
  padding: 5px 60px 5px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .entry-content .button2 a,
  .entry-content .button3 a,
  .entry-content .wp-block-button a {
    min-height: 60px;
  }
}
.entry-content .button2 a::after,
.entry-content .button3 a::after,
.entry-content .wp-block-button a::after {
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #ef657a;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #333;
  -webkit-mask-image: url("images/lmc_icon_arrow.svg");
          mask-image: url("images/lmc_icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content .button2 a[target=_blank]::after,
.entry-content .button3 a[target=_blank]::after,
.entry-content .wp-block-button a[target=_blank]::after {
  background: none !important;
  content: "\f2d2";
  font-weight: normal;
  -webkit-mask-image: none;
          mask-image: none;
  width: auto;
  height: auto;
}
.entry-content .button2 a[href$=".pdf"]::after, .entry-content .button2 a[href*=".pdf#page="]::after,
.entry-content .button3 a[href$=".pdf"]::after,
.entry-content .button3 a[href*=".pdf#page="]::after,
.entry-content .wp-block-button a[href$=".pdf"]::after,
.entry-content .wp-block-button a[href*=".pdf#page="]::after {
  background: none !important;
  content: "\f1c1";
  font-weight: normal;
  -webkit-mask-image: none;
          mask-image: none;
  width: auto;
  height: auto;
}
.entry-content .button2 a[href$=".doc"]::after, .entry-content .button2 a[href$=".docx"]::after,
.entry-content .button3 a[href$=".doc"]::after,
.entry-content .button3 a[href$=".docx"]::after,
.entry-content .wp-block-button a[href$=".doc"]::after,
.entry-content .wp-block-button a[href$=".docx"]::after {
  background: none !important;
  content: "\f1c2";
  font-weight: normal;
  -webkit-mask-image: none;
          mask-image: none;
  width: auto;
  height: auto;
}
.entry-content .button2 a[href$=".xls"]::after, .entry-content .button2 a[href$=".xlsx"]::after,
.entry-content .button3 a[href$=".xls"]::after,
.entry-content .button3 a[href$=".xlsx"]::after,
.entry-content .wp-block-button a[href$=".xls"]::after,
.entry-content .wp-block-button a[href$=".xlsx"]::after {
  background: none !important;
  content: "\f1c3";
  font-weight: normal;
  -webkit-mask-image: none;
          mask-image: none;
  width: auto;
  height: auto;
}
.entry-content .button2 a:hover,
.entry-content .button3 a:hover,
.entry-content .wp-block-button a:hover {
  background: #ef657a;
  color: #fff;
}
.entry-content .button2 a:hover::after,
.entry-content .button3 a:hover::after,
.entry-content .wp-block-button a:hover::after {
  background: #fff;
  color: #fff;
}
.entry-content .button-img a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 15px;
  padding: 20px;
}
.entry-content .button-img a::after {
  display: none;
}
.entry-content .button-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: 80px;
}
.entry-content .button-magazine a {
  background: #fff4f4;
  padding: 20px 60px 20px 75px;
}
.entry-content .button-magazine a::before {
  background: url("images/icon_magazine.svg") no-repeat center center/contain;
  content: "";
  display: block;
  width: 40px;
  height: 35px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content a[href^=http] {
  overflow-wrap: break-word;
}
@media screen and (max-width: 781px) {
  .entry-content .column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1023px) {
  .wp-block-button a {
    font-size: 1.5rem !important;
  }
}

.entry-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0 0;
}
.entry-content table caption {
  font-size: 1.3rem;
  margin: 0 0 10px;
  text-align: right;
}
.entry-content table img {
  min-width: 30px;
}
.entry-content p:not(.notes):not(.point):not(.explanation) + table {
  margin: 20px 0 0;
}
.entry-content thead, .entry-content tfoot {
  background: #fff4f4 !important;
}
.entry-content th, .entry-content td {
  border: 1px solid #ddd !important;
  padding: 8px 15px !important;
}
@media screen and (max-width: 767px) {
  .entry-content th, .entry-content td {
    padding: 10px 8px !important;
  }
}
.entry-content th > *:first-child, .entry-content td > *:first-child {
  margin-top: 0 !important;
}
.entry-content th > *:last-child, .entry-content td > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content th:not(.dept-schedule th):not(thead th):not(tfoot th) {
  background: #f4f4f4;
  text-align: left;
}
.entry-content th:first-child:not(.dept-schedule th) {
  width: 20%;
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content iframe {
  max-width: 100%;
}

.timeline .wp-block-columns {
  margin: 0 !important;
}
.timeline .timeline-time {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 0 60px !important;
  position: relative;
}
@media screen and (max-width: 781px) {
  .timeline .timeline-time {
    font-size: 2rem;
    flex-basis: 120px !important;
    padding: 0 0 0 45px !important;
  }
}
.timeline .timeline-time::before {
  background: #fff;
  border: 1px solid #fff4f4;
  border-radius: 15px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 781px) {
  .timeline .timeline-time::before {
    top: 0.35em;
    width: 24px;
    height: 24px;
  }
}
.timeline .timeline-time::after {
  border-left: 1px dashed #fff4f4;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0.5em;
  left: 15px;
}
@media screen and (max-width: 781px) {
  .timeline .timeline-time::after {
    left: 12px;
  }
}
.timeline .timeline-detail {
  font-size: 2rem;
  padding: 0.2em 1em 1em !important;
}
@media screen and (max-width: 781px) {
  .timeline .timeline-detail {
    font-size: 1.6rem;
    padding: 0.3em 0 1em !important;
  }
}
@media screen and (max-width: 781px) {
  .timeline .wp-block-group__inner-container > * {
    gap: 0;
  }
}
.timeline .wp-block-group__inner-container > *:last-child .timeline-time::after {
  display: none;
}
@media screen and (max-width: 781px) {
  .timeline .wp-block-group__inner-container > *:last-child .timeline-detail::before {
    display: none;
  }
}

.entry-header .entry-header-inner {
  background: linear-gradient(90deg, #ffeaea 0%, #fff4f4 60%, #fff4f4 60%, #fff4f4 100%);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .entry-header .entry-header-inner {
    background: linear-gradient(90deg, #ffeaea 0%, #fff4f4 70%, #fff4f4 40%, #fff4f4 100%);
  }
}
.entry-header .entry-header-inner::after {
  background: url("images/lmc_wave.svg") no-repeat center top/cover;
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 30/1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.entry-header h1 {
  font-size: 2.4rem;
  padding: clamp(50px, 4.1666666667vw, 60px) 20px clamp(60px, 6.9444444444vw, 100px);
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (max-width: 1023px) {
  .entry-header h1 {
    font-size: 2.2rem;
  }
}

.entry-h1 .entry-h1-inner {
  display: flex;
  align-items: center;
  margin: 100px auto 0;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .entry-h1 .entry-h1-inner {
    margin: 50px auto 0;
  }
}
.entry-h1 h1 {
  color: #333;
  font-size: 3rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .entry-h1 h1 {
    font-size: 2.4rem;
  }
}

/* パンくずリスト */
.breadcrumbs {
  font-size: 1.2rem;
  margin: 0 auto 15px;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 15px auto;
  }
}
.breadcrumbs a {
  font-size: 1.2rem;
}
.breadcrumbs a:hover {
  color: #ef657a;
  transition: 0.2s;
}

.bc-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin: 0 12px 1.5px 8px;
}

/* アンカー */
.entry-content * + .anchor4,
.entry-content * + .anchor {
  margin-top: 30px;
}
.entry-content .anchor4,
.entry-content .anchor {
  background: #fff4f4;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px;
}
.entry-content .anchor4 > *,
.entry-content .anchor > * {
  margin: 0;
  padding: 0;
  width: calc((100% - 30px) / 3);
}
.entry-content .anchor4 > *::after,
.entry-content .anchor > *::after {
  display: none;
}
.entry-content .anchor4 > * a::after,
.entry-content .anchor > * a::after {
  background: url("images/lmc_icon_anchor.svg") no-repeat center center/contain;
  content: "";
  margin: 0 0 0 10px;
  width: 1em;
  height: 1em;
}
.entry-content .anchor4 > * a:hover,
.entry-content .anchor > * a:hover {
  color: #ef657a;
  transition: 0.2s;
}
.entry-content .anchor4 a,
.entry-content .anchor a {
  background: #fff;
  border: 1px solid #f8cdcd;
  border-radius: 15px;
  line-height: 1.5;
  padding: 17px 20px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.entry-content .anchor4 > .pagelink a,
.entry-content .anchor > .pagelink a {
  border-right: none;
}
.entry-content .anchor4 > .pagelink a::after,
.entry-content .anchor > .pagelink a::after {
  background: url(images/icon_arrow.svg) no-repeat center center/contain;
  width: 2em;
  height: 1em;
}
.entry-content .anchor4 > * {
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 1023px) {
  .entry-content .anchor4 > * {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 567px) {
  .entry-content .anchor4 > * {
    width: 100%;
  }
}
.entry-content .button-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.entry-content .button-anchor li {
  width: 49%;
}
.entry-content .button-anchor li::after {
  display: none;
  margin: 0;
}
.entry-content .button-anchor a {
  border: 3px solid #ef657a;
  border-right: 65px solid #ef657a;
  box-sizing: border-box;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  width: 100%;
  padding: 15px 20px;
  position: relative;
}
.entry-content .button-anchor a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("images/icon_arrow.svg") no-repeat center center/contain;
  margin: 0 0 0 10px;
  vertical-align: middle;
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.entry-content .pure-g {
  gap: 30px 0;
  margin: 0 -15px;
}
.entry-content .pure-g > * {
  padding: 0 15px;
}
.entry-content .pure-g > * > *:first-child {
  margin-top: 0 !important;
}
.entry-content .button3,
.entry-content .button2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.entry-content .button3 > *,
.entry-content .button2 > * {
  color: #fff;
  margin: 0;
  padding: 0;
}
.entry-content .button3 > *::after,
.entry-content .button2 > *::after {
  display: none;
}
.entry-content .button2 > * {
  width: calc((100% - 20px) / 2);
}
.entry-content .button3 > * {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 1023px) {
  .entry-content * + .anchor4,
  .entry-content * + .anchor {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .button2,
  .entry-content .button3 {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .button2 > *,
  .entry-content .button3 > * {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 567px) {
  .entry-content .button2 > *,
  .entry-content .button3 > * {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .entry-content .button2 > * a,
  .entry-content .button3 > * a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .entry-content .anchor4,
  .entry-content .anchor {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .entry-content .anchor4 a,
  .entry-content .anchor a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
@media screen and (max-width: 567px) {
  .entry-content .anchor4 > *,
  .entry-content .anchor > * {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .entry-content .pure-g {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 567px) {
  .entry-content .pure-g > * {
    padding: 0 10px;
  }
}

/* アンカーアイコン */
@media screen and (max-width: 1023px) {
  .entry-content .button-anchor a {
    border-right: 50px solid #ef657a;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .entry-content .button-anchor a::after {
    right: -32px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 567px) {
  .entry-content .button-anchor li {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .entry-content .button-anchor li:nth-child(n+2) {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
ブロックエディタ共通
--------------------------------------------------------------*/
.wp-block-columns > * > *:first-child {
  margin-top: 0 !important;
}
.wp-block-columns > * > *:last-child {
  margin-bottom: 0 !important;
}

.entry-content .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.entry-content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content * + .wp-block-columns {
  margin-top: 25px;
}
.entry-content h2 + .wp-block-columns, .entry-content h3 + .wp-block-columns, .entry-content h4 + .wp-block-columns, .entry-content h5 + .wp-block-columns, .entry-content h6 + .wp-block-columns {
  margin-top: 0;
}

.has-text-align-right img {
  margin-left: auto;
}

.wp-block-snow-monkey-blocks-items .wp-block-group__inner-container > *:first-child,
.wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}

.wp-block-snow-monkey-blocks-items .wp-block-group__inner-container > *:last-child,
.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}

.entry-content * + .wp-block-image, .entry-content .wp-block-image + * {
  margin-top: 20px;
}

.wp-block-flexible-table-block-table {
  margin: 25px 0 0;
}
.wp-block-flexible-table-block-table table {
  margin: 0;
}

.entry-content .wp-block-columns .wp-block-image + * {
  margin-top: 20px;
}

.wp-block-table table {
  margin-top: 0;
}
.wp-block-table thead {
  border-bottom: 0;
}
.wp-block-table tfoot {
  border-top: 0;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tfoot tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tfoot tr td {
  background: #fff4f4;
}

.wp-block-button__link {
  font-size: 1.6rem !important;
  text-align: left;
}

:where(.is-layout-flex) {
  gap: 20px;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 20px) * 0.5);
}

@media screen and (max-width: 781px) {
  .wp-block-button {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  :where(.is-layout-flex) {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, 15px) * 0.5);
  }
}

/* YouTube */
.youtube, .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe, .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table */
@media screen and (max-width: 768px) {
  .is-stacked-on-mobile tr:nth-child(n+2) th, .is-stacked-on-mobile tr td {
    border-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .is-scroll-on-mobile {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .is-scroll-on-mobile table {
    margin-top: 0;
    width: 750px !important;
  }
}

/* Image */
.wp-block-image a::after {
  display: none;
}
@media screen and (max-width: 781px) {
  .wp-block-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Text / Large */
@media screen and (max-width: 1023px) {
  .has-large-font-size {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .has-large-font-size {
    font-size: 1.6rem !important;
  }
}

/* Text / Medium */
@media screen and (max-width: 1023px) {
  .has-medium-font-size {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .has-medium-font-size {
    font-size: 1.4rem !important;
  }
}

.has-black-color {
  color: #333;
}

.has-red-color {
  color: #c00;
}

.has-blue-color {
  color: #fff4f4;
}

.has-white-color {
  color: #fff;
}

/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/
.content-inner {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.archive-title {
  background: #f7f7f7;
  padding: 8px 15px !important;
}
.archive-title::before {
  display: none;
}

.news-list {
  margin: 0 !important;
  padding: 0 !important;
}
.news-list li {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  padding: 0 !important;
}
.news-list li::after {
  display: none !important;
}
.news-list a::before, .news-list a::after {
  display: none !important;
}

.pagination {
  margin: 50px 0 0 !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination a {
  background: #fff4f4;
  border: 1px solid #f8cdcd;
  border-radius: 10px;
  display: block;
  padding: 0.7em 1em;
  position: relative;
  text-decoration: none !important;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .pagination a {
    font-size: 1.2rem;
  }
}
.pagination a.pagination-all {
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .pagination a.pagination-all {
    width: 100px;
  }
}
.pagination a:hover {
  background: #ef657a;
  color: #fff;
}
.pagination a:hover .prev::before,
.pagination a:hover .next::after {
  background-color: #fff;
}
.pagination:before, .pagination:after {
  content: "";
}
.pagination .prev::before {
  background-color: #333;
  -webkit-mask-image: url("images/lmc_icon_arrow.svg");
          mask-image: url("images/lmc_icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 0;
  width: 1.05em;
  aspect-ratio: 5/4;
  transform: scale(-1, 1);
}
.pagination .next::after {
  background-color: #333;
  -webkit-mask-image: url("images/lmc_icon_arrow.svg");
          mask-image: url("images/lmc_icon_arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: 1.05em;
  aspect-ratio: 5/4;
}

/*--------------------------------------------------------------
ページナビ
--------------------------------------------------------------*/
.wp-pagenavi {
  font-size: 1.3rem;
  margin: 50px 0 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #f9e3e6;
  border: none;
  display: inline-block;
  padding: 10px 15px !important;
  text-decoration: none;
}
.wp-pagenavi .current {
  background: #fff4f4;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #fff4f4;
  color: #fff;
  transition: 0.2s;
}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
.entry-content .tel {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content .tel {
    font-size: 2.4rem;
    padding: 0 0 0 35px;
  }
}
.entry-content .tel::before {
  background: url("images/lmc_icon_tel.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 35px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content .tel a {
  text-decoration: none;
}

/*--------------------------------------------------------------
お問い合わせフォーム
--------------------------------------------------------------*/
.snow-monkey-form h3 {
  margin: 15px 0 0 !important;
}

.snow-monkey-form {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .snow-monkey-form {
    margin-top: 30px;
  }
}

.smf-item--divider {
  padding: 15px 0;
}

.smf-item__description {
  font-size: 1.2rem;
}

.smf-control-description {
  font-size: 1.2rem;
}

.post-code .smf-placeholder {
  margin-top: 0;
}

.smf-item__controls p {
  margin-top: 0;
}
.smf-item__controls p + *:not(.wp-block-columns) {
  margin-top: 0;
}
.smf-item__controls .is-nowrap p {
  white-space: nowrap;
}
.smf-item__controls .wp-block-group + .wp-block-group {
  margin-top: 15px;
}

/* 確認・送信ボタン */
.snow-monkey-form .smf-button-control__control {
  background: #fff4f4;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin-top: 30px;
  padding: 15px 10px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form .smf-button-control__control {
    width: 180px;
  }
}
@media screen and (max-width: 567px) {
  .snow-monkey-form .smf-button-control__control {
    width: 140px;
  }
}
.snow-monkey-form .smf-button-control__control[data-action=back] {
  background: #666;
}

.wp-block-snow-monkey-forms-item input[type=text], .wp-block-snow-monkey-forms-item input[type=email], .wp-block-snow-monkey-forms-item input[type=tel], .wp-block-snow-monkey-forms-item input[type=number] {
  width: 100%;
}

/* 必須ラベル */
.required .smf-item__label__text::before {
  background: #ea2525;
  border-radius: 2px;
  content: "必須";
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 4px;
  margin: 0 10px 0 0;
}

/* 確認画面で非表示 */
.snow-monkey-form[data-screen=confirm] .no-head p {
  display: none;
}

.smf-progress-tracker {
  margin: 0 !important;
  padding: 0 !important;
}
.smf-progress-tracker li {
  margin: 0 !important;
  padding: 0 !important;
}
.smf-progress-tracker + .smf-form {
  margin-top: 30px;
}

.check-center .smf-label {
  text-align: center;
}

/*--------------------------------------------------------------
検索
--------------------------------------------------------------*/
.cont-search {
  background: #fff;
  border-radius: 20px;
  display: none;
  padding: 60px 20px 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 900px;
  height: auto;
  z-index: 10001;
}
.cont-search h3 {
  margin: 0;
  text-align: center;
}
.cont-search form {
  border-radius: 10px;
  display: flex;
  margin: 25px auto 0;
  max-width: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cont-search form > * {
  border: 0;
}
.cont-search input[type=text] {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 1.6rem;
  outline: none;
  padding: 10px 15px;
  width: calc(100% - 100px);
}
.cont-search input[type=text]:focus-visible {
  border-radius: 10px 0 0 10px;
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}
.cont-search input[type=submit] {
  background: #ef657a;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: center;
  width: 100px;
  cursor: pointer;
}
.cont-search input[type=submit]:focus-visible {
  border-radius: 0 10px 10px 0;
  outline: 3px solid #00c9bf;
  outline-offset: -3px;
}

/* 閉じるボタン */
.button-close {
  border: 0;
  border-radius: 10px;
  display: block;
  font-size: 1.4rem;
  padding: 5px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(25, 25, 25, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10000;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
電話番号
--------------------------------------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a[href^="tel:"]::before {
  display: none;
}

/*--------------------------------------------------------------
クリックして開閉
--------------------------------------------------------------*/
.open-button {
  border: 2px solid #f9e3e6;
  color: #333 !important;
  font-size: 1.8rem;
  padding: 0.5em 2em 0.5em 0.8em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .open-button {
    font-size: 1.6rem;
  }
}
.open-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078" !important;
  color: #ef657a;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .open-button::after {
    right: 12px;
  }
}
.open-button.open::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.open-cont {
  margin-bottom: 30px !important;
}
.open-cont + .open-button {
  margin-top: 10px !important;
}

/*--------------------------------------------------------------
PC / SP
--------------------------------------------------------------*/
.for-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .for-sp {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .for-pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Google Map
--------------------------------------------------------------*/
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
表内のボタンリンク（tableタグにclassつける）
--------------------------------------------------------------*/
.btn-link a {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  position: relative;
  text-decoration: none !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: 10px !important;
  max-width: 50%;
}
@media screen and (max-width: 781px) {
  .btn-link a {
    max-width: inherit;
    width: 100%;
  }
}
.btn-link a::after {
  background: url("images/icon_arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  width: 30px;
  height: 12px;
}

/*--------------------------------------------------------------
404 Not Found
--------------------------------------------------------------*/
.error404 .entry-content {
  text-align: center;
}
.error404 .button {
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

/*--------------------------------------------------------------
ログイン中
--------------------------------------------------------------*/
.admin-bar .header-button,
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header-button,
  .admin-bar .site-header {
    top: 46px;
  }
}
.admin-bar .menu-child {
  top: 161px;
}
@media screen and (max-width: 1023px) {
  .admin-bar .site-header:not(.home-header) #header-nav.panelactive #header-nav-list {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header:not(.home-header) #header-nav.panelactive #header-nav-list {
    top: 46px;
  }
}

/*--------------------------------------------------------------
印刷
--------------------------------------------------------------*/
@media print {
  body {
    width: 1300px;
    zoom: 0.6;
    -webkit-print-color-adjust: exact;
  }
  .site {
    padding: 0 !important;
  }
  #slider {
    margin: 0 !important;
  }
  .site-header {
    position: inherit;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4,
  h5,
  h6 {
    font-size: 11pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 30px 0 15px;
  }
  /* Pure.css */
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-lg-3-4,
  .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-2-3,
  .pure-u-sm-2-3 {
    width: 66.6666%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-lg-1-2,
  .pure-u-md-1-2,
  .pure-u-sm-1-2 {
    width: 50%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-lg-1-3,
  .pure-u-md-1-3,
  .pure-u-sm-1-3 {
    width: 33.3333%;
  }
  .pure-u-lg-1-4,
  .pure-u-md-1-4,
  .pure-u-sm-1-4 {
    width: 25%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-lg-1-6 {
    width: 16.6667%;
  }
  /* ブロックエディタ / カラムの折返し禁止 */
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  /* header / スクロールによる表示切り替え無効 */
  .header-main-menu {
    margin: 25px 0 0 !important;
  }
  .header-top {
    display: flex !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1 !important;
  }
  .wp-block-column[style*="33.33%"] {
    flex-basis: 33.33% !important;
  }
  .wp-block-column[style*="66.66%"] {
    flex-basis: 66.66% !important;
  }
  img {
    -moz-column-break-inside: auto !important;
         break-inside: auto !important;
  }
  .pagetop {
    display: none !important;
  }
  .home-main::before,
  .home-menu::before,
  .home-menu::after,
  .home-support::before,
  .home-support::after,
  .entry-header .entry-header-inner::after {
    width: 1300px;
  }
  .header-side-menu {
    display: none !important;
  }
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.5;
    width: 1300px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/*--------------------------------------------------------------
エレメントリスト
--------------------------------------------------------------*/
.entry-content .element-h2 {
  background: #333;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  margin: 4em 0 0 !important;
  min-width: 300px;
  padding: 0.5em 1.2em;
}
.entry-content .element-h2 + .element-h3 {
  margin: 2em 0 !important;
}
.entry-content .element-h3 {
  background: #ccc;
  border: 0;
  color: #555;
  font-size: 1.6rem;
  margin: 4em 0 2em !important;
  padding: 0.3em 0 0.4em 1.2em;
}
.entry-content .element-h3::after {
  display: none !important;
}
.entry-content .element-detail {
  background: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  margin: 1.5em 0 0;
  padding: 1em 1.5em;
}/*# sourceMappingURL=style-lmc.css.map */