@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.main-subheading {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 10em;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .main-subheading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .main-subheading {
    font-size: 1.8rem;
  }
}
.main-subheading.__type1 {
  background-color: #F48F84;
}
.main-subheading.__type2 {
  background-color: #23AD4D;
}

/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.common-header {
  max-width: 1100px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1em;
  }
}
.common-heading {
  position: relative;
  display: block;
  padding: 0.9em 0;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading {
    font-size: 1.8rem;
  }
}
.common-heading.__type1 {
  border-top: 1px solid #F48F84;
  border-bottom: 1px solid #F48F84;
}
.common-heading.__type1::before {
  content: "";
  position: absolute;
  top: -1px;
  display: block;
  width: 77px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 479.98px) {
  .common-heading.__type1::before {
    width: 55px;
  }
}
.common-heading.__type1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  display: block;
  width: 77px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 479.98px) {
  .common-heading.__type1::after {
    width: 55px;
  }
}
.common-heading.__type2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.common-heading.__type2::before {
  content: "";
  position: absolute;
  top: -1px;
  display: block;
  width: 77px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 479.98px) {
  .common-heading.__type2::before {
    width: 55px;
  }
}
.common-heading.__type2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  display: block;
  width: 77px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 479.98px) {
  .common-heading.__type2::after {
    width: 55px;
  }
}
/* 注釈（※）用インデント */
.note {
  margin-left: 1.6em;
  text-indent: -2.6em;
}

.link-button {
  position: relative;
  display: inline-block;
  border-radius: 10em;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.52em 1.3em 0.52em 2.2em;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 767.98px) {
  .link-button {
    font-size: 1.2rem;
    padding: 0.61em 1.2em 0.65em 2em;
  }
}
@media screen and (max-width: 359.98px) {
  .link-button {
    font-size: 1rem;
  }
}
.link-button::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .link-button::before {
    width: 6px;
    height: 6px;
    left: 10px;
  }
}
@media screen and (max-width: 359.98px) {
  .link-button::before {
    left: 8px;
  }
}
.link-button.__type1 {
  background-color: #F48F84;
}
.link-button.__type1:hover {
  background-color: #F47B84;
}
.link-button.__type2 {
  background-color: #28C156;
}
.link-button.__type2:hover {
  background-color: #23AD4D;
}
.link-button.__type3 {
  background-color: #666666;
}
.link-button.__type3:hover {
  background-color: #000;
}
/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -91px;
  margin-bottom: 90px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* 共通お問い合わせ */
@media screen and (max-width: 1099.98px) {
  .nav .global-contact .global-contact-tel .tel-link {
    max-width: 208px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel {
    margin-left: 0.3em;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-tel {
    margin-left: 1em;
  }
}
.global-contact-tel .tel-link {
  position: relative;
  display: block;
  border-radius: 10em;
  background-color: #F48F84;
  color: #fff;
  padding: 0.5em 1.3em 0.5em 3.5em;
}
.pediatrics-page .global-contact-tel .tel-link {
  background-color: #28C156;
}
.global-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  background: url("../img/base/icon_tel_wht.svg") no-repeat center/cover;
}
.global-contact-tel .tel-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.global-contact-tel .tel-num {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.global-contact a.tel-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 7px;
    right: 7px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 1;
    background-color: #F48F84;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .pediatrics-page .tel-button {
    background-color: #28C156;
  }
  .tel-button:hover {
    background-color: #F47B84;
  }
  .pediatrics-page .tel-button:hover {
    background-color: #23AD4D;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon_tel_wht.svg") no-repeat center/cover;
  }
}

* {
  scroll-behavior: auto !important;
}

.font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .header {
    padding-top: 80px;
    background-color: #FACAC5;
  }
  .pediatrics-page .header {
    background-color: #fff;
  }
}
.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    top: 18px;
    left: 20px;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo {
    top: 9px;
    left: 20px;
  }
  #top .header-logo {
    top: 21px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.header-logo .site-logo {
  width: 180px;
}
@media screen and (min-width: 1440px), print {
  .header-logo .site-logo {
    width: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 170px;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo .pc {
    display: none;
  }
  #top .header-logo .site-logo .pc {
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo .pc {
    display: none;
  }
  #top .header-logo .site-logo .pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  #top .header-logo .site-logo .sp {
    display: none;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .header.fixed .header-logo {
    top: 18px;
    left: 20px;
  }
  .header.fixed .header-logo .site-logo .sp,
  #top .header.fixed .header-logo .site-logo .sp {
    display: block;
  }
  .header.fixed .header-logo .site-logo .pc,
  #top .header.fixed .header-logo .site-logo .pc {
    display: none;
  }
  .header.fixed .header-logo .site-logo {
    width: 180px;
  }
}
@media screen and (min-width: 1440px), print {
  .header.fixed .header-logo,
  #top .header.fixed .header-logo {
    top: 9px;
  }
  .header.fixed .header-logo .site-logo,
  #top .header.fixed .header-logo .site-logo {
    width: 250px;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -270px;
  width: 270px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-lead {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0 0.5em;
    background-color: #F48F84;
  }
  .pediatrics-page .nav-lead {
    background-color: #28C156;
  }
  .nav-lead span {
    position: relative;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    padding-left: 7.8em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: 500;
  }
  .pediatrics-page .nav-lead span {
    color: #fff;
  }
  .nav-lead span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 48px;
    background: url("../img/base/icon_tenshi2.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-switch {
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.nav-switch-link {
  position: relative;
  display: block;
  color: #fff;
  background-color: #28C156;
  line-height: 1.2;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pediatrics-page .nav-switch-link {
  background-color: #F48F84;
}
@media screen and (min-width: 1100px), print {
  .nav-switch-link {
    padding: 95px 1.05em 1em 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-switch-link {
    padding: 1em;
    text-align: center;
  }
  .pediatrics-page .nav-switch-link {
    font-size: 1.6rem;
    padding: 1.35em 1em;
  }
}
.nav-switch-link:hover {
  background-color: #23AD4D;
}
.pediatrics-page .nav-switch-link:hover {
  background-color: #F47B84;
}
.nav-switch-link::before {
  content: "";
}
@media screen and (min-width: 1100px), print {
  .nav-switch-link::before {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 79px;
    background-image: url("../img/base/icon_fixed1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 49px 64px;
    background-color: #23AD4D;
  }
  .pediatrics-page .nav-switch-link::before {
    background-color: #FACAC5;
  }
}
.nav-switch-link span {
  font-size: 2.8rem;
}
@media screen and (min-width: 1100px), print {
  .nav-switch-link span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-switch-link span {
    position: relative;
    margin-right: 8px;
    padding-left: 1.9em;
  }
  .pediatrics-page .nav-switch-link span {
    font-size: 2.2rem;
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-switch-link span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 45px;
    height: 60px;
    background-image: url("../img/base/icon_fixed1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.nav-desc {
  text-align: right;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #F8E6DE;
  margin-bottom: 1.5em;
  padding-right: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1440px), print {
  .nav-desc {
    padding-right: 0.85em;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-desc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-time {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-time {
    margin: 0 auto;
    margin-top: 1em;
    max-width: 191px;
  }
  .pediatrics-page .nav-time {
    max-width: 221px;
  }
  .nav-time-define {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-time-define:not(:last-child) {
    margin-bottom: 5px;
  }
  .nav-time-define dt, .nav-time-define dd {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .nav-time-define dt {
    width: 6.2em;
  }
  .pediatrics-page .nav-time-define dt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 8.2em;
  }
  .pediatrics-page .nav-time .att {
    font-size: 1.3rem;
    margin-top: 0.3em;
  }
  .nav-time-note {
    font-size: 1.4rem;
  }
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em 0 0 0;
    margin-bottom: 1.1em;
    background-color: #fff;
  }
  .nav-logo img {
    width: 220px;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: transparent;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav .nav-container {
    padding-bottom: 1em;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #F48F84;
  }
  .pediatrics-page .main-nav {
    background-color: #28C156;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    position: relative;
    width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 100px;
  }
  .pediatrics-page .main-nav {
    width: 650px;
  }
  #top .main-nav {
    width: 700px;
  }
  .pediatrics-page .main-nav {
    width: 650px !important;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav {
    width: 800px;
    padding-left: 110px;
  }
  .pediatrics-page .main-nav {
    width: 670px;
  }
  #top .main-nav {
    width: 800px;
  }
  .pediatrics-page .main-nav {
    width: 670px !important;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-left: 1px solid #ffffff;
  }
  .pediatrics-page .main-nav .nav-item {
    border-left: 1px solid #eee;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #ffffff;
  }
  .main-nav .nav-item:first-child {
    border-top: 1px solid #ffffff;
  }
}
.main-nav .nav-item.main-nav-active .nav-link {
  color: #fff;
  background-color: #F48F84;
}
.pediatrics-page .main-nav .nav-item.main-nav-active .nav-link {
  background-color: #28C156;
}
.main-nav .nav-item.main-nav-active .nav-link span::before {
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #fff;
    background-color: #F47B84;
  }
  .pediatrics-page .main-nav .nav-item.main-nav-active .nav-link {
    background-color: #23AD4D;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link span::after {
    border-color: #398A46;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-home .nav-link {
    position: relative;
    background-color: #F48F84;
    color: #fff;
    font-size: 1.6rem;
  }
  .pediatrics-page .main-nav .nav-home .nav-link {
    background-color: #28C156;
  }
  .main-nav .nav-home .nav-link::after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 26px;
    height: 27px;
    background: url("../img/base/icon_home_wht.svg") no-repeat center/cover;
  }
  .main-nav .nav-home .nav-link:hover {
    background-color: #F47B84;
  }
  .main-nav .nav-home .nav-link span {
    position: relative;
    padding-bottom: 0;
  }
  .main-nav .nav-home .nav-link span::before {
    content: attr(data-home);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .pediatrics-page .main-nav .nav-home .nav-link span::before {
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-home {
    position: absolute;
    left: 0;
    top: -13px;
    display: block;
    width: 90px;
    height: 92px;
    border-left: 0;
  }
  .pediatrics-page .main-nav .nav-home {
    border-left: 0;
  }
  .main-nav .nav-home .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #F48F84;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 0 0 0.65em 0.65em;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .pediatrics-page .main-nav .nav-home .nav-link {
    background-color: #28C156;
    color: #fff;
  }
  .pediatrics-page .main-nav .nav-home .nav-link:hover {
    background-color: #23AD4D;
  }
  .main-nav .nav-home .nav-link:hover {
    background-color: #F47B84;
  }
  .main-nav .nav-home .nav-link span {
    position: relative;
    padding-bottom: 0;
    padding-top: 2.5em;
  }
  .main-nav .nav-home .nav-link span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 28px;
    height: 29px;
    background: url("../img/base/icon_home_wht.svg") no-repeat center/cover;
  }
  .main-nav .nav-home .nav-link span::before {
    content: attr(data-home);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .pediatrics-page .main-nav .nav-home .nav-link span::before {
    color: #fff;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-home {
    width: 100px;
    height: 92px;
  }
}
.main-nav .nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    height: 55px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 0.8em;
    color: #fff;
    height: 55px;
    font-size: 1.6rem;
  }
}
.main-nav .nav-link span {
  position: relative;
  padding-bottom: 1em;
}
.main-nav .nav-link span::before {
  content: attr(data-nav);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link span::before {
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.pediatrics-page .main-nav .nav-link span::before {
  color: #87E7A4;
}
@media screen and (max-width: 1099.98px) {
  .pediatrics-page .main-nav .nav-link span::before {
    color: #fff;
  }
}
.main-nav .nav-link:hover {
  color: #fff;
  background-color: #F47B84;
}
.pediatrics-page .main-nav .nav-link:hover {
  background-color: #23AD4D;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #fff;
    background-color: #F48F84;
  }
  .pediatrics-page .main-nav .nav-link:hover {
    background-color: #28C156;
  }
  .main-nav .nav-link:hover span::before {
    color: #fff;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav {
    height: 0;
    overflow: hidden;
    background-color: #FACAC5;
  }
  .pediatrics-page .sub-nav {
    background-color: #87E7A4;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    bottom: -18px;
    left: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.sub-nav-active .sub-nav {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-inner {
    position: relative;
    margin-top: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-inner {
    margin: 0 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.3em -0.3em 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list li {
    width: calc(50% - 5px);
    margin: 0 0.3em 0.3em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-list li {
    position: relative;
    background-color: #FACAC5;
  }
  .pediatrics-page .sub-nav-list li {
    background-color: #87E7A4;
  }
  .sub-nav-list li:first-child {
    border-radius: 0.8em 0.8em 0 0;
  }
  .sub-nav-list li:first-child a {
    border-radius: 0.8em 0.8em 0 0;
  }
  .sub-nav-list li:last-child {
    border-radius: 0 0 0.8em 0.8em;
  }
  .sub-nav-list li:last-child a {
    border-radius: 0 0 0.8em 0.8em;
  }
  .sub-nav-list li:not(:last-child) {
    padding-bottom: 1px;
  }
  .sub-nav-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0.5em;
    right: 0.5em;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #fff;
  }
}
.sub-nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #000;
  background-color: #FACAC5;
  text-align: center;
  font-size: 1.4rem;
  width: 130px;
  height: 40px;
  line-height: 1.2;
  padding: 1em 0.5em 1em 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.pediatrics-page .sub-nav-list a {
  background-color: #87E7A4;
}
@media screen and (max-width: 1099.98px) {
  .pediatrics-page .sub-nav-list a {
    color: #333333;
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list a {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: 100%;
    height: 40px;
    padding: 1em 0.5em 1em 0.5em;
    color: #000;
    background-color: #fff;
  }
}
.sub-nav-list a:hover {
  color: #fff;
  background-color: #F48F84;
}
.pediatrics-page .sub-nav-list a:hover {
  background-color: #28C156;
}
@media screen and (max-width: 1099.98px) {
  .pediatrics-page .sub-nav-list a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list a:hover {
    color: #fff;
    background-color: #F48F84;
  }
  .sub-nav-list a:hover::after {
    border-color: #fff;
  }
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    position: relative;
    width: 100%;
    height: 55px;
    margin-bottom: -55px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-button + .nav-link::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 21px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

/* ドロップダウンナビボタン（ hover ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #fff;
    background-color: #F47B84;
  }
  .pediatrics-page .sub-nav-button:hover + .nav-link,
  .pediatrics-page .sub-nav-active .sub-nav-button:hover + .nav-link {
    background-color: #23AD4D;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #fff;
    background-color: #F48F84;
  }
  .pediatrics-page .sub-nav-button:hover + .nav-link,
  .pediatrics-page .sub-nav-active .sub-nav-button:hover + .nav-link {
    background-color: #28C156;
  }
  .sub-nav-button:hover + .nav-link span::before,
  .sub-nav-active .sub-nav-button:hover + .nav-link span::before {
    color: #fff;
  }
}

/* ドロップダウンナビボタン（ active ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button + .nav-link {
    color: #fff;
    background-color: #F47B84;
  }
  .pediatrics-page .sub-nav-active .sub-nav-button + .nav-link {
    background-color: #23AD4D;
  }
  .sub-nav-active .sub-nav-button + .nav-link::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 24px;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button + .nav-link {
    color: #fff;
    background-color: #F48F84;
  }
  .pediatrics-page .sub-nav-active .sub-nav-button + .nav-link {
    background-color: #28C156;
  }
  .sub-nav-active .sub-nav-button + .nav-link span::before {
    color: #fff;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 7px;
  left: 7px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 1;
  background-color: #F48F84;
  cursor: pointer;
  z-index: 910;
}
.pediatrics-page .nav-button {
  background-color: #28C156;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #F48F84;
}
.pediatrics-page .nav-close-button .nav-button-icon::before, .pediatrics-page .nav-close-button .nav-button-icon::after {
  background-color: #23AD4D;
}
.nav-close-button .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1100;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    z-index: -1;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #FACAC5;
  }
  .pediatrics-page .nav.fixed::before {
    background-color: #fff;
  }
  #top .nav.fixed {
    top: -60px;
    z-index: 1100;
  }
  .nav.fixed .nav-switch {
    top: 100px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav.fixed .main-nav {
    width: 650px;
  }
  .pediatrics-page .nav.fixed .main-nav {
    width: 650px;
  }
  #top .nav.fixed .main-nav {
    width: 650px;
  }
  .pediatrics-page .nav.fixed .main-nav {
    width: 650px !important;
  }
}
@media screen and (min-width: 1280px), print {
  .nav.fixed .main-nav {
    width: 700px;
  }
  .pediatrics-page .nav.fixed .main-nav {
    width: 670px;
  }
  #top .nav.fixed .main-nav {
    width: 700px;
  }
  .pediatrics-page .nav.fixed .main-nav {
    width: 670px !important;
  }
}
@media screen and (min-width: 1440px), print {
  .nav.fixed .main-nav {
    width: 800px;
  }
  .pediatrics-page .nav.fixed .main-nav {
    width: 670px;
  }
  #top .nav.fixed .main-nav {
    width: 800px;
  }
  .pediatrics-page .nav.fixed .main-nav {
    width: 670px !important;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 2em 1em 0 1em;
  background: #F8E6DE;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pediatrics-page .main {
  background: #87E7A4;
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (max-width: 639.98px) {
  #top .main {
    padding: 0 1em 0 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 5em 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer .inner {
  max-width: none;
}
.footer-map {
  position: relative;
}
@media screen and (max-width: 479.98px) {
  .footer-map {
    width: 100%;
    padding-top: 95%;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 2em;
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    padding: 2em 1em 3em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-container {
    padding: 2em 1em 2em 1em;
  }
}
.footer-nav {
  padding: 2em 2em;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav {
    padding: 2em 1em;
  }
}
.footer-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-nav-box {
  padding: 1.1em 1.5em;
  border-radius: 0.5em;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-box {
    max-width: 608px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-nav-box {
    max-width: none;
    padding: 0.9em 1em;
  }
}
.footer-nav-box:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 1279.98px) {
  .footer-nav-box:first-child {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-box:first-child {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.footer-nav-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.8em -1.5em 0;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-box__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-nav-box__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.8em -1em 0;
  }
}
.footer-nav-box.__type1 {
  border: 1px solid #F48F84;
}
.footer-nav-box.__type1 .footer-nav-item dt a {
  color: #F48F84;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.footer-nav-box.__type1 .footer-nav-item dt a:hover {
  color: #F47B84;
}
.footer-nav-box.__type1 .footer-nav-list li a {
  color: #F48F84;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.footer-nav-box.__type1 .footer-nav-list li a:hover {
  color: #F47B84;
  text-decoration: underline;
}
.footer-nav-box.__type1 .footer-nav-list li::before {
  background-color: #F48F84;
}
.footer-nav-box.__type2 {
  border: 1px solid #87E7A4;
}
.footer-nav-box.__type2 .footer-nav-item dt a {
  color: #34B28D;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.footer-nav-box.__type2 .footer-nav-item dt a:hover {
  color: #28C156;
}
.footer-nav-box.__type2 .footer-nav-list li a {
  color: #34B28D;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.footer-nav-box.__type2 .footer-nav-list li a:hover {
  color: #28C156;
  text-decoration: underline;
}
.footer-nav-box.__type2 .footer-nav-list li::before {
  background-color: #34B28D;
}
.footer-nav-item {
  width: 130px;
  margin: 0 0.8em 1.5em 0;
}
@media screen and (max-width: 767.98px) {
  .footer-nav-item {
    width: calc(50% - 13px);
    margin: 0 0.8em 1em 0;
  }
}
.footer-nav-item dt, .footer-nav-item dd {
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.footer-nav-item dt {
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  padding-left: 0.2em;
  border-bottom: 3px solid #EEEEEE;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-item dt {
    font-size: 1.4rem;
    margin-bottom: 0.15em;
  }
}
.footer-nav-list li {
  position: relative;
  list-style: none;
  padding-left: 0.8em;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li {
    padding-left: 0.5em;
    line-height: 1.4;
  }
}
.footer-nav-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li::before {
    width: 4px;
    height: 4px;
    top: 13px;
  }
}
.footer-nav-list li a {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li a {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.5em;
}
@media screen and (max-width: 1279.98px) {
  .footer-main {
    margin-right: 2.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-main {
    margin-right: 0;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2em;
  }
}
.footer-main .global-contact-tel {
  margin: 0;
}
.footer-logo {
  margin-right: 2.3em;
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-logo dt {
    text-align: center;
  }
}
.footer-logo .add {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.8em;
  text-align: center;
}
.footer-logo .more {
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .footer-logo .more {
    text-align: center;
  }
}
.footer-access-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-access-item dt, .footer-access-item dd {
  line-height: 1.2;
  font-weight: 400;
}
.footer-access-item dt {
  position: relative;
  color: #F48F84;
  font-size: 1.6rem;
  width: 7em;
  padding-left: 3.8em;
  margin-right: 1.5em;
}
.pediatrics-page .footer-access-item dt {
  color: #28C156;
}
@media screen and (max-width: 767.98px) {
  .footer-access-item dt {
    font-size: 1.2rem;
    margin-right: 1em;
  }
}
.footer-access-item dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #F48F84;
  border-radius: 100%;
}
.pediatrics-page .footer-access-item dt::before {
  border: 1px solid #28C156;
}
@media screen and (max-width: 767.98px) {
  .footer-access-item dt::before {
    width: 38px;
    height: 38px;
  }
}
.footer-access-item dd {
  color: #000;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.98px) {
  .footer-access-item dd {
    font-size: 1.2rem;
  }
}
.footer-access-item dd a {
  color: #F48F84;
  text-decoration: underline;
}
.pediatrics-page .footer-access-item dd a {
  color: #28C156;
}
.footer-access-item dd a:hover {
  text-decoration: none;
}
.footer-access-item:not(:last-child) {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .footer-access-item:not(:last-child) {
    margin-bottom: 2em;
  }
}
.footer-access-item.__type1 dt::before {
  background-image: url("../img/base/icon_train.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56%;
}
.pediatrics-page .footer-access-item.__type1 dt::before {
  background-image: url("../img/base/icon_train_green.svg");
}
.footer-access-item.__type2 dt::before {
  background-image: url("../img/base/icon_bus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52%;
}
.pediatrics-page .footer-access-item.__type2 dt::before {
  background-image: url("../img/base/icon_bus_green.svg");
}
.footer-access-item.__type3 dt::before {
  background-image: url("../img/base/icon_car.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56%;
}
.pediatrics-page .footer-access-item.__type3 dt::before {
  background-image: url("../img/base/icon_car_green.svg");
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop.__type2 a {
  background-color: #28C156;
}
.footer .pagetop.__type2 a:hover {
  background-color: #23AD4D;
}
.footer .pagetop.__type1 a {
  background-color: #F48F84;
}
.footer .pagetop.__type1 a:hover {
  background-color: #F47B84;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #FACAC5;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F8E6DE;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 1em;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.footer .copy.__type1 {
  border-top: 1px solid #FACAC5;
}
.footer .copy.__type1 small {
  color: #F48F84;
}
.footer .copy.__type2 {
  border-top: 1px solid #23AD4D;
}
.footer .copy.__type2 small {
  color: #23AD4D;
}
.footer .copy small {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .footer .copy small {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .copy span {
    display: none;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    padding: 1em;
    background-color: #FACAC5;
  }
  .pediatrics-page .page-title {
    background-color: #28C156;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    padding: 0.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 108px;
    z-index: 0;
    background-image: url("../img/base/wave2.png");
    background-position: center;
    background-size: 100vw 108px;
    background-repeat: no-repeat;
  }
  .pediatrics-page .page-title::before {
    background-image: url("../img/pages/pediatrics/base/wave2.png");
  }
}
.page-title-inner {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  height: 250px;
  border-radius: 3em;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background: url("../img/pages/pagetitle.jpg") no-repeat center/cover;
}
.pediatrics-page .page-title-inner {
  background: url("../img/pages/pediatrics/pagetitle.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .page-title-inner {
    height: 180px;
    padding: 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-inner {
    height: 140px;
    border-radius: 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .page-title-inner {
    height: 120px;
  }
}
.page-title-name {
  display: block;
  text-align: center;
  max-width: 640px;
  width: 100%;
}
.page-title-name span {
  line-height: 1.2;
}
.page-title-name .jp {
  display: block;
  font-size: 3.4rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #FACAC5;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.pediatrics-page .page-title-name .jp {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .page-title-name .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name .jp {
    font-size: 2rem;
  }
}
.page-title-name .en {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #F48F84;
}
.pediatrics-page .page-title-name .en {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-title-name .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name .en {
    font-size: 1.6rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point .misono-menu-item {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point .misono-menu-item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._anim-point .misono-menu-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._anim-point .misono-menu-item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
._anim-point .misono-babyroom-container {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point .misono-blog-container {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point .misono-about-main {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point .misono-about-image {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point .misono-info-inner {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point.active .misono-babyroom-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
._anim-point.active .misono-menu-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
._anim-point.active .misono-blog-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
._anim-point.active .misono-about-main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
._anim-point.active .misono-about-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
._anim-point.active .misono-info-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #F48F84;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
.pediatrics-page .loader::before {
  border-top: 4px solid #23AD4D;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #F48F84;
    top: 0;
  }
  .pediatrics-page .loader::before {
    border-top: 4px solid #23AD4D;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .mainvisual {
    background-color: #FACAC5;
    padding: 0;
  }
  .pediatrics-page .mainvisual {
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 218px;
    z-index: 0;
    background-image: url("../img/base/wave1.png");
    background-position: center;
    background-size: 100vw 218px;
    background-repeat: no-repeat;
  }
  .pediatrics-page .mainvisual::before {
    background-image: url("../img/pages/pediatrics/base/wave1.png");
  }
}
.mainvisual .inner {
  max-width: none;
}
@media screen and (min-width: 1100px), print {
  .mainvisual .inner {
    width: 86.5%;
    margin: 0 0 0 auto;
  }
}
.mainvisual-main {
  position: relative;
}
.mainvisual-main::before {
  content: "";
  display: block;
  padding-top: 65%;
}
@media screen and (max-width: 1099.98px) {
  .pediatrics-page .mainvisual-main::before {
    padding-top: 48%;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-main::before {
    padding-top: 650px;
  }
}
@media screen and (min-width: 1440px), print {
  .mainvisual-main::before {
    padding-top: 650px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-side {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-55%) translateY(-50%);
            transform: translateX(-55%) translateY(-50%);
  }
  .pediatrics-page .mainvisual-side {
    left: auto;
    right: 0;
    top: auto;
    bottom: 50px;
    -webkit-transform: inherit;
            transform: inherit;
    width: 60%;
    padding: 2.2em 2em 2.3em 2.6em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.8em 0 0 0.8em;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-side {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 1.5em;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .pediatrics-page .mainvisual-side {
    left: auto;
    right: 0;
    top: auto;
    bottom: 30px;
    -webkit-transform: inherit;
            transform: inherit;
    width: 73%;
    padding: 1.85em 2em 2em 2em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.8em 0 0 0.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .pediatrics-page .mainvisual-side {
    width: 70%;
    padding: 1em 1.5em 1.1em 1.5em;
  }
}
@media screen and (max-width: 575.98px) {
  .pediatrics-page .mainvisual-side {
    width: 80%;
    padding: 0.9em 1.2em 1em 1em;
    bottom: 20px;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-side {
    padding: 0 0.5em;
  }
  .pediatrics-page .mainvisual-side {
    width: 70%;
    padding: 0.5em 0.9em 0.6em 0.7em;
    bottom: 15px;
    border-radius: 0.5em 0 0 0.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .pediatrics-page .mainvisual-side {
    width: 83%;
    padding: 0.4em 0.9em 0.45em 0.7em;
    bottom: 15px;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-lead {
    padding: 2em 1em;
    background-color: #F8E6DE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pediatrics-page .mainvisual-lead {
    background-color: #fff;
  }
  .mainvisual-lead p {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #000;
    padding-left: 10em;
  }
  .mainvisual-lead p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 160px;
    height: 107px;
    background: url("../img/base/icon_tenshi.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-lead {
    padding: 1.8em 1em 1em 1em;
  }
  .mainvisual-lead p {
    font-size: 1.6rem;
    padding-left: 9em;
    line-height: 1.4;
  }
  .mainvisual-lead p::before {
    width: 130px;
    height: 87px;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-lead {
    padding: 1.5em 1em 1em 1em;
  }
  .mainvisual-lead p {
    font-size: 1.4rem;
    padding-left: 8em;
    line-height: 1.4;
  }
  .mainvisual-lead p::before {
    width: 100px;
    height: 66px;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-lead p {
    padding-left: 9em;
    font-size: 1.2rem;
  }
  .mainvisual-lead p::before {
    width: 95px;
    height: 63px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-lead {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
    z-index: 1;
  }
  .mainvisual-lead p {
    position: relative;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #000;
    padding-top: 9em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .mainvisual-lead p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-44%);
            transform: translateX(-44%);
    display: block;
    width: 200px;
    height: 135px;
    background: url("../img/base/icon_tenshi.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1280px), print {
  .mainvisual-lead {
    left: 70px;
  }
}
@media screen and (min-width: 1440px), print {
  .mainvisual-lead {
    left: 90px;
  }
}
@media screen and (min-width: 1600px), print {
  .mainvisual-lead {
    left: 130px;
  }
}
.mainvisual-catch {
  display: block;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
}
.pediatrics-page .mainvisual-catch {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: inherit;
  text-align: left;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-catch {
    white-space: nowrap;
  }
}
.mainvisual-catch .catch1 {
  font-size: 3.4rem;
  margin-bottom: 0.25em;
}
.pediatrics-page .mainvisual-catch .catch1 {
  margin-bottom: 0;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.4rem;
  }
}
.mainvisual-catch .catch1 .accent1 {
  font-size: 4.4rem;
  color: #F28D84;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 .accent1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 .accent1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch1 .accent1 {
    font-size: 2rem;
  }
}
.mainvisual-catch .catch1 .accent1 span {
  font-size: 3.4rem;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 .accent1 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 .accent1 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch1 .accent1 span {
    font-size: 1.4rem;
  }
}
.mainvisual-catch .catch1 .accent2 {
  font-size: 4.4rem;
  color: #21AC4C;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 .accent2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 .accent2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch1 .accent2 {
    font-size: 2rem;
  }
}
.mainvisual-catch .catch2 {
  font-size: 3rem;
}
.pediatrics-page .mainvisual-catch .catch2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1279.98px) {
  .pediatrics-page .mainvisual-catch .catch2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pediatrics-page .mainvisual-catch .catch2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .pediatrics-page .mainvisual-catch .catch2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.25rem;
  }
}
.mainvisual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media screen and (min-width: 1100px), print {
  .mainvisual-image {
    border-radius: 5.5rem 0 0 5.5rem;
  }
}
.mainvisual-image::before {
  content: "";
  display: block;
  padding-top: 65%;
}
@media screen and (max-width: 1099.98px) {
  .pediatrics-page .mainvisual-image::before {
    padding-top: 48%;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-image::before {
    padding-top: 650px;
  }
}
@media screen and (min-width: 1440px), print {
  .mainvisual-image::before {
    padding-top: 650px;
  }
}
.mainvisual-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px), print {
  .mainvisual-image img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1440px), print {
  .mainvisual-image img {
    width: 100%;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* --------------------------------

  idxx　診察時間のご案内

-------------------------------- */
.time-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.time-table thead th {
  height: 46px;
  color: #000;
  border-bottom: 1px solid #fff;
}
.pediatrics-page .time-table thead th {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 479.98px) {
  .time-table thead th {
    height: 40px;
  }
}
.time-table thead th:first-child {
  width: 170px;
}
@media screen and (max-width: 479.98px) {
  .time-table thead th:first-child {
    width: 120px;
  }
}
.time-table thead th.title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 479.98px) {
  .time-table thead th.title {
    font-size: 1.2rem;
  }
}
.time-table thead th.title span {
  font-weight: 500;
  padding-right: 5px;
  color: #F48F84;
}
.pediatrics-page .time-table thead th.title span {
  color: #28C156;
}
.time-table tbody th, .time-table tbody td {
  border-bottom: 1px solid #fff;
}
.pediatrics-page .time-table tbody th, .pediatrics-page .time-table tbody td {
  border-bottom: 1px solid #eee;
}
.time-table tbody td {
  height: 46px;
}
@media screen and (max-width: 479.98px) {
  .time-table tbody td {
    height: 40px;
  }
}
.time-table th, .time-table td {
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  padding: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 479.98px) {
  .time-table th, .time-table td {
    font-size: 1.2rem;
  }
}
.time-table th {
  color: #000;
}
.time-table th.first {
  text-align: left;
}
.time-table td {
  color: #000;
}
.time-table td .open {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #F48F84;
}
.pediatrics-page .time-table td .open {
  border-color: #006DD9;
}
.time-table td .close {
  display: block;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: #000000;
}
.time-table-att {
  font-size: 1.4rem;
  color: #000000;
  margin-top: 0.9em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .time-table-att {
    font-size: 1.2rem;
  }
}

/* --------------------------------

  診療時間表

-------------------------------- */
/* 診療時間表 */
.secondary-table-area .time-table-caption {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
.secondary-table-area .time-table-main {
  margin: -1px -1px 1em;
  overflow: hidden;
}
.secondary-table-area .time-table-side:after {
  content: "";
  display: table;
  clear: both;
}
.secondary-table-area .time-table table {
  width: 100%;
  color: #333;
  line-height: 1.5;
  border: 4px solid #FACAC5;
  background-color: #FACAC5;
  border-spacing: 1px;
}
.pediatrics-page .secondary-table-area .time-table table {
  border-color: #28C156;
  background-color: #28C156;
}
.secondary-table-area .time-table table.timetable1 {
  display: table;
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table table.timetable1 {
    display: none;
  }
}
.secondary-table-area .time-table table.timetable2 {
  display: none;
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table table.timetable2 {
    display: table;
  }
}
.secondary-table-area .time-table thead th {
  height: 54px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #FAEEE8;
  border-bottom: 0;
}
.pediatrics-page .secondary-table-area .time-table thead th {
  background-color: #fff;
}
@media screen and (max-width: 479.98px) {
  .pediatrics-page .secondary-table-area .time-table thead th {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table thead th {
    padding-left: 0.5em;
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-table-area .time-table thead th {
    font-size: 2rem;
  }
}
.secondary-table-area .time-table thead td {
  width: 24%;
  font-size: 1.6rem;
  text-align: center;
  background-color: #FAEEE8;
}
.pediatrics-page .secondary-table-area .time-table thead td {
  background-color: #fff;
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table thead td {
    width: 10.5%;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-table-area .time-table thead td {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-table-area .time-table thead td {
    font-size: 1.2rem;
  }
}
.secondary-table-area .time-table thead td.sat {
  background-color: #FAEEE8;
}
.pediatrics-page .secondary-table-area .time-table thead td.sat {
  background-color: #fff;
}
.secondary-table-area .time-table thead td.sun {
  background-color: #FAEEE8;
}
.pediatrics-page .secondary-table-area .time-table thead td.sun {
  background-color: #fff;
}
.secondary-table-area .time-table tbody th {
  text-align: center;
  background-color: #FAEEE8;
  border-bottom: 0;
  font-size: 1.6rem;
}
.pediatrics-page .secondary-table-area .time-table tbody th {
  background-color: #fff;
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table tbody th {
    padding-left: 0.8em;
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-table-area .time-table tbody th {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-table-area .time-table tbody th {
    font-size: 1.2rem;
  }
}
.secondary-table-area .time-table tbody td {
  text-align: center;
  background-color: #FAEEE8;
  border-bottom: 0;
}
.pediatrics-page .secondary-table-area .time-table tbody td {
  background-color: #fff;
}
.secondary-table-area .time-table tbody td.sat {
  background-color: #FAEEE8;
}
.pediatrics-page .secondary-table-area .time-table tbody td.sat {
  background-color: #fff;
}
.secondary-table-area .time-table tbody td.sun {
  background-color: #FAEEE8;
}
.pediatrics-page .secondary-table-area .time-table tbody td.sun {
  background-color: #fff;
}
.secondary-table-area .time-table .am th,
.secondary-table-area .time-table .pm th,
.secondary-table-area .time-table .lunch th {
  height: 54px;
}
.secondary-table-area .time-table .title {
  display: block;
  line-height: 1.3;
  overflow: hidden;
}
.secondary-table-area .time-table .title span {
  display: block;
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table .title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-table-area .time-table .title span {
    display: block;
  }
}
.secondary-table-area .time-table .time span {
  display: block;
  line-height: 1.2;
}
.secondary-table-area .time-table .timelimit {
  display: block;
  margin-top: 0.3em;
  font-size: 0.8em;
}
.secondary-table-area .time-table .ampm,
.secondary-table-area .time-table .time {
  font-size: 0.9em;
}
@media screen and (min-width: 1100px), print {
  .secondary-table-area .time-table .ampm,
  .secondary-table-area .time-table .time {
    font-size: 0.9em;
  }
}
.secondary-table-area .time-table .ampm {
  display: block;
}
@media screen and (min-width: 640px), print {
  .secondary-table-area .time-table .ampm {
    display: inline;
    margin-right: 0.5em;
  }
}
.secondary-table-area .time-table .open,
.secondary-table-area .time-table .close {
  display: block;
  text-align: center;
}
.secondary-table-area .time-table .open {
  color: #006dd9;
  width: 22px;
  height: 22px;
  border: 3px solid #006DD9;
}
@media screen and (max-width: 479.98px) {
  .secondary-table-area .time-table .open {
    width: 12px;
    height: 12px;
    border: 2px solid #006DD9;
  }
}
.secondary-table-area .time-table .close {
  position: relative;
  color: #f00;
  background-color: transparent;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 479.98px) {
  .secondary-table-area .time-table .close {
    width: 12px;
    height: 12px;
  }
}
.secondary-table-area .time-table .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 22px;
  height: 3px;
  background-color: #FF0000;
}
@media screen and (max-width: 479.98px) {
  .secondary-table-area .time-table .close:before {
    width: 12px;
    height: 2px;
  }
}
.secondary-table-area .time-table .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 22px;
  height: 3px;
  background-color: #FF0000;
}
@media screen and (max-width: 479.98px) {
  .secondary-table-area .time-table .close::after {
    width: 12px;
    height: 2px;
  }
}
.secondary-table-area .time-table .notes {
  display: block;
  margin: 0.3rem 0 -0.3rem;
  font-size: 0.9em;
}
.secondary-table-area .time-table-note {
  color: #000;
}
.secondary-table-area .time-table-note dl:not(:last-child) {
  margin-bottom: 0.1em;
}
.secondary-table-area .time-table-note dl:after {
  content: "";
  display: table;
  clear: both;
}
.secondary-table-area .time-table-note dt {
  float: left;
  clear: left;
  width: 7em;
  font-weight: 400;
}
.secondary-table-area .time-table-note dt:before {
  content: "※";
}
.secondary-table-area .time-table-note dt:after {
  content: "…";
  float: right;
}
.secondary-table-area .time-table-note dd {
  margin-left: 7.5em;
}

/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}
.section-dummy_wide .inner {
  margin-right: -19%;
  margin-left: -19%;
  max-width: none;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.misono-news-section {
  padding: 1em 1em;
  background-color: #F8E6DE;
  z-index: 1;
}
.pediatrics-page .misono-news-section {
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .misono-news-section {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    padding: 2.5em 3.5em;
    border-radius: 0 0.5em 0.5em 0;
  }
}
.misono-news-section .news-date {
  width: 74px;
  padding: 0.7em 0.5em;
}
@media screen and (max-width: 767.98px) {
  .misono-news-section .news-date {
    width: 74px;
    padding: 0.7em 0.2em;
  }
}
.misono-news-section .news-title {
  padding: 0.7em 0.8em;
}
@media screen and (max-width: 767.98px) {
  .misono-news-section .news-title {
    padding: 0.7em 0.5em;
  }
}
.misono-news-section .news-list {
  width: 409px;
}
@media screen and (max-width: 1099.98px) {
  .misono-news-section .news-list {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.misono-news-header {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .misono-news-header {
    margin-bottom: 1.2em;
  }
}
.misono-news-heading {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .misono-news-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-news-heading {
    font-size: 2rem;
  }
}
.misono-news-heading span {
  color: #F48F84;
}
.pediatrics-page .misono-news-heading span {
  color: #28C156;
}
.misono-news-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .misono-news-buttons {
    margin-top: 1.2em;
  }
}
.misono-news-more:first-child {
  margin-right: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .misono-news-more:first-child {
    margin-right: 0.45em;
  }
}

.misono-about-section {
  position: relative;
  padding: 2em 1em;
}
@media screen and (min-width: 1100px), print {
  .misono-about-section {
    padding: 8em 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-about-section {
    padding: 1em 1em 2em 1em;
  }
}
.misono-about-section .inner {
  max-width: none;
}
.misono-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .misono-about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.misono-about-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 3.5em;
  max-width: 540px;
}
@media screen and (max-width: 1279.98px) {
  .misono-about-main {
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .misono-about-main {
    margin-left: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-about-main {
    margin-bottom: 1.5em;
  }
}
.misono-about-image {
  width: 50%;
}
@media screen and (min-width: 1100px), print {
  .misono-about-image {
    margin-left: -2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .misono-about-image {
    width: 100%;
    max-width: 540px;
  }
}
.misono-about-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .misono-about-image img {
    height: 673px;
    border-radius: 0 0.5em 0.5em 0;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-about-image img {
    height: auto;
  }
}
.misono-about-heading {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F48F84;
  font-weight: 500;
  margin-bottom: 0.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.pediatrics-page .misono-about-heading {
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .misono-about-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-about-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .misono-about-heading {
    font-size: 1.7rem;
  }
}
.misono-about-heading .br {
  display: block;
}
.misono-about-text {
  font-size: 1.8rem;
  line-height: 2;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .misono-about-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-about-text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 359.98px) {
  .misono-about-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.misono-about-timetable {
  border: 5px solid #FACAC5;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 2em 3em;
  margin-bottom: 2.3em;
}
.pediatrics-page .misono-about-timetable {
  background-color: #fff;
  border: 5px solid #28C156;
}
@media screen and (max-width: 767.98px) {
  .misono-about-timetable {
    margin-bottom: 1.6em;
    padding: 0.8em 2em 1.5em 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-about-timetable {
    margin-bottom: 1.3em;
    padding: 0.35em 1em 1em 1em;
  }
}

.misono-menu-section {
  padding: 4em 1em 3em 1em;
  background-color: #FACAC5;
}
.pediatrics-page .misono-menu-section {
  background: url("../img/pages/pediatrics/top/bg1.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .misono-menu-section {
    padding: 7em 2em;
  }
}
.misono-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .misono-menu-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1em -3em 0;
  }
}
.misono-menu-list li {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  padding-left: 1.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 639.98px) {
  .misono-menu-list li {
    font-size: 1.4rem;
  }
}
.misono-menu-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #F48F84;
}
.pediatrics-page .misono-menu-list li::before {
  background-color: #23AD4D;
}
.misono-menu-item {
  position: relative;
  width: 33.33333%;
  padding: 1.5em 1.5em 4.5em 1.5em;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.6);
}
.pediatrics-page .misono-menu-item {
  border: 1px solid #87E7A4;
}
@media screen and (max-width: 1099.98px) {
  .misono-menu-item {
    width: calc(50% - 16px);
    margin: 0 1em 3em 0;
  }
}
@media screen and (max-width: 639.98px) {
  .misono-menu-item {
    padding: 1em 1em 3.8em 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-menu-item {
    width: 100%;
  }
}
@media screen and (min-width: 1100px), print {
  .misono-menu-item:not(:last-child) {
    margin-right: 1.5em;
  }
}
.misono-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 167px;
  height: 167px;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -3.3em;
  margin-bottom: 1.6em;
  background-color: #F48F84;
}
.pediatrics-page .misono-menu-header {
  background-color: #23AD4D;
}
@media screen and (max-width: 767.98px) {
  .misono-menu-header {
    width: 117px;
    height: 117px;
    margin-bottom: 0.9em;
  }
}
@media screen and (max-width: 639.98px) {
  .misono-menu-header {
    margin-top: -2.8em;
  }
}
.misono-menu-heading {
  text-align: center;
  display: block;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .misono-menu-heading {
    font-size: 2rem;
  }
}
.misono-menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.misono-menu-more {
  position: absolute;
  bottom: 1.3em;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 639.98px) {
  .misono-menu-more {
    bottom: 1em;
  }
}

.misono-info-section .inner {
  max-width: none;
}
@media screen and (min-width: 1100px), print {
  .misono-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.misono-info-item {
  padding: 3em 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1100px), print {
  .misono-info-item {
    width: 50%;
    padding: 6em 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .misono-info-inner {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.misono-blog {
  background-image: url("../img/top/bg1.jpg");
}
.misono-blog-inner {
  border-radius: 0.8em;
  background-color: rgba(248, 230, 222, 0.9);
  padding: 3.8em 4em 4em 4em;
}
@media screen and (max-width: 767.98px) {
  .misono-blog-inner {
    padding: 1.8em 2em 2em 2em;
    border-radius: 0.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-blog-inner {
    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;
  }
}
.misono-blog-header {
  margin-bottom: 2.2em;
}
@media screen and (max-width: 767.98px) {
  .misono-blog-header {
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-blog-header {
    margin-bottom: 0.8em;
  }
}
.misono-blog-heading {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .misono-blog-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-blog-body .link-button {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 359.98px) {
  .misono-blog-body .link-button {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}
.misono-blog-body .misono-news-buttons {
  margin-top: 2.3em;
}
@media screen and (max-width: 1099.98px) {
  .misono-blog-body .misono-news-buttons {
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .misono-blog-body .misono-news-buttons {
    margin-top: 1.3em;
  }
}
@media screen and (max-width: 479.98px) {
  .misono-blog-body .misono-news-buttons {
    margin-top: 1em;
  }
}

.misono-babyroom {
  background-image: url("../img/top/bg2.jpg");
}
@media screen and (min-width: 1100px), print {
  .misono-babyroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.misono-babyroom-inner {
  border: 1px solid #F48F84;
  border-radius: 0.5em;
  padding: 2em 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  .misono-babyroom-inner {
    padding: 1.5em 0;
  }
}
.misono-babyroom-header {
  position: relative;
  padding-top: 10em;
}
@media screen and (max-width: 767.98px) {
  .misono-babyroom-header {
    padding-top: 9em;
  }
}
.misono-babyroom-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 222px;
  height: 154px;
  background: url("../img/base/icon_tenshi2.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .misono-babyroom-header::before {
    width: 200px;
    height: 139px;
  }
}
@media screen and (max-width: 575.98px) {
  .misono-babyroom-header::before {
    width: 180px;
    height: 125px;
  }
}
.misono-babyroom-heading {
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.misono-babyroom-heading .jp {
  font-size: 2.6rem;
  margin-right: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .misono-babyroom-heading .jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .misono-babyroom-heading .jp {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
.misono-babyroom-heading .en {
  font-size: 4.4rem;
}
@media screen and (max-width: 767.98px) {
  .misono-babyroom-heading .en {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .misono-babyroom-heading span {
    display: block;
  }
}
.misono-babyroom-more {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .misono-babyroom-more {
    margin-top: 1.3em;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-detail-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .news-detail-section {
    padding: 0 2em 5em 2em;
  }
}
.news-container {
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .news-container {
    padding: 0 1em;
  }
}
.news-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .news-section {
    padding: 0 2em 5em 2em;
  }
}
.news-section .news-list {
  margin-bottom: 2em;
}
.news-section .news-date {
  border: 0;
  padding: 0.8em 0;
}
.pediatrics-page .news-section .news-date {
  border: 0;
  padding: 0.8em 0;
}
.news-section .news-title {
  border: 0;
  padding: 0.8em 0;
}
.pediatrics-page .news-section .news-title {
  border: 0;
  padding: 0.8em 0;
}
.news-section .news-topics:first-child .news-date {
  border: 0;
}
.pediatrics-page .news-section .news-topics:first-child .news-date {
  border: 0;
}
.news-section .news-topics:first-child .news-title {
  border: 0;
}
.pediatrics-page .news-section .news-topics:first-child .news-title {
  border: 0;
}
.pediatrics-page .news-section .news-link:hover {
  color: #000;
}

@media screen and (max-width: 479.98px) {
  .news-list {
    width: 100%;
  }
}
.news-topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-topics:first-child .news-date {
  border-top: 1px solid #F48F84;
}
.pediatrics-page .news-topics:first-child .news-date {
  border-top: 1px solid #28C156;
}
.news-topics:first-child .news-title {
  border-top: 1px solid #fff;
}
.pediatrics-page .news-topics:first-child .news-title {
  border-top: 1px solid #eee;
}
.news-date {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.2;
  width: 100px;
  padding: 1.2em 0.5em;
  border-bottom: 1px solid #F48F84;
}
.pediatrics-page .news-date {
  border-bottom: 1px solid #28C156;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    font-size: 1.2rem;
    width: 80px;
    padding: 1.2em 0.2em;
  }
}
@media screen and (max-width: 479.98px) {
  .news-date {
    width: 74px;
    padding: 1em 0.2em;
  }
}
.news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  padding: 1.2em 0.8em;
  border-bottom: 1px solid #fff;
}
.pediatrics-page .news-title {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767.98px) {
  .news-title {
    font-size: 1.2rem;
    padding: 1.2em 0.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .news-title {
    padding: 1em 0.5em;
  }
}
.news-link {
  text-decoration: none;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-link:hover {
  color: #F48F84;
  text-decoration: underline;
}
.pediatrics-page .news-link:hover {
  color: #28C156;
}
.news-detail-section .news-date {
  margin-bottom: 1em;
  padding: 0;
  border: 0;
}
.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .news-body {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-back {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
  }
}
.news-back .link-button {
  max-width: 185px;
  margin: 0 auto;
}
/* --------------------------------

  下層

-------------------------------- */
.secondary-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 0 2em 5em 2em;
  }
}

/* 共通リスト */
.main .secondary-section ul > li {
  position: relative;
  padding-left: 1.5em;
  list-style-type: none;
}
.main .secondary-section ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.47em;
  left: 0.4em;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #333333;
}

.main .secondary-section ol > li {
  margin-left: 1.5em;
  list-style-type: decimal;
}

/* 共通リスト（リストマーカー非表示用）*/
.secondary-section ul.list-style-none > li {
  padding-left: 0;
  list-style-type: none;
}
.secondary-section ul.list-style-none > li:before {
  display: none;
}

.secondary-section ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

/* 共通リスト（注釈用）*/
.secondary-section ul.list-style-note > li {
  padding-left: 1em;
}
.secondary-section ul.list-style-note > li:before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* --------------------------------

  id02　クリニック紹介（産婦人科）

-------------------------------- */
/* ごあいさつ */
.clinic-greeting-name {
  font-size: 1.3em;
  text-align: right;
  margin: 1em 0 3em;
}
.clinic-greeting-name span {
  display: block;
}
@media screen and (min-width: 480px), print {
  .clinic-greeting-name span {
    display: inline;
  }
}
@media screen and (min-width: 480px), print {
  .clinic-greeting-name span:first-child {
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px), print {
  .clinic-greeting-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2em 0 0;
  }
}
.clinic-greeting-list ul {
  padding: 0 0 2em 0;
}
@media screen and (min-width: 768px), print {
  .clinic-greeting-list ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 2em 0 0;
  }
}

/* 当院の取り組みについて */
.clinic-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991.98px) {
  .clinic-activity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px), print {
  .clinic-activity-image {
    margin-left: 1em;
  }
}
@media screen and (max-width: 991.98px) {
  .clinic-activity-image {
    margin-bottom: 2em;
  }
}
.clinic-activity-image img {
  border-radius: 0.5em;
}
.clinic-activity-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.clinic-activity-list ol {
  counter-reset: number;
}
.clinic-activity-list li {
  position: relative;
  padding: 0.5rem 0 1rem 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 640px), print {
  .clinic-activity-list li {
    padding: 1rem 0 1.5rem 2.5rem;
  }
}
.clinic-activity-list li:after {
  position: absolute;
  display: block;
  counter-increment: number;
  content: counter(number) ".";
  font-size: 21px;
  font-size: 1.5rem;
  font-style: oblique;
  top: 0.3em;
  left: 0;
}
@media screen and (min-width: 640px), print {
  .clinic-activity-list li:after {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .clinic-activity-list li:nth-child(2) {
    padding-left: 3rem;
  }
  .clinic-activity-list li:nth-child(2):after {
    left: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .clinic-activity-list li:nth-child(3) {
    padding-left: 3.5rem;
  }
  .clinic-activity-list li:nth-child(3):after {
    left: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .clinic-activity-list li:nth-child(4) {
    padding-left: 4rem;
  }
  .clinic-activity-list li:nth-child(4):after {
    left: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .clinic-activity-list li:nth-child(5) {
    padding-left: 4.5rem;
  }
  .clinic-activity-list li:nth-child(5):after {
    left: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .clinic-activity-list li:last-child {
    padding-left: 5rem;
  }
  .clinic-activity-list li:last-child:after {
    left: 2.5rem;
  }
}
.clinic-activity-list li span {
  color: #F48F84;
}

/* --------------------------------

  id03　診療案内（産婦人科）

-------------------------------- */
/* 産婦人科のご案内 */
/* 婦人科診療 */
/* 妊婦検診 */
/* 院内紹介 */
.medical-subsection:not(:last-child) {
  margin-bottom: 2.5em;
}
.medical-subsection-contents {
  padding-left: 0;
}
.medical-subsection-contents .more {
  margin-top: 1em;
}
.medical-subsection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -2em -2em 0;
}
.medical-subsection-list > li {
  width: 100%;
  padding: 0 2em 2em 0;
}
@media screen and (min-width: 992px), print {
  .medical-subsection-list > li {
    width: 50%;
  }
}
.medical-first {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 1rem;
  padding-left: 4rem;
}
@media screen and (min-width: 640px), print {
  .medical-first {
    font-size: 1.4em;
  }
}
.medical-first:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/pages/medical/icon-beginner.png) center no-repeat;
  background-size: contain;
  width: 26px;
  height: 37px;
  top: 0;
  left: 0;
}
.medical-first span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FAD8D1));
  background: linear-gradient(transparent 70%, #FAD8D1 0%);
}
.medical-first strong {
  font-weight: normal;
  color: #F38E84;
}
.medical-table {
  border-collapse: collapse;
  border: 5px solid #FACAC5;
}
@media screen and (max-width: 1099.98px) {
  .medical-table {
    border: none;
  }
}
.medical-table th, .medical-table td {
  border: 1px solid #FACAC5;
}
@media screen and (max-width: 1099.98px) {
  .medical-table th, .medical-table td {
    display: block;
    border: none;
  }
}
.medical-table th {
  background-color: #FAEEE8;
  width: 16em;
  vertical-align: top;
  padding: 1em;
}
@media screen and (max-width: 1099.98px) {
  .medical-table th {
    width: 100%;
    background: none;
    font-weight: bold;
    padding: 0;
  }
}
.medical-table td {
  padding: 1em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1099.98px) {
  .medical-table td {
    padding: 0.2em 0 1em 1em;
    background-color: transparent;
  }
}
.medical-table td .attention {
  color: #F38E84;
}
.medical-examination {
  overflow: hidden;
}
.medical-examination-main {
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .medical-examination-main {
    float: left;
    width: 100%;
    margin: 0 -450px 0 0;
    padding-right: 480px;
  }
}
.medical-examination-side {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .medical-examination-side {
    float: right;
    width: 450px;
  }
}
.medical-examination-heading {
  margin-bottom: 1em;
}
.medical-examination-heading span {
  font-size: 1.2em;
  display: block;
}
@media screen and (min-width: 640px), print {
  .medical-examination-heading span {
    font-size: 1.6em;
  }
}
.medical-examination-list ul li {
  padding-left: 1.5em !important;
}
.medical-examination-list dt {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  padding: 0.2rem 0;
}
.medical-examination-list dd {
  font-size: 1.1em;
  padding: 1rem 1em;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .medical-examination-list dd {
    padding: 1rem 1.5em;
  }
}
.medical-examination-list dd li {
  position: relative;
  padding-left: 1.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.medical-examination-list dd li:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/pages/medical/icon-check.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  top: 9px;
  left: 0;
}
.medical-examination-list.todo {
  border: 1px solid #F48F84;
}
.medical-examination-list.todo dt {
  background-color: #F48F84;
}
@media screen and (min-width: 640px), print {
  .medical-examination-list.todo dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 640px), print {
  .medical-examination-list.todo dd ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1em 0 0;
  }
}
.medical-examination-list.cycle {
  border: 1px solid #F48F84;
}
.medical-examination-list.cycle dt {
  background-color: #F48F84;
}
.medical-examination-news {
  border: 5px solid #FACAC5;
  background-color: #FAEEE8;
  padding: 1em;
}
@media screen and (min-width: 1100px), print {
  .medical-examination-news {
    padding: 1em 2em;
  }
}
.medical-examination-news .lead {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.medical-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -2em -2em 0;
}
.medical-gallery ul li {
  width: 100%;
  padding: 0 2em 2em 0;
}
@media screen and (min-width: 640px), print {
  .medical-gallery ul li {
    width: 50%;
  }
}
@media screen and (min-width: 992px), print {
  .medical-gallery ul li {
    width: 33.3333333333%;
  }
}
.medical-gallery figure {
  text-align: center;
}
.medical-gallery figure img {
  margin-bottom: 0.5em;
  border-radius: 0.5em;
}
.medical .time-table-side {
  color: #FACAC5;
}
.medical .bridal-check-list {
  margin: 0.5em 0;
}

/* --------------------------------

  id04　妊娠について（産婦人科）

-------------------------------- */
/* 妊娠について */
.pregnancy-about-subsection:not(:last-child) {
  margin-bottom: 2.5em;
}
.pregnancy-about-subsection:after {
  content: "";
  display: table;
  clear: both;
}
.pregnancy-about-subsection-contents {
  padding-left: 0;
}
@media screen and (min-width: 640px), print {
  .pregnancy-about-subsection-contents {
    padding-left: 2rem;
  }
}
.pregnancy-about-heading {
  font-size: 1.3em;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px), print {
  .pregnancy-about-heading {
    font-size: 1.6em;
  }
}
.pregnancy-about-examination {
  background-color: #FAEEE8;
  border: 5px solid #FACAC5;
  margin-bottom: 1em;
  padding: 2em;
}
.pregnancy-about-table {
  border-collapse: collapse;
  border: 5px solid #FACAC5;
}
@media screen and (max-width: 639.98px) {
  .pregnancy-about-table {
    border: none;
  }
}
.pregnancy-about-table th, .pregnancy-about-table td {
  border: 1px solid #FACAC5;
}
@media screen and (max-width: 639.98px) {
  .pregnancy-about-table th, .pregnancy-about-table td {
    border: none;
    display: block;
  }
}
.pregnancy-about-table th {
  width: 12em;
  background-color: #FEF3F2;
  vertical-align: top;
  padding: 1em;
}
@media screen and (max-width: 639.98px) {
  .pregnancy-about-table th {
    width: 100%;
    background: none;
    padding: 0;
    font-weight: bold;
  }
}
.pregnancy-about-table th.week {
  border: none;
  padding-left: 6em;
}
@media screen and (max-width: 639.98px) {
  .pregnancy-about-table th.week {
    padding-left: 0;
  }
  .pregnancy-about-table th.week:before {
    content: attr(label);
  }
}
@media screen and (max-width: 639.98px) {
  .pregnancy-about-table th p {
    font-weight: bold;
  }
}
.pregnancy-about-table td {
  padding: 1em;
  background-color: #fff;
}
@media screen and (max-width: 639.98px) {
  .pregnancy-about-table td {
    padding: 0.2em 0 1em 1em;
    background-color: transparent;
  }
}
.pregnancy-about-main {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px), print {
  .pregnancy-about-main {
    float: left;
    width: 100%;
    margin: 0 -352px 0 0;
    padding-right: 380px;
  }
}
.pregnancy-about-image {
  text-align: center;
}
@media screen and (min-width: 992px), print {
  .pregnancy-about-image {
    float: right;
    width: 352px;
  }
}
.pregnancy-about .note-list {
  color: #F48F84;
}
.pregnancy-about .note-list.__accent {
  color: #000;
}
.pregnancy-about .times-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -2em -2em 0;
}
.pregnancy-about .times-list li {
  width: 100%;
  padding: 0 2em 2em 0;
}
@media screen and (min-width: 640px), print {
  .pregnancy-about .times-list li {
    width: 50%;
  }
}
@media screen and (min-width: 992px), print {
  .pregnancy-about .times-list li {
    width: 33.3333333333%;
  }
}
.pregnancy-about .times-list div {
  background-color: #FAEEE8;
  border: 5px solid #FACAC5;
  color: #333333;
  text-align: center;
  line-height: 1.7;
  padding: 0.8rem 1rem;
}
.pregnancy-about .times-list div .week {
  display: block;
  border-bottom: 1px solid #FACAC5;
  font-size: 1em;
}
@media screen and (min-width: 640px), print {
  .pregnancy-about .times-list div .week {
    font-size: 1.1em;
  }
}
.pregnancy-about .times-list div .times {
  font-size: 1.3em;
}
@media screen and (min-width: 640px), print {
  .pregnancy-about .times-list div .times {
    font-size: 1.6em;
  }
}
.pregnancy-about .examination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2em -2em 0;
}
.pregnancy-about .examination-list li {
  width: 100%;
  padding: 0 2em 2em 0;
}
@media screen and (min-width: 480px), print {
  .pregnancy-about .examination-list li {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .pregnancy-about .examination-list li {
    width: 33.3333333333%;
  }
}
/* @media screen and (min-width: 992px), print {
  .pregnancy-about .examination-list li {
    width: 25%;
  }
} */
.pregnancy-about .examination-list figure {
  text-align: center;
}
.pregnancy-about .examination-list figure img {
  margin-bottom: 0.5em;
}
.pregnancy-about .examination-list figure figcaption {
  font-size: 1.1em;
  font-weight: bold;
}

/* お産について */
.pregnancy-birth {
  counter-reset: number;
}
.pregnancy-birth-subsection {
  overflow: hidden;
}
.pregnancy-birth-heading {
  margin-bottom: 2rem;
}
.pregnancy-birth-main {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px), print {
  .pregnancy-birth-main {
    float: left;
    width: 100%;
    margin: 0 -450px 0 0;
    padding-right: 470px;
  }
}
.pregnancy-birth-side {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 992px), print {
  .pregnancy-birth-side {
    float: right;
    width: 450px;
  }
}
.pregnancy-birth-left {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px), print {
  .pregnancy-birth-left {
    float: left;
    width: 100%;
    margin: 0 -390px 0 0;
    padding-right: 420px;
  }
}
.pregnancy-birth-right {
  text-align: center;
}
@media screen and (min-width: 992px), print {
  .pregnancy-birth-right {
    float: right;
    width: 390px;
  }
}
.pregnancy-birth-list dt {
  position: relative;
  color: #F48F84;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  padding: 0 0 0 30px;
}
@media screen and (min-width: 640px), print {
  .pregnancy-birth-list dt {
    font-size: 1.4em;
    margin-bottom: 1rem;
    padding: 0 0 0 50px;
  }
}
.pregnancy-birth-list dt:before {
  position: absolute;
  display: block;
  color: #000;
  counter-increment: number;
  content: counter(number) ".";
  font-size: 25.2px;
  font-size: 1.8rem;
  font-style: oblique;
  top: 0;
  left: 0;
}
@media screen and (min-width: 640px), print {
  .pregnancy-birth-list dt:before {
    font-size: 36.4px;
    font-size: 2.6rem;
    top: -3px;
  }
}
.pregnancy-birth-list dd {
  padding-left: 0;
}
@media screen and (min-width: 640px), print {
  .pregnancy-birth-list dd {
    padding-left: 50px;
  }
}
.pregnancy-birth-table table {
  display: table;
  width: 100%;
  border: 5px solid #FACAC5;
  border-collapse: collapse;
}
.pregnancy-birth-table table th {
  background-color: #FEF3F2;
  text-align: center;
  padding: 0.5em 0;
}
.pregnancy-birth-table table td {
  padding: 1em;
  background-color: #fff;
}
.pregnancy-birth-table .point-list li {
  position: relative;
  color: #333333;
  font-size: 1em;
  padding-left: 1.7rem !important;
}
.pregnancy-birth-table .point-list li:before {
  position: absolute;
  display: block !important;
  content: "";
  background-color: #F48F84 !important;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0 !important;
}

/* サブセクション */
.subsection:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #aaa;
}

/* 里帰り出産 */
.pregnancy-home-subsection:not(:last-child) {
  margin-bottom: 2em;
}
.pregnancy-home-subsection-contents {
  padding-left: 0;
}
@media screen and (min-width: 640px), print {
  .pregnancy-home-subsection-contents {
    padding-left: 2em;
  }
}

/* --------------------------------

  id05　入院について（産婦人科）

-------------------------------- */
/* 入院について 共通リスト */
.hospitalization-list {
  overflow: hidden;
}
.hospitalization-list dt {
  float: left;
  clear: left;
  width: 7em;
  text-align: center;
  background-color: #F48F84;
  border-radius: 30px;
  color: #fff;
  margin: 0 1em 0.5em 0;
  font-weight: 400;
}
.hospitalization-list dd {
  float: left;
  margin: 0 0 0.5em 0;
}

/* お産後の入院生活 */
.hospitalization-life {
  overflow: hidden;
}
.hospitalization-life-main {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px), print {
  .hospitalization-life-main {
    float: left;
    width: 100%;
    margin: 0 -348px 0 0;
    padding-right: 370px;
  }
}
.hospitalization-life-image {
  text-align: center;
}
@media screen and (min-width: 992px), print {
  .hospitalization-life-image {
    float: right;
    width: 348px;
  }
}
.hospitalization-life-image img {
  border-radius: 0.5em;
}

/* 面会について */
.hospitalization-visitation-text {
  margin-bottom: 1em;
}
.hospitalization-visitation-time {
  margin-bottom: 1em;
}
.hospitalization-visitation-note {
  color: #F48F84;
}

/* お産後の入院生活 */
.hospitalization-period-subsection:not(:last-child) {
  margin-bottom: 2.5em;
}
.hospitalization-period-subsection-contents {
  padding-left: 0;
}
@media screen and (min-width: 640px), print {
  .hospitalization-period-subsection-contents {
    padding-left: 2rem;
  }
}

/* 病室について */
.hospitalization-room-main {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px), print {
  .hospitalization-room-main {
    float: left;
    width: 100%;
    margin: 0 -710px 0 0;
    padding-right: 740px;
  }
}
.hospitalization-room-image {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 992px), print {
  .hospitalization-room-image {
    float: right;
    width: 710px;
  }
}
.hospitalization-room-image img {
  border-radius: 0.5em;
}
.hospitalization-room-text {
  margin-bottom: 1em;
}
.hospitalization-room-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1em -1em 0;
}
.hospitalization-room-list li {
  width: 100%;
  padding: 0 1em 1em 0;
  text-align: center;
}
@media screen and (min-width: 640px), print {
  .hospitalization-room-list li {
    width: 50%;
  }
}

/* 入院にかかる費用 */
.hospitalization-fee-subsection:not(:last-child) {
  margin-bottom: 2.5em;
}
.hospitalization-fee-subsection-contents {
  margin-bottom: 2em;
  padding-left: 0;
}
@media screen and (min-width: 640px), print {
  .hospitalization-fee-subsection-contents {
    padding-left: 2rem;
  }
}
.hospitalization-fee-list > ul > li {
  line-height: 1.5;
  padding: 0.8em 0 0.8em 1.5em;
  border-bottom: 1px dotted #aaa;
}
.hospitalization-fee-list > ul > li:first-child {
  border-top: 1px dotted #aaa;
}
.hospitalization-fee-list > ul > li:before {
  top: 1.29em !important;
}
.hospitalization-fee-list .note-list {
  font-size: 0.9em;
}

/* アクセス */
.access-overview-container {
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .access-overview-container {
    padding: 0 1em;
  }
}
.access-overview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 1099.98px) {
  .access-overview-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 639.98px) {
  .access-overview-wrap {
    margin-bottom: 1.5em;
  }
}
.access-overview-main {
  margin-left: 3em;
}
@media screen and (max-width: 1099.98px) {
  .access-overview-main {
    margin-left: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 639.98px) {
  .access-overview-main {
    margin-top: 1.5em;
  }
}
.access-overview-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .access-overview-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access-overview-image {
  text-align: center;
}
.access-overview-image:first-child {
  margin-right: 1.5em;
}
@media screen and (max-width: 639.98px) {
  .access-overview-image:first-child {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.access-overview-image img {
  border-radius: 0.5em;
}
.access-overview-image figcaption {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 1em;
}
@media screen and (max-width: 639.98px) {
  .access-overview-image figcaption {
    font-size: 1.4rem;
  }
}
.access-overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-overview-list:not(:last-child) {
  margin-bottom: 0.6em;
}
.access-overview-list dt {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 10em;
  width: 91px;
  font-weight: 400;
  padding: 0.2em 0.5em;
  text-align: center;
  background-color: #F48F84;
}
.pediatrics-page .access-overview-list dt {
  background-color: #23AD4D;
}
@media screen and (max-width: 639.98px) {
  .access-overview-list dt {
    font-size: 1.4rem;
    width: 81px;
  }
}
.access-overview-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 639.98px) {
  .access-overview-list dd {
    font-size: 1.4rem;
    margin-left: 1em;
  }
}

.access-map-container {
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .access-map-container {
    padding: 0 1em;
  }
}
.access-map-more {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 639.98px) {
  .access-map-iframe {
    position: relative;
    padding-top: 90%;
  }
  .access-map-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.access-map-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  .access-map-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access-map-box {
  max-width: 324px;
  width: 100%;
  border: 5px solid #FACAC5;
  background-color: #FAEEE8;
  padding: 1em 0.5em;
}
.pediatrics-page .access-map-box {
  border: 5px solid #28C156;
  background-color: #E8F8F2;
}
.access-map-box:not(:last-child) {
  margin-right: 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .access-map-box:not(:last-child) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .access-map-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.access-map-box:nth-child(1) dt::before {
  background-image: url("../img/base/icon_train.svg");
}
.pediatrics-page .access-map-box:nth-child(1) dt::before {
  background-image: url("../img/base/icon_train_green.svg");
}
.access-map-box:nth-child(2) dt::before {
  background-image: url("../img/base/icon_bus.svg");
  background-size: 53%;
}
.pediatrics-page .access-map-box:nth-child(2) dt::before {
  background-image: url("../img/base/icon_bus_green.svg");
}
.access-map-box:nth-child(3) dt::before {
  background-image: url("../img/base/icon_car.svg");
}
.pediatrics-page .access-map-box:nth-child(3) dt::before {
  background-image: url("../img/base/icon_car_green.svg");
}
.access-map-box dt {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.4em;
  padding-top: 3em;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  color: #F48F84;
  border-bottom: 1px solid #FACAC5;
}
.pediatrics-page .access-map-box dt {
  color: #23AD4D;
  border-bottom: 1px solid #87E7A4;
}
@media screen and (max-width: 767.98px) {
  .access-map-box dt {
    font-size: 2rem;
    padding-top: 2.6em;
  }
}
.access-map-box dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  border: 1px solid #FACAC5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}
.pediatrics-page .access-map-box dt::before {
  background-color: #fff;
  border: 1px solid #87E7A4;
}
@media screen and (max-width: 767.98px) {
  .access-map-box dt::before {
    width: 46px;
    height: 46px;
  }
}
.access-map-box dd {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #000;
  min-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .access-map-box dd {
    min-height: auto;
    font-size: 1.4rem;
  }
}

.access-parking-container {
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .access-parking-container {
    padding: 0 1em;
  }
}
.access-parking-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .access-parking-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access-parking-image:first-child {
  margin-right: 1.5em;
}
@media screen and (max-width: 639.98px) {
  .access-parking-image:first-child {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.access-parking-image img {
  border-radius: 0.5em;
}

/* --------------------------------

  id08　クリニック紹介（小児科）

-------------------------------- */
/* 小児科院長ご挨拶 */
.pediatrics-clinic-greeting-name {
  font-size: 1.3em;
  text-align: right;
  margin: 1em 0 3em;
}
.pediatrics-clinic-greeting-name span {
  display: block;
}
@media screen and (min-width: 480px), print {
  .pediatrics-clinic-greeting-name span {
    display: inline;
  }
}
@media screen and (min-width: 480px), print {
  .pediatrics-clinic-greeting-name span:first-child {
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-greeting-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2em 0 0;
  }
}
.pediatrics-clinic-greeting-list ul {
  padding: 0 0 2em 0;
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-greeting-list ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 2em 0 0;
  }
}

/* 当院の取り組みについて */
.pediatrics-clinic-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991.98px) {
  .pediatrics-clinic-activity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px), print {
  .pediatrics-clinic-activity-image {
    margin-left: 1em;
  }
}
@media screen and (max-width: 991.98px) {
  .pediatrics-clinic-activity-image {
    margin-bottom: 2em;
  }
}
.pediatrics-clinic-activity-image img {
  border-radius: 0.5em;
}
.pediatrics-clinic-activity-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.pediatrics-clinic-activity-list ol {
  counter-reset: number;
}
.pediatrics-clinic-activity-list li {
  position: relative;
  padding: 0.5rem 0 1rem 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 640px), print {
  .pediatrics-clinic-activity-list li {
    padding: 1rem 0 1.5rem 2.5rem;
  }
}
.pediatrics-clinic-activity-list li:after {
  position: absolute;
  display: block;
  counter-increment: number;
  content: counter(number) ".";
  font-size: 21px;
  font-size: 1.5rem;
  font-style: oblique;
  top: 0.3em;
  left: 0;
}
@media screen and (min-width: 640px), print {
  .pediatrics-clinic-activity-list li:after {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-activity-list li:nth-child(2) {
    padding-left: 3rem;
  }
  .pediatrics-clinic-activity-list li:nth-child(2):after {
    left: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-activity-list li:nth-child(3) {
    padding-left: 3.5rem;
  }
  .pediatrics-clinic-activity-list li:nth-child(3):after {
    left: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-activity-list li:nth-child(4) {
    padding-left: 4rem;
  }
  .pediatrics-clinic-activity-list li:nth-child(4):after {
    left: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-activity-list li:nth-child(5) {
    padding-left: 4.5rem;
  }
  .pediatrics-clinic-activity-list li:nth-child(5):after {
    left: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .pediatrics-clinic-activity-list li:last-child {
    padding-left: 5rem;
  }
  .pediatrics-clinic-activity-list li:last-child:after {
    left: 2.5rem;
  }
}
.pediatrics-clinic-activity-list li span {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #28C156));
  background: linear-gradient(transparent 8%, #28C156 8%);
}

/* --------------------------------

  id09　診療案内（小児科）

-------------------------------- */
/* 小児科 */
.pediatrics-medical-subsection:not(:last-child) {
  margin-bottom: 3em;
}
.pediatrics-medical-subsection .time-table {
  margin-bottom: 1.5em;
}
.pediatrics-medical-text {
  margin-bottom: 1em;
}
.pediatrics-medical-image {
  margin-bottom: 2em;
}
.pediatrics-medical-image img {
  border-radius: 0.5em;
}
.pediatrics-medical-image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1em -1em 0;
}
.pediatrics-medical-image ul li {
  width: 100%;
  padding: 0 1em 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .pediatrics-medical-image ul li {
    width: 50%;
    font-size: 1.8rem;
  }
}
.pediatrics-medical-image ul img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.pediatrics-medical-first {
  position: relative;
  display: block;
  font-size: 1.2em;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
}
@media screen and (min-width: 480px), print {
  .pediatrics-medical-first {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 640px), print {
  .pediatrics-medical-first {
    font-size: 1.4em;
  }
}
.pediatrics-medical-first:before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/pages/medical/icon-beginner.png") center no-repeat;
  background-size: contain;
  width: 26px;
  height: 37px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 480px), print {
  .pediatrics-medical-first:before {
    left: 0;
  }
}
.pediatrics-medical-first span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #EBE424));
  background: linear-gradient(transparent 70%, #EBE424 0%);
}
.pediatrics-medical-first strong {
  font-weight: normal;
  color: #187633;
}
.pediatrics-medical-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1em -1em 0;
}
.pediatrics-medical-gallery ul li {
  width: 100%;
  padding: 0 1em 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .pediatrics-medical-gallery ul li {
    width: 50%;
  }
}

/* --------------------------------

  id10　予防接種について（小児科）

-------------------------------- */
/* 共通 */
.vaccination-table table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 640px), print {
  .vaccination-table table {
    border: 5px solid #28C156;
  }
}
.vaccination-table table th, .vaccination-table table td {
  display: block;
  border: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 640px), print {
  .vaccination-table table th, .vaccination-table table td {
    display: table-cell;
    border: 1px solid #87E7A4;
  }
}
.vaccination-table table th {
  width: 100%;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
}
@media screen and (min-width: 640px), print {
  .vaccination-table table th {
    background-color: #E8F8F2;
    width: 336px;
    font-size: 2rem;
    font-weight: normal;
    padding: 1.5rem 0 1.5rem 2.5rem;
  }
}
.vaccination-table table td {
  padding: 0 0 0.5rem 1rem;
}
@media screen and (min-width: 640px), print {
  .vaccination-table table td {
    padding: 1.7rem 0 1.7rem 2rem;
    background-color: #fff;
    font-size: 1.6rem;
  }
}

/* 予防接種について */
.vaccination-detail {
  overflow: hidden;
}
.vaccination-detail-main {
  margin-bottom: 1em;
}
@media screen and (min-width: 992px), print {
  .vaccination-detail-main {
    float: left;
    width: 100%;
    margin: 0 -450px 0 0;
    padding-right: 480px;
  }
}
.vaccination-detail-main p {
  line-height: 1.6;
}
@media screen and (min-width: 992px), print {
  .vaccination-detail-main p {
    line-height: 1.8;
  }
}
.vaccination-detail-side {
  text-align: center;
}
@media screen and (min-width: 992px), print {
  .vaccination-detail-side {
    float: right;
    width: 450px;
  }
}

/* ワクチンとは */
.vaccination-about-subsection:not(:last-child) {
  margin-bottom: 3em;
}
.vaccination-about-subsection a {
  word-break: break-all;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #28C156));
  background: linear-gradient(transparent 8%, #28C156 8%);
}
.vaccination-about-subsection a:hover {
  text-decoration: underline;
}
.vaccination-about-text {
  margin-bottom: 1em;
}
.vaccination-about-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1em -15em 0;
  padding-bottom: 11em;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list ul {
    margin: 0 -1em -1em 0;
  }
}
.vaccination-about-list li {
  width: 100%;
  padding: 0 1em 15em 0;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list li {
    width: 33.3333333333%;
    padding: 0 1em 1em 0;
  }
}
.vaccination-about-list table {
  position: relative;
}
.vaccination-about-list table th {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0.2rem 0;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list table th {
    font-size: 1.4em;
    padding: 0.5rem 0;
  }
}
.vaccination-about-list table td {
  font-size: 0.9em;
  padding: 1em;
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list table td {
    height: 10rem;
  }
}
.vaccination-about-list table:before {
  position: absolute;
  display: block;
  content: "";
  width: 130px;
  height: 96px;
  bottom: -110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list table:before {
    width: 188px;
    height: 139px;
    bottom: -150px;
  }
}
.vaccination-about-list table:after {
  position: absolute;
  display: block;
  content: "他のワクチン";
  font-size: 15.4px;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #eee;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  bottom: -170px;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list table:after {
    display: none;
    content: "";
  }
}
.vaccination-about-list .others {
  display: none;
}
@media screen and (min-width: 768px), print {
  .vaccination-about-list .others {
    display: block;
    background-color: #eee;
    padding: 0.5rem 0;
  }
}
.vaccination-about-list .others p {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

/* 当院で予防接種を受けられる方へ */
.vaccination-info-subsection:not(:last-child) {
  margin-bottom: 3em;
}
.vaccination-info-list li {
  margin-bottom: 1em;
}
.vaccination-info-list li span {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #28C156));
  background: linear-gradient(transparent 8%, #28C156 8%);
}
.vaccination-info-note {
  margin-top: 0.5em;
}
.vaccination-info-note ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vaccination-info-note ul li {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(8%, #28C156));
  background: linear-gradient(transparent 8%, #28C156 8%);
}

/* 241024 追記 */
.misono-about-notice-wrap {
  margin-bottom: 3rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 0.5em;
  border: 1px solid #F48F84;
  background-color: #fff;
}

.misono-about-notice {
  margin-bottom: 1.5rem;
}

.misono-about-notice .notice {
  display: block;
  margin-top: .5rem;
}

.misono-about-notice .br {
  display: block;
}

.misono-about-notice .color {
  color: #ef4e3c;
  font-size: 1.1em;
}

.misono-about-notice .color::before {
  content: "「";
  margin-left: -0.25em;
}

.misono-about-notice .color::after {
  content: "」";
  margin-right: -0.25em;
}

.misono-about-notice-text {
  padding: 0 1rem;
  line-height: 1.8;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .misono-about-notice-wrap {
    margin-bottom: 5rem;
    padding: 2rem 0;
  }
  .misono-about-notice {
    font-size: 1.8rem;
  }
  .misono-about-notice .br {
    display: none;
  }
  .misono-about-notice-text {
    font-size: 1.6rem;
  }
}

/* 241111 追記 */
.misono-menu-section .inner {
  max-width: 540px;
}

.misono-menu-item {
  width: 100%;
}

/* 250117 追記 */
.nav-time-define dt, .nav-time-define dd {
  font-size: 1.2rem;
  font-weight: 500;
}

.nav-time-define dt {
  width: 5.2em;
}

.nav-time-define dd span {
  color: #f00;
}

.time-table-alert {
  color: #f00;
  display: inline;
}

.misono-about-text {
  margin-bottom: 1em;
}

.misono-about-greeting-name {
  text-align: right;
}

.time-table td .open2 {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background-color: #F48F84;
}

.secondary-table-area .time-table .open2 {
  color: #006dd9;
  width: 22px;
  height: 22px;
  background-color: #006DD9;
}

.credit-list {
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}

.credit-card {
  position: relative;
  width: 120px;
}

.clinic-greeting-name {
  text-align: left;
}

/* 250415 追記 */
.medical-payment:not(:first-child) {
  margin-top: 1em;
}

.medical-payment dt {
  margin-bottom: .3em;
  font-size: 1.1em;
}

.medical-payment dt::before {
  content: "＜";
}

.medical-payment dt::after {
  content: "＞";
}

.anchor-point::before {
  pointer-events: none;
}

.text-link {
  text-decoration: underline;
}

.text-link:hover {
  color: #F48F84;
}

/* 250910 追記 */
@media screen and (max-width: 479.98px), print {
  .pregnancy-about-examination {
    padding-right: 0;
    padding-left: 0;
  }
}

.pregnancy-about .examination-list figure figcaption {
  margin-right: -2ch;
  margin-left: -2ch;
}

@media screen and (max-width: 991.98px), print {
  .pregnancy-about .examination-list figure figcaption {
    font-size: 1em;
  }
}

@media screen and (min-width: 1100px), print {
  .d-lg-none {
    display: none;
  }
}
