@charset "UTF-8";
/* * リプレース用設定
 * Tailwindは無効化し、既存Sassを読み込みます
 */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: 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-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-family: "Noto sanSerif JP", "Noto Sans JP", sans-serif, sanSerif;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: "Noto Serif JP", serif;
}
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic";
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}

body {
  position: relative;
}

a {
  transition: all 0.3s linear;
}

img {
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a[href*="tel:"]:link {
    color: #fff;
  }
}
.common-sec01 + .common-sec01 {
  margin-top: 70px;
}

.common-hd01 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #DB667A;
  line-height: 1.3;
  border-bottom: solid 2px #DB667A;
  padding-bottom: 0.4em;
  margin-bottom: 45px;
}

.common-hd02 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #DB667A;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

p + .common-hd02,
ol + .common-hd02,
ul + .common-hd02 {
  margin-top: 1em;
}

.common-table01 {
  width: 100%;
  line-height: 1.4;
}
.common-table01 td,
.common-table01 th {
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
}
.common-table01 th {
  border-top: solid 1px #ccc;
}
.common-table01 tr th:first-child,
.common-table01 tr td:first-child {
  border-left: none;
}

.common-list01__item {
  list-style: disc;
  margin-left: 25px;
}

.common-link-list__item {
  border-top: solid 1px #CFCFCF;
  line-height: 1.4;
}
.common-link-list__item:last-child {
  border-bottom: solid 1px #CFCFCF;
}
.common-link-list__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 74px;
  padding: 10px 0;
}
.common-link-list__item a .link-title {
  position: relative;
  padding-left: 14px;
}
.common-link-list__item a .link-title::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #DB667A;
  border-right: solid 2px #DB667A;
  transform: rotate(45deg);
}
.common-link-list__item a:hover {
  background: #FBF8F4;
}
.common-link-list__item a .link-note {
  width: 100%;
  font-size: 0.95em;
  margin: 0 0 0 30px;
  text-indent: -1em;
}
.common-link-list__item a .link-note:before {
  content: "※";
}
.common-link-list__item .bnr {
  margin-left: 10px;
}
.common-link-list__item .bnr img {
  width: auto;
  height: 25px;
}
.common-link-list__item .pref {
  width: 10.5em;
  white-space: nowrap;
  color: #DB667A;
  font-weight: 500;
}

p + .common-link-list {
  margin-top: 30px;
}

.page-title {
  position: relative;
}
.page-title__pic img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.page-title__text {
  min-width: 250px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  background: #fff;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 28px;
}
.page-title__small {
  font-size: 40px;
}

.breadcrumb {
  margin: 25px 0 70px 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #F5EDDD #fff;
}
.breadcrumb-list {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.breadcrumb-list__item {
  white-space: nowrap;
}
.breadcrumb-list__item:nth-child(n+2)::before {
  content: ">";
  margin: 0 10px;
}
.breadcrumb-list__item a {
  text-decoration: underline;
}

.breadcrumb-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #69A4DB;
}

.common-link01 {
  text-decoration: underline;
  color: #DB667A;
}
.common-link01:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.text-note {
  margin-left: 1em;
  text-indent: -1em;
}
.text-note:before {
  content: "※";
}

.mt-1em {
  margin-top: 1em;
}

#wrapper {
  width: 100%;
  display: flex;
  min-width: 0;
}

.container {
  width: calc(100% - 250px);
  min-height: 100vh;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  text-align: left;
  line-height: 1.6;
}

.main-inner {
  width: auto;
  max-width: 1200px;
  margin: 5% auto;
  min-width: 0;
}

@media screen and (max-width: 1500px) {
  .main-inner {
    margin: 5% 60px;
  }
}
.header-wrap {
  width: 250px;
}

.header {
  width: 250px;
  height: 100%;
  background: #F5EDDD;
  text-align: center;
  position: fixed;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E3DED4 #F5EDDD;
}
.header-inner {
  width: 210px;
  margin: 45px 0 20px 20px;
}
.header-logo {
  width: 170px;
  margin: 0 auto;
}
.header-nav-logo {
  display: none;
}
.header-gnav {
  width: 100%;
  margin-top: 30px;
}
.header-gnav__item {
  width: 100%;
}
.header-gnav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  border-top: dotted 1px #6A5A37;
}
.header-gnav__item a:hover, .header-gnav__item a:active {
  color: #DB667A;
}
.header-gnav__item:last-child a {
  border-bottom: dotted 1px #6A5A37;
}
.header-gnav__item:first-child {
  display: none;
}
.header-buttons {
  margin-top: 25px;
}
.header-buttons__item:nth-child(n+2) {
  margin-top: 12px;
}
.header-buttons__item a {
  width: 210px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 0 12px;
}
.header-buttons__item:nth-child(1) a {
  background: #DB667A;
  font-size: 18px;
}
.header-buttons__item:nth-child(1) a:hover {
  background: #C2436F;
}
.header-buttons__item:nth-child(1) .icon {
  width: 31px;
}
.header-buttons__item:nth-child(2) a {
  background: #569797;
  font-size: 18px;
  padding: 0 10px 0 12px;
}
.header-buttons__item:nth-child(2) a span {
  display: block;
  font-size: 14px;
}
.header-buttons__item:nth-child(2) a:hover {
  background: #0E7474;
}
.header-buttons__item:nth-child(2) .icon {
  width: 40px;
}
.header-subnav {
  text-align: left;
  margin-top: 15px;
}
.header-subnav__item {
  font-weight: 500;
  line-height: 1.2;
}
.header-subnav__item:nth-child(n+2) {
  margin-top: 10px;
}
.header-subnav__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #DB667A;
  border-right: solid 2px #DB667A;
  transform: rotate(45deg);
  margin: 0 5px 2px -2px;
}
.header-subnav__item a:hover {
  color: #DB667A;
}
.header-menber {
  margin-top: 15px;
  width: 210px;
}
.header-menber a {
  position: relative;
  display: block;
  height: 50px;
  background: #496991;
  border-radius: 8px;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 17px;
  color: #fff;
  line-height: 1;
}
.header-menber a:hover {
  background: #134470;
}
.header-menber p,
.header-menber .icon {
  position: absolute;
}
.header-menber p {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 48%;
}
.header-menber .icon {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  right: 18px;
}

.header-mobile {
  display: none;
}

footer {
  width: 100%;
}

.footer-copylight {
  background: #F5F5F5;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
}

body#top .container {
  background: url(../images/bg_top01.png) no-repeat;
  background-size: 120%;
  background-position: 50% 380px;
}

.top-mv {
  position: relative;
  height: 730px;
}
.top-mv figure {
  width: 100%;
}
.top-mv figure img.mv {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.top-mv figcaption {
  width: 168px;
  position: absolute;
  right: 40px;
  bottom: 10px;
}
.top-mv .top-mv-illust {
  width: 220px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.top-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.top-intro-text {
  flex: 1;
  margin-right: 4%;
}
.top-intro-text p {
  line-height: 1.8;
}
.top-intro-text p + p {
  margin-top: 0.8em;
}
.top-intro-text__name {
  text-align: right;
}
.top-intro-text__name span {
  margin-right: 1em;
}
.top-intro-illust {
  width: 27%;
  max-width: 340px;
}

.top-2column-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.top-2column-box {
  width: 48.4%;
  background-color: #fff;
  border-radius: 25px;
  -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.top-2column-box__title {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  background-color: #F5EDDD;
  border-radius: 25px 25px 0 0;
  line-height: 1;
  padding-left: 30px;
}
.top-2column-box__title .title {
  font-size: 20px;
  font-weight: 500;
  color: #77746D;
}
.top-2column-box__title .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #77746D;
  font-weight: 500;
}
.top-2column-box__title .link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #77746D;
  border-right: solid 2px #77746D;
  transform: rotate(45deg);
  margin: 0 0 2px 5px;
  transition: all 0.1s linear;
}
.top-2column-box__title .link-column {
  right: 132px;
}
.top-2column-box__title .link-news {
  right: 90px;
}
.top-2column-box__title .link:hover {
  color: #DB667A;
}
.top-2column-box__title .link:hover::after {
  border-top: solid 2px #DB667A;
  border-right: solid 2px #DB667A;
}
.top-2column-box__title .illust {
  position: absolute;
}
.top-2column-box__title .illust-column {
  width: 104px;
  bottom: -10px;
  right: 17px;
}
.top-2column-box__title .illust-news {
  width: 72px;
  bottom: -5px;
  right: 10px;
}

.top-column-list-inner {
  margin: 30px 15px 30px 30px;
  height: 310px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F5EDDD #fff;
}

.top-column-list {
  margin-right: 10px;
}
.top-column-list__item a {
  display: flex;
  line-height: 1.4;
}
.top-column-list__item a:link {
  text-decoration: none;
}
.top-column-list__item a .date {
  width: 6em;
  font-weight: 500;
  color: #DB667A;
}
.top-column-list__item a .title {
  flex: 1;
}
.top-column-list__item a.nolink {
  pointer-events: none;
}
.top-column-list__item:nth-child(n+2) {
  margin-top: 1em;
}

.top-banners-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.top-banners-list__item {
  width: 23.25%;
  transition: opacity 0.3s linear;
}
.top-banners-list__item img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}
.top-banners-list__item:hover {
  opacity: 0.75;
}

.emergency-tel-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.emergency-tel {
  width: 600px;
  background: #FEDFDF;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  padding: 25px;
  margin-right: 4%;
}
.emergency-tel__title {
  background: #DB667A;
  border-radius: 50vh;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 0.8em;
}
.emergency-tel__tel-note {
  font-size: 1.25rem;
}
.emergency-tel__number {
  margin-top: 15px;
}
.emergency-tel__number a {
  display: flex;
  justify-content: center;
}
.emergency-tel__number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
  color: #C70022;
  line-height: 1;
}
.emergency-tel__number span:nth-child(n+2) {
  margin-left: 10px;
}
.emergency-tel__subnumber, .emergency-tel__time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emergency-tel__subnumber {
  font-size: 1.125rem;
  margin-top: 0.5em;
}
.emergency-tel__subnumber .tel {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.875rem;
  font-weight: 500;
  color: #C70022;
  margin-left: 0.5em;
}
.emergency-tel__time {
  border-top: solid 1px #fff;
  font-size: 1.25rem;
  padding-top: 20px;
  margin-top: 18px;
}
.emergency-tel__time .title {
  color: #C70022;
  margin-right: 0.8em;
}
.emergency-tel__time .time span:nth-child(2)::before {
  content: "／";
}

.emergency-text {
  flex: 1;
}

main .emergency-tel a {
  text-decoration: none;
}

.article-title {
  line-height: 1.4;
}
.article-title__date {
  font-size: 1.125rem;
  font-weight: 600;
  color: #DB667A;
}
.article-title__title {
  font-size: 2.25rem;
  font-weight: 500;
}

.article-contents {
  margin-top: 5%;
}
.article-contents p + p {
  margin-top: 0.8em;
}
.article-contents .common-hd01:nth-child(n+2) {
  margin-top: 5%;
}
.article-contents img {
  width: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-contents .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.article-contents a:link {
  text-decoration: underline;
  color: #DB667A;
}
.article-contents a:hover, .article-contents a:active {
  color: #DB667A;
}
.article-contents ol {
  padding-left: 30px;
}
.article-contents ol li {
  list-style: decimal;
}
.article-contents ul {
  padding-left: 30px;
}
.article-contents ul li {
  list-style: disc;
}
.article-contents p + ol,
.article-contents p + ul,
.article-contents ul + p,
.article-contents ol + p,
.article-contents ul + ul,
.article-contents ol + ol,
.article-contents ul + ol,
.article-contents ol + ul {
  margin-top: 0.5em;
}

.article-writer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5em;
}
.article-writer__department {
  font-weight: 500;
}
.article-writer__name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 1em;
}

.article-pagenav {
  display: flex;
  justify-content: flex-end;
  border-top: solid 1px #DB667A;
  padding-top: 1em;
  margin-top: 5%;
}
.article-pagenav li {
  color: #9f9f9f;
}
.article-pagenav li:nth-child(n+2) {
  margin-left: 35px;
}
.article-pagenav a {
  color: #333;
  text-decoration: underline;
}

.member-list th,
.member-list td,
.member-type th,
.member-type td {
  border: solid 1px #ccc;
  line-height: 1.4;
  padding: 8px 12px;
}
.member-list tr th:first-child,
.member-list tr td:first-child,
.member-type tr th:first-child,
.member-type tr td:first-child {
  border-left: none;
}
.member-list tr th:last-child,
.member-list tr td:last-child,
.member-type tr th:last-child,
.member-type tr td:last-child {
  border-right: none;
}
.member-list th,
.member-type th {
  background: #F5EDDD;
  white-space: nowrap;
}
.member-list td.cost span,
.member-type td.cost span {
  display: inline-block;
  width: 5em;
  text-align: right;
}

.member-list {
  width: 100%;
  margin-top: 0.5em;
}
.member-list th {
  text-align: center;
  vertical-align: top;
}
.member-list a:link {
  text-decoration: underline;
}

.member-type {
  width: auto;
  margin: 1em 0;
}
.member-type th,
.member-type td {
  vertical-align: middle;
}

.member-form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 60px;
  border: solid 1px #DB667A;
  color: #DB667A;
  transition: all 0.3s linear;
}
.btn-dl span {
  position: relative;
  padding-right: 24px;
}
.btn-dl span::after {
  position: absolute;
  content: url(../images/Icon_pdf01.svg);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 58%;
  right: 0;
}
.btn-dl:hover {
  background: #DB667A;
  color: #fff;
}
.btn-dl:hover span::after {
  content: url(../images/Icon_pdf02.svg);
}

.okaped-list-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
.okaped-list-note br {
  display: none;
}
.okaped-list-note img {
  width: 28px;
  margin-right: 5px;
}

.table-note {
  text-align: right;
  margin: 1em 0 10px 0;
}

.common-accordion01 {
  position: relative;
}
.common-accordion01 + .common-accordion01 {
  margin-top: 20px;
}
.common-accordion01 .toggle-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5EDDD;
  height: 60px;
  font-size: 1.25rem;
  color: #DB667A;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  padding-left: 15px;
}
.common-accordion01 .toggle-title .toggle-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: #F5EDDD;
  display: block;
  width: 70px;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.common-accordion01 .toggle-title .toggle-btn:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 36px;
  border-radius: 5px;
  content: "開く";
  background: #DB667A;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-indent: 0;
}
.common-accordion01 .toggle-title.selected .toggle-btn:before {
  content: "閉じる";
}
.common-accordion01 dd {
  position: relative;
  display: none;
  height: auto;
  padding-bottom: 20px;
}

.okaped-list {
  width: 100%;
}
.okaped-list th,
.okaped-list td {
  line-height: 1.4;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #CFCFCF;
}
.okaped-list td {
  padding-left: 1em;
}
.okaped-list .hospital {
  font-weight: 500;
  width: 25%;
}
.okaped-list .hospital span {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.okaped-list .hospital span::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.okaped-list .hospital span.on::before {
  content: url(../images/icon_member-mark.svg);
}
.okaped-list .hospital a {
  text-decoration: underline;
}
.okaped-list .address {
  width: 35%;
}
.okaped-list .tel {
  width: 15%;
  white-space: nowrap;
}
.okaped-list .fax {
  width: 15%;
  white-space: nowrap;
}
.okaped-list .web {
  width: 80px;
  padding: 0 12px;
  text-align: right;
}
.okaped-list .web .btn-web {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 36px;
  font-weight: 500;
  line-height: 1;
  border: solid 2px #DB667A;
  box-sizing: border-box;
  color: #DB667A;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 0 0 auto;
}

.column-list__item {
  display: block;
  background: #FBF8F4;
  border-radius: 15px;
  padding: 26px 30px 30px 30px;
}
.column-list__item:nth-child(n+2) {
  margin-top: 3%;
}
.column-list__item:hover {
  background: #F5EDDD;
}
.column-list__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.column-list__title .column-date {
  display: flex;
  align-items: center;
  color: #DB667A;
  font-weight: 600;
  white-space: nowrap;
  margin: 4px 0 0 0.8em;
  /*span {
    background: $base-color03;
    font-size: $fs14px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 4px 5px;
    margin-right: 5px;
  }*/
}
.column-list__title .column-title {
  flex: 1;
  font-size: 1.375rem;
  font-weight: 500;
}
.column-list__text span {
  font-weight: 600;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  margin: 50px auto 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #DB667A;
  border-radius: 50vh;
  border: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background: #C70022;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  background: none;
  border-radius: 0;
  border: none;
  font-size: 0;
  position: relative;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::before, .wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #DB667A;
  border-left: solid 2px #DB667A;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.previouspostslink::after {
  left: calc(50% + 6px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wp-pagenavi a.previouspostslink::after {
  left: calc(50% - 2px);
}
.wp-pagenavi a.nextpostslink::before, .wp-pagenavi a.nextpostslink::after {
  left: calc(50% - 6px);
  transform: translate(-50%, -50%) rotate(135deg);
}
.wp-pagenavi a.nextpostslink::after {
  left: calc(50% + 2px);
}
.wp-pagenavi span.current {
  background: #CFD5DA;
  border: none;
  color: #333;
  font-weight: bold;
}
.wp-pagenavi span.pages {
  background: none;
  font-size: 1rem;
  color: #333;
  margin-right: 10px;
}
.wp-pagenavi span.current {
  font-weight: 600;
}

.care-link-button {
  position: relative;
  display: inline-block;
  background: #DB667A;
  padding: 18px 35px;
  border-radius: 50vh;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 1em;
  transition: all 0.3s linear;
}
.care-link-button:hover {
  background: #C2436F;
}
.care-link-button span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.care-link-button span::after {
  position: absolute;
  content: url(../images/icon_link01.svg);
  top: 1px;
  right: 0;
}

.care-list {
  width: 100%;
}
.care-list th,
.care-list td {
  line-height: 1.4;
  vertical-align: top;
}
.care-list tr:last-child th,
.care-list tr:last-child td {
  border-bottom: solid 1px #CFCFCF;
}
.care-list th {
  font-size: 1.25rem;
  color: #DB667A;
  white-space: nowrap;
  border-top: solid 1px #CFCFCF;
  padding: 22px 25px 25px 0;
}
.care-list__hosp-info {
  border-top: solid 1px #CFCFCF;
  padding: 25px 0;
}
.care-list__hosp-info .hospital {
  font-weight: 600;
}
.care-list__hosp-info .hospital span {
  font-size: 0.875rem;
  font-weight: normal;
}
.care-list__hosp-info .hospital a {
  padding-right: 47px;
  text-decoration: underline;
}
.care-list__hosp-info .hospital a::after {
  content: "WEB";
  display: inline-block;
  width: 40px;
  padding: 4px;
  background: #DB667A;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin-left: 7px;
}
.care-list__hosp-info .address {
  margin-top: 5px;
}
.care-list__hosp-info .tel {
  margin-top: 3px;
}
.care-list__detail {
  width: 60%;
  border-top: solid 1px #CFCFCF;
  padding: 25px 0 25px 1em;
}
.care-list__detail dl {
  display: flex;
}
.care-list__detail dl dt {
  color: #DB667A;
  white-space: nowrap;
  margin-right: 1em;
}
.care-list__detail dl dt:nth-child(n+2) {
  margin-left: 2em;
}
.care-list__detail dl:first-child dd:last-child {
  white-space: nowrap;
}
.care-list__detail dl + dl {
  margin-top: 5px;
}

.hospital-list {
  width: 100%;
  margin-top: 5px;
}
.hospital-list th,
.hospital-list td {
  line-height: 1.3;
  border: solid 1px #ccc;
  padding: 8px 10px;
}
.hospital-list tr th:first-child,
.hospital-list tr td:first-child {
  border-left: none;
}
.hospital-list tr th:last-child,
.hospital-list tr td:last-child {
  border-right: none;
}
.hospital-list th {
  text-align: center;
  background: #FBF8F4;
}
.hospital-list td.hospital a {
  text-decoration: underline;
}
.hospital-list td.hospital a::after {
  content: url(../images/icon_link02.svg);
  display: inline-block;
  margin: 0 0 0 3px;
}
.hospital-list td.tel {
  width: 12em;
  text-align: center;
  white-space: nowrap;
}

.news-list__item {
  border-top: solid 1px #CFCFCF;
  line-height: 1.4;
}
.news-list__item:last-child {
  border-bottom: solid 1px #CFCFCF;
}
.news-list__item a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.news-list__item a .news-date {
  width: 6em;
  font-weight: 600;
  color: #DB667A;
}
.news-list__item a .news-title {
  width: calc(100% - 6em);
  text-decoration: underline;
  padding-left: 14px;
}
.news-list__item a:hover {
  background: #FBF8F4;
}
.news-list__item a.nolink {
  pointer-events: none;
}
.news-list__item a.nolink .news-title {
  text-decoration: none;
}

.link-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-list-inner .common-link-list {
  width: 48%;
}
.link-list-inner .common-link-list__item a {
  min-height: 65px;
}

.disclaimer {
  line-height: 1.8;
}
.disclaimer p + p {
  margin-top: 0.8em;
}

.member-login-text {
  font-weight: 500;
  text-align: center;
}

.member-login-box {
  width: 90%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background: #FEDFDF;
  padding: 40px 45px;
  border-radius: 20px;
  margin: 30px auto 0 auto;
}
.member-login-box__input {
  display: flex;
  flex-direction: column;
}
.member-login-box__input label {
  font-weight: 600;
  margin-bottom: 4px;
}
.member-login-box__input input {
  width: 100%;
  background: #fff;
  padding: 4px 18px;
  border-radius: 50vh;
}
.member-login-box__input + .member-login-box__input {
  margin-top: 20px;
}
.member-login-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  background: #DB667A;
  border-radius: 50vh;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 40px auto 0 auto;
}

.error-msg p {
  font-size: 1.125rem;
  text-align: center;
}

.hd-error {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1200px) {
  #wrapper {
    flex-direction: column;
  }
  .container {
    width: 100%;
    min-height: calc(100vh - 135px);
  }
  .main-inner {
    max-width: 100%;
    margin: 0 40px 5% 40px;
  }
  .header-wrap {
    width: 100%;
  }
  .header {
    width: 100%;
    height: 135px;
    background: #fff;
    position: relative;
    overflow-y: inherit;
  }
  .header-inner {
    position: relative;
    width: 100%;
    height: 135px;
    margin: 0;
  }
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 220px;
  }
  .header-nav-logo {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
  .header-gnav {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
  .header-gnav__item {
    width: 100%;
  }
  .header-gnav__item a br {
    display: none;
  }
  .header-gnav__item:first-child {
    display: block;
  }
  .header-buttons {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .header-buttons__item:nth-child(n+2) {
    margin: 0 0 0 15px;
  }
  .header-subnav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .header-subnav__item:nth-child(n+2) {
    margin: 0 0 0 35px;
  }
  .header-menber {
    margin: 30px auto 0 auto;
  }
  .header-menber a {
    height: 70px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    position: fixed;
    width: 80px;
    height: 80px;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99999;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 48px;
    height: 5px;
    left: 16px;
    background: #DB667A;
    border-radius: 50vh;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 21px;
  }
  .hamburger span:nth-child(2) {
    top: 38px;
  }
  .hamburger span:nth-child(3) {
    top: 55px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    background: #F5EDDD;
  }
  .hamburger.active span:nth-child(1) {
    top: 37px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 37px;
    transform: rotate(45deg);
  }
  .nav {
    background: #F5EDDD;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    text-align: center;
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    pointer-events: none;
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
    padding: 21px 30px 30px 30px;
  }
  .nav-inner {
    position: relative;
    height: 100vh;
  }
  /* このクラスを、jQueryで付与・削除する */
  .nav.active {
    pointer-events: auto;
    display: block;
    opacity: 1;
  }
  /* ---------------------------------------------------- */
}
@media screen and (max-width: 920px) {
  .main-inner {
    margin: 0 30px 5% 30px;
  }
  .page-title__pic img {
    height: 350px;
    border-radius: 30px;
  }
  .page-title__text {
    bottom: 0;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    font-size: 40px;
    border-radius: 0 20px 0 0;
    padding: 15px 20px;
  }
  .page-title__small {
    font-size: 32px;
  }
  .top-mv {
    height: 620px;
  }
  .top-mv figure img.mv {
    height: 600px;
    border-radius: 30px;
  }
  .top-mv figcaption {
    width: 150px;
    right: 30px;
  }
  .top-mv .top-mv-illust {
    width: 200px;
    left: 20px;
  }
  .top-2column-inner {
    flex-direction: column;
  }
  .top-2column-box {
    width: 100%;
  }
  .top-2column-box:nth-child(n+2) {
    margin-top: 4%;
  }
  .top-column-list-inner {
    height: auto;
    max-height: 300px;
  }
  .emergency-tel-inner {
    flex-direction: column;
    justify-content: center;
  }
  .emergency-tel {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin-right: 0;
  }
  .emergency-tel__title {
    font-size: 1.625rem;
  }
  .emergency-tel__tel-note {
    font-size: 1.125rem;
  }
  .emergency-tel__number span {
    width: 62px;
    height: 62px;
    border-radius: 4px;
    font-size: 56px;
  }
  .emergency-tel__subnumber {
    font-size: 1rem;
  }
  .emergency-tel__subnumber .tel {
    font-size: 1.75rem;
  }
  .emergency-tel__time {
    font-size: 1rem;
    padding-top: 15px;
    margin-top: 12px;
  }
  .emergency-text {
    margin-top: 4%;
  }
  .member-form-wrap {
    margin-top: 20px;
  }
  .member-form-wrap .btn-dl:nth-child(n+3) {
    margin-top: 2.8%;
  }
  .btn-dl {
    width: 48.6%;
  }
  .care-list__detail {
    width: 50%;
  }
  .care-list__detail dl {
    flex-wrap: wrap;
  }
  .care-list__detail dl dt {
    margin-right: 0;
  }
  .care-list__detail dl dt:nth-child(n+2) {
    margin: 5px 0 0 0;
  }
  .care-list__detail dl dd {
    width: 100%;
  }
  .hospital-list {
    width: 100%;
    margin-top: 5px;
  }
  .hospital-list th,
  .hospital-list td {
    padding: 6px;
  }
  .hospital-list td.tel {
    width: auto;
    white-space: nowrap;
  }
  /* ---------------------------------------------------- */
}
@media screen and (max-width: 600px) {
  .container {
    min-height: calc(100vh - 100px);
  }
  .main-inner {
    margin: 0 20px 35px 20px;
  }
  .breadcrumb {
    margin: 10px 0 30px 0;
    box-sizing: border-box;
  }
  .breadcrumb-list {
    font-size: 0.75rem;
  }
  .breadcrumb-list__item:nth-child(n+2)::before {
    margin: 0 5px;
  }
  .common-sec01 + .common-sec01 {
    margin-top: 40px;
  }
  .common-hd01 {
    font-size: 1.375rem;
    padding-bottom: 0.3em;
    margin-bottom: 15px;
  }
  .common-hd02 {
    font-size: 1.25rem;
  }
  .common-link-list__item a {
    height: auto;
    padding: 12px 0;
  }
  .common-link-list__item .bnr {
    width: 100%;
    margin: 5px 0 0 15px;
  }
  .common-link-list__item .pref {
    width: 100%;
  }
  .common-link-list__item .pref + span {
    margin-left: 15px;
  }
  p + .common-link-list {
    margin-top: 1em;
  }
  .page-title__pic img {
    height: 250px;
    border-radius: 20px;
  }
  .page-title__text {
    max-width: 90%;
    min-width: 45%;
    font-size: 30px;
    border-radius: 0 10px 0 0;
    padding: 10px 15px 10px 5px;
  }
  .page-title__small {
    font-size: 22px;
  }
  .header {
    height: 100px;
  }
  .header-inner {
    height: 100px;
  }
  .header-logo {
    width: 150px;
  }
  .header-nav-logo {
    width: 150px;
  }
  .header-gnav {
    margin: 20px auto 0 auto;
  }
  .header-gnav__item a {
    height: 50px;
  }
  .header-buttons {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .header-buttons__item a {
    height: 60px;
  }
  .header-buttons__item:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
  .header-subnav {
    margin-top: 20px;
  }
  .header-subnav__item:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
  .header-menber {
    margin: 20px auto 0 auto;
  }
  .header-menber a {
    height: 60px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    width: 50px;
    height: 50px;
  }
  .hamburger span {
    width: 36px;
    height: 4px;
    left: 7px;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 23px;
  }
  .hamburger span:nth-child(3) {
    top: 34px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 23px;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 23px;
  }
  .nav {
    padding: 18px 20px 20px 20px;
  }
  .footer-copylight {
    font-size: 0.875rem;
    padding: 12px 0;
  }
  body#top .container {
    background-size: 130%;
    background-position: 50% 290px;
  }
  .top-mv {
    height: 415px;
  }
  .top-mv figure img.mv {
    height: 390px;
    border-radius: 15px;
  }
  .top-mv figcaption {
    width: 100px;
    right: 18px;
    bottom: 15px;
  }
  .top-mv .top-mv-illust {
    width: 125px;
    left: 15px;
  }
  .top-intro {
    flex-direction: column;
  }
  .top-intro-text {
    width: 100%;
    margin-right: 0;
  }
  .top-intro-text p {
    line-height: 1.8;
  }
  .top-intro-text p + p {
    margin-top: 0.8em;
  }
  .top-intro-text__name span {
    display: block;
    margin-right: 0;
  }
  .top-intro-illust {
    width: 70%;
    margin-top: 10px;
  }
  .top-2column-inner {
    margin-top: 30px;
  }
  .top-2column-box {
    border-radius: 15px;
  }
  .top-2column-box:nth-child(n+2) {
    margin-top: 25px;
  }
  .top-2column-box__title {
    height: 50px;
    border-radius: 15px 15px 0 0;
    padding-left: 15px;
  }
  .top-2column-box__title .title {
    font-size: 18px;
  }
  .top-2column-box__title .link-column {
    right: 88px;
  }
  .top-2column-box__title .link-news {
    right: 72px;
  }
  .top-2column-box__title .illust-column {
    width: 75px;
    bottom: -5px;
    right: 4px;
  }
  .top-2column-box__title .illust-news {
    width: 58px;
    bottom: -5px;
    right: 5px;
  }
  .top-column-list-inner {
    margin: 18px 10px 18px 18px;
  }
  .top-column-list {
    margin-right: 10px;
  }
  .top-column-list__item a {
    flex-direction: column;
  }
  .top-column-list__item a .date {
    font-size: 0.9375rem;
  }
  .top-column-list__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .top-banners-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .top-banners-list__item {
    width: 48%;
  }
  .top-banners-list__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .column-list {
    padding-top: 5px;
  }
  .column-list__item {
    padding: 14px 18px 18px 18px;
  }
  .column-list__item:nth-child(n+2) {
    margin-top: 15px;
  }
  .column-list__title {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
  .column-list__title .column-date {
    order: 1;
    font-size: 0.875rem;
    margin: 0;
  }
  .column-list__title .column-title {
    order: 2;
    font-size: 1.125rem;
  }
  .column-list__text {
    font-size: 0.875rem;
  }
  .column-list__text span {
    font-size: 1rem;
  }
  .wp-pagenavi {
    margin: 25px auto 0 auto;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin: 0 4px;
  }
  main .wp-pagenavi a {
    text-decoration: none;
  }
  .member-list th,
  .member-list td {
    padding: 4px 5px;
    line-height: 1.3;
    font-size: 13px;
  }
  .member-list tr td:nth-child(1) {
    white-space: nowrap;
  }
  .member-type th,
  .member-type td {
    padding: 6px 10px;
  }
  .member-type td.cost span {
    display: block;
    width: auto;
    text-align: left;
  }
  .member-form-wrap .btn-dl:nth-child(n+2) {
    margin-top: 15px;
  }
  .btn-dl {
    width: 100%;
  }
  .okaped-list-note {
    align-items: flex-start;
  }
  .okaped-list-note br {
    display: block;
  }
  .okaped-list-note img {
    width: 24px;
  }
  .okaped-list-note span {
    display: block;
    margin-left: 29px;
  }
  .table-note {
    font-size: 0.9375rem;
    margin: 1em 0 8px 0;
  }
  .common-accordion01 + .common-accordion01 {
    margin-top: 10px;
  }
  .common-accordion01 .toggle-title {
    height: 44px;
    font-size: 1.125rem;
    padding-left: 10px;
  }
  .common-accordion01 .toggle-title .toggle-btn {
    right: 7px;
    width: 64px;
  }
  .common-accordion01 .toggle-title .toggle-btn:before {
    width: 64px;
    height: 30px;
    font-size: 0.9375rem;
  }
  .common-accordion01 dd {
    padding-bottom: 5px;
  }
  .okaped-list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .okaped-list th,
  .okaped-list td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
  }
  .okaped-list td {
    padding-left: 0;
  }
  .okaped-list .hospital {
    order: 1;
    width: calc(100% - 71px);
    font-size: 1.0625rem;
    padding: 10px 5px 3px 0;
  }
  .okaped-list .hospital span::before {
    display: none;
  }
  .okaped-list .hospital span.on::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icon_member-mark.svg) no-repeat;
    background-size: 100%;
    margin-left: 5px;
  }
  .okaped-list .address {
    order: 3;
    width: 100%;
    padding: 0 0 2px 0;
  }
  .okaped-list .tel {
    order: 4;
    width: 10em;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #CFCFCF;
  }
  .okaped-list .fax {
    order: 5;
    width: calc(100% - 10em);
    padding: 0 0 10px 0;
    border-bottom: solid 1px #CFCFCF;
  }
  .okaped-list .web {
    order: 2;
    width: 64px;
    padding: 8px 7px 3px 0;
  }
  .okaped-list .web .btn-web {
    width: 64px;
    height: 30px;
    font-size: 0.9375rem;
  }
  .emergency-tel {
    padding: 15px;
    border-radius: 16px;
    margin-top: 5px;
  }
  .emergency-tel__title {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
  }
  .emergency-tel__number {
    margin-top: 10px;
  }
  .emergency-tel__number span {
    width: 48px;
    height: 48px;
    font-size: 44px;
  }
  .emergency-tel__number span:nth-child(n+2) {
    margin-left: 8px;
  }
  .emergency-tel__subnumber, .emergency-tel__time {
    flex-direction: column;
  }
  .emergency-tel__subnumber {
    font-size: 1rem;
    margin-top: 10px;
  }
  .emergency-tel__subnumber .tel {
    font-size: 1.5em;
    margin-left: 0;
  }
  .emergency-tel__time {
    font-size: 1rem;
    padding-top: 10px;
    margin-top: 6px;
  }
  .emergency-tel__time .title {
    margin-right: 0;
  }
  .emergency-tel__time .time span {
    display: block;
  }
  .emergency-tel__time .time span:nth-child(2)::before {
    content: none;
  }
  .emergency-text {
    margin-top: 15px;
  }
  .article-title__date {
    font-size: 1rem;
  }
  .article-title__title {
    font-size: 1.625rem;
  }
  .article-contents {
    margin-top: 25px;
  }
  .article-contents .common-hd01:nth-child(n+2) {
    margin-top: 25px;
  }
  .article-writer {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: 1em;
  }
  .article-writer__name {
    margin-left: 0;
  }
  .article-pagenav {
    justify-content: space-between;
    padding-top: 12px;
    margin-top: 20px;
  }
  .article-pagenav a {
    font-size: 0.9375rem;
  }
  .article-pagenav a:nth-child(n+2) {
    margin-left: 0;
  }
  .care-link-button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 1em auto;
  }
  .care-list tr {
    display: flex;
    flex-direction: column;
  }
  .care-list th {
    width: 100%;
    border-top: none;
    background: #DB667A;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1;
    padding: 8px 8px;
    margin-top: -1px;
  }
  .care-list tr:first-child th {
    margin-top: 0;
  }
  .care-list tr:last-child th,
  .care-list tr:last-child td {
    border-bottom: none;
  }
  .care-list__hosp-info {
    width: 100%;
    border-top: none;
    padding: 12px 0 0 0;
  }
  .care-list__hosp-info .hospital {
    font-size: 1.0625rem;
  }
  .care-list__hosp-info .hospital span {
    font-size: 0.8125em;
  }
  .care-list__hosp-info .hospital a::after {
    width: 40px;
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 7px;
  }
  .care-list__detail {
    width: 100%;
    padding: 10px 0 12px 0;
    border-top: none;
    border-bottom: solid 1px #CFCFCF;
  }
  .care-list__detail dl + dl {
    margin-top: 5px;
  }
  .hospital-list th,
  .hospital-list td {
    font-size: 14px;
    padding: 5px 6px;
  }
  .news-list {
    padding-top: 5px;
  }
  .news-list__item a {
    padding: 12px 0;
  }
  .news-list__item a .news-date {
    width: 100%;
    font-size: 0.9rem;
  }
  .news-list__item a .news-title {
    width: 100%;
    padding-left: 0;
  }
  .link-list-inner {
    padding-top: 5px;
  }
  .link-list-inner .common-link-list {
    width: 100%;
  }
  .link-list-inner .common-link-list__item a {
    min-height: 50px;
  }
  .link-list-inner .common-link-list:nth-child(n+2) .common-link-list__item:first-child {
    border-top: none;
  }
  .member-login-text {
    text-align: left;
  }
  .member-login-box {
    width: 100%;
    padding: 30px 35px;
    margin: 20px auto 0 auto;
  }
  .member-login-box__input + .member-login-box__input {
    margin-top: 15px;
  }
  .member-login-box__btn {
    margin: 30px auto 0 auto;
  }
  /* ---------------------------------------------------- */
}
@media print {
  body {
    zoom: 55%;
  }
  .main-inner {
    margin: 30px 30px 30px 50px;
  }
}
/* * 必要であれば以下にテーマ独自の追加スタイルを記述
 */
@font-face {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-family: "Noto sanSerif JP", "Noto Sans JP", sans-serif, sanSerif;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: "Noto Serif JP", serif;
}
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic";
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-align: center;
  color: #333;
}

body {
  position: relative;
}

a {
  transition: all 0.3s linear;
}

img {
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a[href*="tel:"]:link {
    color: #fff;
  }
}
.common-sec01 + .common-sec01 {
  margin-top: 70px;
}

.common-hd01 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #DB667A;
  line-height: 1.3;
  border-bottom: solid 2px #DB667A;
  padding-bottom: 0.4em;
  margin-bottom: 45px;
}

.common-hd02 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #DB667A;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

p + .common-hd02,
ol + .common-hd02,
ul + .common-hd02 {
  margin-top: 1em;
}

.common-table01 {
  width: 100%;
  line-height: 1.4;
}

.common-table01 td,
.common-table01 th {
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
}

.common-table01 th {
  border-top: solid 1px #ccc;
}

.common-table01 tr th:first-child,
.common-table01 tr td:first-child {
  border-left: none;
}

.common-list01__item {
  list-style: disc;
  margin-left: 25px;
}

.common-link-list__item {
  border-top: solid 1px #CFCFCF;
  line-height: 1.4;
}

.common-link-list__item:last-child {
  border-bottom: solid 1px #CFCFCF;
}

.common-link-list__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 74px;
  padding: 10px 0;
}

.common-link-list__item a .link-title {
  position: relative;
  padding-left: 14px;
}

.common-link-list__item a .link-title::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #DB667A;
  border-right: solid 2px #DB667A;
  transform: rotate(45deg);
}

.common-link-list__item a:hover {
  background: #FBF8F4;
}

.common-link-list__item a .link-note {
  width: 100%;
  font-size: 0.95em;
  margin: 0 0 0 30px;
  text-indent: -1em;
}

.common-link-list__item a .link-note:before {
  content: "※";
}

.common-link-list__item .bnr {
  margin-left: 10px;
}

.common-link-list__item .bnr img {
  width: auto;
  height: 25px;
}

.common-link-list__item .pref {
  width: 10.5em;
  white-space: nowrap;
  color: #DB667A;
  font-weight: 500;
}

p + .common-link-list {
  margin-top: 30px;
}

.page-title {
  position: relative;
}

.page-title__pic img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

.page-title__text {
  min-width: 250px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  background: #fff;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 28px;
}

.page-title__small {
  font-size: 40px;
}

.breadcrumb {
  margin: 25px 0 70px 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #F5EDDD #fff;
}

.breadcrumb-list {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.breadcrumb-list__item {
  white-space: nowrap;
}

.breadcrumb-list__item:nth-child(n+2)::before {
  content: ">";
  margin: 0 10px;
}

.breadcrumb-list__item a {
  text-decoration: underline;
}

.breadcrumb-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #69A4DB;
}

.common-link01 {
  text-decoration: underline;
  color: #DB667A;
}

.common-link01:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.text-note {
  margin-left: 1em;
  text-indent: -1em;
}

.text-note:before {
  content: "※";
}

.mt-1em {
  margin-top: 1em;
}

#wrapper {
  width: 100%;
  display: flex;
  min-width: 0;
}

.container {
  width: calc(100% - 250px);
  min-height: 100vh;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  text-align: left;
  line-height: 1.6;
}

.main-inner {
  width: auto;
  max-width: 1200px;
  margin: 5% auto;
  min-width: 0;
}

@media screen and (max-width: 1500px) {
  .main-inner {
    margin: 5% 60px;
  }
}
.header-wrap {
  width: 250px;
}

.header {
  width: 250px;
  height: 100%;
  background: #F5EDDD;
  text-align: center;
  position: fixed;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E3DED4 #F5EDDD;
}

.header-inner {
  width: 210px;
  margin: 45px 0 20px 20px;
}

.header-logo {
  width: 170px;
  margin: 0 auto;
}

.header-nav-logo {
  display: none;
}

.header-gnav {
  width: 100%;
  margin-top: 30px;
}

.header-gnav__item {
  width: 100%;
}

.header-gnav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  border-top: dotted 1px #6A5A37;
}

.header-gnav__item a:hover, .header-gnav__item a:active {
  color: #DB667A;
}

.header-gnav__item:last-child a {
  border-bottom: dotted 1px #6A5A37;
}

.header-gnav__item:first-child {
  display: none;
}

.header-buttons {
  margin-top: 25px;
}

.header-buttons__item:nth-child(n+2) {
  margin-top: 12px;
}

.header-buttons__item a {
  width: 210px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 0 12px;
}

.header-buttons__item:nth-child(1) a {
  background: #DB667A;
  font-size: 18px;
}

.header-buttons__item:nth-child(1) a:hover {
  background: #C2436F;
}

.header-buttons__item:nth-child(1) .icon {
  width: 31px;
}

.header-buttons__item:nth-child(2) a {
  background: #569797;
  font-size: 18px;
  padding: 0 10px 0 12px;
}

.header-buttons__item:nth-child(2) a span {
  display: block;
  font-size: 14px;
}

.header-buttons__item:nth-child(2) a:hover {
  background: #0E7474;
}

.header-buttons__item:nth-child(2) .icon {
  width: 40px;
}

.header-subnav {
  text-align: left;
  margin-top: 15px;
}

.header-subnav__item {
  font-weight: 500;
  line-height: 1.2;
}

.header-subnav__item:nth-child(n+2) {
  margin-top: 10px;
}

.header-subnav__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #DB667A;
  border-right: solid 2px #DB667A;
  transform: rotate(45deg);
  margin: 0 5px 2px -2px;
}

.header-subnav__item a:hover {
  color: #DB667A;
}

.header-menber {
  margin-top: 15px;
  width: 210px;
}

.header-menber a {
  position: relative;
  display: block;
  height: 50px;
  background: #496991;
  border-radius: 8px;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  letter-spacing: 0;
  font-size: 17px;
  color: #fff;
  line-height: 1;
}

.header-menber a:hover {
  background: #134470;
}

.header-menber p,
.header-menber .icon {
  position: absolute;
}

.header-menber p {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 48%;
}

.header-menber .icon {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  right: 18px;
}

.header-mobile {
  display: none;
}

footer {
  width: 100%;
}

.footer-copylight {
  background: #F5F5F5;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
}

body#top .container {
  background: url(../images/bg_top01.png) no-repeat;
  background-size: 120%;
  background-position: 50% 380px;
}

.top-mv {
  position: relative;
  height: 730px;
}

.top-mv figure {
  width: 100%;
}

.top-mv figure img.mv {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

.top-mv figcaption {
  width: 168px;
  position: absolute;
  right: 40px;
  bottom: 10px;
}

.top-mv .top-mv-illust {
  width: 220px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.top-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.top-intro-text {
  flex: 1;
  margin-right: 4%;
}

.top-intro-text p {
  line-height: 1.8;
}

.top-intro-text p + p {
  margin-top: 0.8em;
}

.top-intro-text__name {
  text-align: right;
}

.top-intro-text__name span {
  margin-right: 1em;
}

.top-intro-illust {
  width: 27%;
  max-width: 340px;
}

.top-2column-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.top-2column-box {
  width: 48.4%;
  background-color: #fff;
  border-radius: 25px;
  -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.top-2column-box__title {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  background-color: #F5EDDD;
  border-radius: 25px 25px 0 0;
  line-height: 1;
  padding-left: 30px;
}

.top-2column-box__title .title {
  font-size: 20px;
  font-weight: 500;
  color: #77746D;
}

.top-2column-box__title .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #77746D;
  font-weight: 500;
}

.top-2column-box__title .link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #77746D;
  border-right: solid 2px #77746D;
  transform: rotate(45deg);
  margin: 0 0 2px 5px;
  transition: all 0.1s linear;
}

.top-2column-box__title .link-column {
  right: 132px;
}

.top-2column-box__title .link-news {
  right: 90px;
}

.top-2column-box__title .link:hover {
  color: #DB667A;
}

.top-2column-box__title .link:hover::after {
  border-top: solid 2px #DB667A;
  border-right: solid 2px #DB667A;
}

.top-2column-box__title .illust {
  position: absolute;
}

.top-2column-box__title .illust-column {
  width: 104px;
  bottom: -10px;
  right: 17px;
}

.top-2column-box__title .illust-news {
  width: 72px;
  bottom: -5px;
  right: 10px;
}

.top-column-list-inner {
  margin: 30px 15px 30px 30px;
  height: 310px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F5EDDD #fff;
}

.top-column-list {
  margin-right: 10px;
}

.top-column-list__item a {
  display: flex;
  line-height: 1.4;
}

.top-column-list__item a:link {
  text-decoration: none;
}

.top-column-list__item a .date {
  width: 6em;
  font-weight: 500;
  color: #DB667A;
}

.top-column-list__item a .title {
  flex: 1;
}

.top-column-list__item a.nolink {
  pointer-events: none;
}

.top-column-list__item:nth-child(n+2) {
  margin-top: 1em;
}

.top-banners-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.top-banners-list__item {
  width: 23.25%;
  transition: opacity 0.3s linear;
}

.top-banners-list__item img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}

.top-banners-list__item:hover {
  opacity: 0.75;
}

.emergency-tel-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.emergency-tel {
  width: 600px;
  background: #FEDFDF;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  padding: 25px;
  margin-right: 4%;
}

.emergency-tel__title {
  background: #DB667A;
  border-radius: 50vh;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 0.8em;
}

.emergency-tel__tel-note {
  font-size: 1.25rem;
}

.emergency-tel__number {
  margin-top: 15px;
}

.emergency-tel__number a {
  display: flex;
  justify-content: center;
}

.emergency-tel__number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
  color: #C70022;
  line-height: 1;
}

.emergency-tel__number span:nth-child(n+2) {
  margin-left: 10px;
}

.emergency-tel__subnumber, .emergency-tel__time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emergency-tel__subnumber {
  font-size: 1.125rem;
  margin-top: 0.5em;
}

.emergency-tel__subnumber .tel {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.875rem;
  font-weight: 500;
  color: #C70022;
  margin-left: 0.5em;
}

.emergency-tel__time {
  border-top: solid 1px #fff;
  font-size: 1.25rem;
  padding-top: 20px;
  margin-top: 18px;
}

.emergency-tel__time .title {
  color: #C70022;
  margin-right: 0.8em;
}

.emergency-tel__time .time span:nth-child(2)::before {
  content: "／";
}

.emergency-text {
  flex: 1;
}

main .emergency-tel a {
  text-decoration: none;
}

.article-title {
  line-height: 1.4;
}

.article-title__date {
  font-size: 1.125rem;
  font-weight: 600;
  color: #DB667A;
}

.article-title__title {
  font-size: 2.25rem;
  font-weight: 500;
}

.article-contents {
  margin-top: 5%;
}

.article-contents p + p {
  margin-top: 0.8em;
}

.article-contents .common-hd01:nth-child(n+2) {
  margin-top: 5%;
}

.article-contents img {
  width: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.article-contents a:link {
  text-decoration: underline;
  color: #DB667A;
}

.article-contents a:hover, .article-contents a:active {
  color: #DB667A;
}

.article-contents ol {
  padding-left: 30px;
}

.article-contents ol li {
  list-style: decimal;
}

.article-contents ul {
  padding-left: 30px;
}

.article-contents ul li {
  list-style: disc;
}

.article-contents p + ol,
.article-contents p + ul,
.article-contents ul + p,
.article-contents ol + p,
.article-contents ul + ul,
.article-contents ol + ol,
.article-contents ul + ol,
.article-contents ol + ul {
  margin-top: 0.5em;
}

.article-writer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5em;
}

.article-writer__department {
  font-weight: 500;
}

.article-writer__name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 1em;
}

.article-pagenav {
  display: flex;
  justify-content: flex-end;
  border-top: solid 1px #DB667A;
  padding-top: 1em;
  margin-top: 5%;
}

.article-pagenav li {
  color: #9f9f9f;
}

.article-pagenav li:nth-child(n+2) {
  margin-left: 35px;
}

.article-pagenav a {
  color: #333;
  text-decoration: underline;
}

.member-list th,
.member-list td,
.member-type th,
.member-type td {
  border: solid 1px #ccc;
  line-height: 1.4;
  padding: 8px 12px;
}

.member-list tr th:first-child,
.member-list tr td:first-child,
.member-type tr th:first-child,
.member-type tr td:first-child {
  border-left: none;
}

.member-list tr th:last-child,
.member-list tr td:last-child,
.member-type tr th:last-child,
.member-type tr td:last-child {
  border-right: none;
}

.member-list th,
.member-type th {
  background: #F5EDDD;
  white-space: nowrap;
}

.member-list td.cost span,
.member-type td.cost span {
  display: inline-block;
  width: 5em;
  text-align: right;
}

.member-list {
  width: 100%;
  margin-top: 0.5em;
}

.member-list th {
  text-align: center;
  vertical-align: top;
}

.member-list a:link {
  text-decoration: underline;
}

.member-type {
  width: auto;
  margin: 1em 0;
}

.member-type th,
.member-type td {
  vertical-align: middle;
}

.member-form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 60px;
  border: solid 1px #DB667A;
  color: #DB667A;
  transition: all 0.3s linear;
}

.btn-dl span {
  position: relative;
  padding-right: 24px;
}

.btn-dl span::after {
  position: absolute;
  content: url(../images/Icon_pdf01.svg);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 58%;
  right: 0;
}

.btn-dl:hover {
  background: #DB667A;
  color: #fff;
}

.btn-dl:hover span::after {
  content: url(../images/Icon_pdf02.svg);
}

.okaped-list-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}

.okaped-list-note br {
  display: none;
}

.okaped-list-note img {
  width: 28px;
  margin-right: 5px;
}

.table-note {
  text-align: right;
  margin: 1em 0 10px 0;
}

.common-accordion01 {
  position: relative;
}

.common-accordion01 + .common-accordion01 {
  margin-top: 20px;
}

.common-accordion01 .toggle-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5EDDD;
  height: 60px;
  font-size: 1.25rem;
  color: #DB667A;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  padding-left: 15px;
}

.common-accordion01 .toggle-title .toggle-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: #F5EDDD;
  display: block;
  width: 70px;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.common-accordion01 .toggle-title .toggle-btn:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 36px;
  border-radius: 5px;
  content: "開く";
  background: #DB667A;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-indent: 0;
}

.common-accordion01 .toggle-title.selected .toggle-btn:before {
  content: "閉じる";
}

.common-accordion01 dd {
  position: relative;
  display: none;
  height: auto;
  padding-bottom: 20px;
}

.okaped-list {
  width: 100%;
}

.okaped-list th,
.okaped-list td {
  line-height: 1.4;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #CFCFCF;
}

.okaped-list td {
  padding-left: 1em;
}

.okaped-list .hospital {
  font-weight: 500;
  width: 25%;
}

.okaped-list .hospital span {
  display: flex;
  align-items: center;
  min-height: 28px;
}

.okaped-list .hospital span::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.okaped-list .hospital span.on::before {
  content: url(../images/icon_member-mark.svg);
}

.okaped-list .hospital a {
  text-decoration: underline;
}

.okaped-list .address {
  width: 35%;
}

.okaped-list .tel {
  width: 15%;
  white-space: nowrap;
}

.okaped-list .fax {
  width: 15%;
  white-space: nowrap;
}

.okaped-list .web {
  width: 80px;
  padding: 0 12px;
  text-align: right;
}

.okaped-list .web .btn-web {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 36px;
  font-weight: 500;
  line-height: 1;
  border: solid 2px #DB667A;
  box-sizing: border-box;
  color: #DB667A;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 0 0 auto;
}

.column-list__item {
  display: block;
  background: #FBF8F4;
  border-radius: 15px;
  padding: 26px 30px 30px 30px;
}

.column-list__item:nth-child(n+2) {
  margin-top: 3%;
}

.column-list__item:hover {
  background: #F5EDDD;
}

.column-list__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.column-list__title .column-date {
  display: flex;
  align-items: center;
  color: #DB667A;
  font-weight: 600;
  white-space: nowrap;
  margin: 4px 0 0 0.8em;
  /*span {
    background: $base-color03;
    font-size: $fs14px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 4px 5px;
    margin-right: 5px;
  }*/
}

.column-list__title .column-title {
  flex: 1;
  font-size: 1.375rem;
  font-weight: 500;
}

.column-list__text span {
  font-weight: 600;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  margin: 50px auto 0 auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #DB667A;
  border-radius: 50vh;
  border: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  background: #C70022;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  background: none;
  border-radius: 0;
  border: none;
  font-size: 0;
  position: relative;
}

.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::before, .wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #DB667A;
  border-left: solid 2px #DB667A;
}

.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.previouspostslink::after {
  left: calc(50% + 6px);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wp-pagenavi a.previouspostslink::after {
  left: calc(50% - 2px);
}

.wp-pagenavi a.nextpostslink::before, .wp-pagenavi a.nextpostslink::after {
  left: calc(50% - 6px);
  transform: translate(-50%, -50%) rotate(135deg);
}

.wp-pagenavi a.nextpostslink::after {
  left: calc(50% + 2px);
}

.wp-pagenavi span.current {
  background: #CFD5DA;
  border: none;
  color: #333;
  font-weight: bold;
}

.wp-pagenavi span.pages {
  background: none;
  font-size: 1rem;
  color: #333;
  margin-right: 10px;
}

.wp-pagenavi span.current {
  font-weight: 600;
}

.care-link-button {
  position: relative;
  display: inline-block;
  background: #DB667A;
  padding: 18px 35px;
  border-radius: 50vh;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 1em;
  transition: all 0.3s linear;
}

.care-link-button:hover {
  background: #C2436F;
}

.care-link-button span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

.care-link-button span::after {
  position: absolute;
  content: url(../images/icon_link01.svg);
  top: 1px;
  right: 0;
}

.care-list {
  width: 100%;
}

.care-list th,
.care-list td {
  line-height: 1.4;
  vertical-align: top;
}

.care-list tr:last-child th,
.care-list tr:last-child td {
  border-bottom: solid 1px #CFCFCF;
}

.care-list th {
  font-size: 1.25rem;
  color: #DB667A;
  white-space: nowrap;
  border-top: solid 1px #CFCFCF;
  padding: 22px 25px 25px 0;
}

.care-list__hosp-info {
  border-top: solid 1px #CFCFCF;
  padding: 25px 0;
}

.care-list__hosp-info .hospital {
  font-weight: 600;
}

.care-list__hosp-info .hospital span {
  font-size: 0.875rem;
  font-weight: normal;
}

.care-list__hosp-info .hospital a {
  padding-right: 47px;
  text-decoration: underline;
}

.care-list__hosp-info .hospital a::after {
  content: "WEB";
  display: inline-block;
  width: 40px;
  padding: 4px;
  background: #DB667A;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin-left: 7px;
}

.care-list__hosp-info .address {
  margin-top: 5px;
}

.care-list__hosp-info .tel {
  margin-top: 3px;
}

.care-list__detail {
  width: 60%;
  border-top: solid 1px #CFCFCF;
  padding: 25px 0 25px 1em;
}

.care-list__detail dl {
  display: flex;
}

.care-list__detail dl dt {
  color: #DB667A;
  white-space: nowrap;
  margin-right: 1em;
}

.care-list__detail dl dt:nth-child(n+2) {
  margin-left: 2em;
}

.care-list__detail dl:first-child dd:last-child {
  white-space: nowrap;
}

.care-list__detail dl + dl {
  margin-top: 5px;
}

.hospital-list {
  width: 100%;
  margin-top: 5px;
}

.hospital-list th,
.hospital-list td {
  line-height: 1.3;
  border: solid 1px #ccc;
  padding: 8px 10px;
}

.hospital-list tr th:first-child,
.hospital-list tr td:first-child {
  border-left: none;
}

.hospital-list tr th:last-child,
.hospital-list tr td:last-child {
  border-right: none;
}

.hospital-list th {
  text-align: center;
  background: #FBF8F4;
}

.hospital-list td.hospital a {
  text-decoration: underline;
}

.hospital-list td.hospital a::after {
  content: url(../images/icon_link02.svg);
  display: inline-block;
  margin: 0 0 0 3px;
}

.hospital-list td.tel {
  width: 12em;
  text-align: center;
  white-space: nowrap;
}

.news-list__item {
  border-top: solid 1px #CFCFCF;
  line-height: 1.4;
}

.news-list__item:last-child {
  border-bottom: solid 1px #CFCFCF;
}

.news-list__item a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.news-list__item a .news-date {
  width: 6em;
  font-weight: 600;
  color: #DB667A;
}

.news-list__item a .news-title {
  width: calc(100% - 6em);
  text-decoration: underline;
  padding-left: 14px;
}

.news-list__item a:hover {
  background: #FBF8F4;
}

.news-list__item a.nolink {
  pointer-events: none;
}

.news-list__item a.nolink .news-title {
  text-decoration: none;
}

.link-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link-list-inner .common-link-list {
  width: 48%;
}

.link-list-inner .common-link-list__item a {
  min-height: 65px;
}

.disclaimer {
  line-height: 1.8;
}

.disclaimer p + p {
  margin-top: 0.8em;
}

.member-login-text {
  font-weight: 500;
  text-align: center;
}

.member-login-box {
  width: 90%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background: #FEDFDF;
  padding: 40px 45px;
  border-radius: 20px;
  margin: 30px auto 0 auto;
}

.member-login-box__input {
  display: flex;
  flex-direction: column;
}

.member-login-box__input label {
  font-weight: 600;
  margin-bottom: 4px;
}

.member-login-box__input input {
  width: 100%;
  background: #fff;
  padding: 4px 18px;
  border-radius: 50vh;
}

.member-login-box__input + .member-login-box__input {
  margin-top: 20px;
}

.member-login-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 36px;
  background: #DB667A;
  border-radius: 50vh;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 40px auto 0 auto;
}

.error-msg p {
  font-size: 1.125rem;
  text-align: center;
}

.hd-error {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1200px) {
  #wrapper {
    flex-direction: column;
  }
  .container {
    width: 100%;
    min-height: calc(100vh - 135px);
  }
  .main-inner {
    max-width: 100%;
    margin: 0 40px 5% 40px;
  }
  .header-wrap {
    width: 100%;
  }
  .header {
    width: 100%;
    height: 135px;
    background: #fff;
    position: relative;
    overflow-y: inherit;
  }
  .header-inner {
    position: relative;
    width: 100%;
    height: 135px;
    margin: 0;
  }
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 220px;
  }
  .header-nav-logo {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
  .header-gnav {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
  .header-gnav__item {
    width: 100%;
  }
  .header-gnav__item a br {
    display: none;
  }
  .header-gnav__item:first-child {
    display: block;
  }
  .header-buttons {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .header-buttons__item:nth-child(n+2) {
    margin: 0 0 0 15px;
  }
  .header-subnav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .header-subnav__item:nth-child(n+2) {
    margin: 0 0 0 35px;
  }
  .header-menber {
    margin: 30px auto 0 auto;
  }
  .header-menber a {
    height: 70px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    position: fixed;
    width: 80px;
    height: 80px;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99999;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 48px;
    height: 5px;
    left: 16px;
    background: #DB667A;
    border-radius: 50vh;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 21px;
  }
  .hamburger span:nth-child(2) {
    top: 38px;
  }
  .hamburger span:nth-child(3) {
    top: 55px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    background: #F5EDDD;
  }
  .hamburger.active span:nth-child(1) {
    top: 37px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 37px;
    transform: rotate(45deg);
  }
  .nav {
    background: #F5EDDD;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    text-align: center;
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    pointer-events: none;
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
    padding: 21px 30px 30px 30px;
  }
  .nav-inner {
    position: relative;
    height: 100vh;
  }
  /* このクラスを、jQueryで付与・削除する */
  .nav.active {
    pointer-events: auto;
    display: block;
    opacity: 1;
  }
  /* ---------------------------------------------------- */
}
@media screen and (max-width: 920px) {
  .main-inner {
    margin: 0 30px 5% 30px;
  }
  .page-title__pic img {
    height: 350px;
    border-radius: 30px;
  }
  .page-title__text {
    bottom: 0;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    font-size: 40px;
    border-radius: 0 20px 0 0;
    padding: 15px 20px;
  }
  .page-title__small {
    font-size: 32px;
  }
  .top-mv {
    height: 620px;
  }
  .top-mv figure img.mv {
    height: 600px;
    border-radius: 30px;
  }
  .top-mv figcaption {
    width: 150px;
    right: 30px;
  }
  .top-mv .top-mv-illust {
    width: 200px;
    left: 20px;
  }
  .top-2column-inner {
    flex-direction: column;
  }
  .top-2column-box {
    width: 100%;
  }
  .top-2column-box:nth-child(n+2) {
    margin-top: 4%;
  }
  .top-column-list-inner {
    height: auto;
    max-height: 300px;
  }
  .emergency-tel-inner {
    flex-direction: column;
    justify-content: center;
  }
  .emergency-tel {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin-right: 0;
  }
  .emergency-tel__title {
    font-size: 1.625rem;
  }
  .emergency-tel__tel-note {
    font-size: 1.125rem;
  }
  .emergency-tel__number span {
    width: 62px;
    height: 62px;
    border-radius: 4px;
    font-size: 56px;
  }
  .emergency-tel__subnumber {
    font-size: 1rem;
  }
  .emergency-tel__subnumber .tel {
    font-size: 1.75rem;
  }
  .emergency-tel__time {
    font-size: 1rem;
    padding-top: 15px;
    margin-top: 12px;
  }
  .emergency-text {
    margin-top: 4%;
  }
  .member-form-wrap {
    margin-top: 20px;
  }
  .member-form-wrap .btn-dl:nth-child(n+3) {
    margin-top: 2.8%;
  }
  .btn-dl {
    width: 48.6%;
  }
  .care-list__detail {
    width: 50%;
  }
  .care-list__detail dl {
    flex-wrap: wrap;
  }
  .care-list__detail dl dt {
    margin-right: 0;
  }
  .care-list__detail dl dt:nth-child(n+2) {
    margin: 5px 0 0 0;
  }
  .care-list__detail dl dd {
    width: 100%;
  }
  .hospital-list {
    width: 100%;
    margin-top: 5px;
  }
  .hospital-list th,
  .hospital-list td {
    padding: 6px;
  }
  .hospital-list td.tel {
    width: auto;
    white-space: nowrap;
  }
  /* ---------------------------------------------------- */
}
@media screen and (max-width: 600px) {
  .container {
    min-height: calc(100vh - 100px);
  }
  .main-inner {
    margin: 0 20px 35px 20px;
  }
  .breadcrumb {
    margin: 10px 0 30px 0;
    box-sizing: border-box;
  }
  .breadcrumb-list {
    font-size: 0.75rem;
  }
  .breadcrumb-list__item:nth-child(n+2)::before {
    margin: 0 5px;
  }
  .common-sec01 + .common-sec01 {
    margin-top: 40px;
  }
  .common-hd01 {
    font-size: 1.375rem;
    padding-bottom: 0.3em;
    margin-bottom: 15px;
  }
  .common-hd02 {
    font-size: 1.25rem;
  }
  .common-link-list__item a {
    height: auto;
    padding: 12px 0;
  }
  .common-link-list__item .bnr {
    width: 100%;
    margin: 5px 0 0 15px;
  }
  .common-link-list__item .pref {
    width: 100%;
  }
  .common-link-list__item .pref + span {
    margin-left: 15px;
  }
  p + .common-link-list {
    margin-top: 1em;
  }
  .page-title__pic img {
    height: 250px;
    border-radius: 20px;
  }
  .page-title__text {
    max-width: 90%;
    min-width: 45%;
    font-size: 30px;
    border-radius: 0 10px 0 0;
    padding: 10px 15px 10px 5px;
  }
  .page-title__small {
    font-size: 22px;
  }
  .header {
    height: 100px;
  }
  .header-inner {
    height: 100px;
  }
  .header-logo {
    width: 150px;
  }
  .header-nav-logo {
    width: 150px;
  }
  .header-gnav {
    margin: 20px auto 0 auto;
  }
  .header-gnav__item a {
    height: 50px;
  }
  .header-buttons {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .header-buttons__item a {
    height: 60px;
  }
  .header-buttons__item:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
  .header-subnav {
    margin-top: 20px;
  }
  .header-subnav__item:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
  .header-menber {
    margin: 20px auto 0 auto;
  }
  .header-menber a {
    height: 60px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    width: 50px;
    height: 50px;
  }
  .hamburger span {
    width: 36px;
    height: 4px;
    left: 7px;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 23px;
  }
  .hamburger span:nth-child(3) {
    top: 34px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 23px;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 23px;
  }
  .nav {
    padding: 18px 20px 20px 20px;
  }
  .footer-copylight {
    font-size: 0.875rem;
    padding: 12px 0;
  }
  body#top .container {
    background-size: 130%;
    background-position: 50% 290px;
  }
  .top-mv {
    height: 415px;
  }
  .top-mv figure img.mv {
    height: 390px;
    border-radius: 15px;
  }
  .top-mv figcaption {
    width: 100px;
    right: 18px;
    bottom: 15px;
  }
  .top-mv .top-mv-illust {
    width: 125px;
    left: 15px;
  }
  .top-intro {
    flex-direction: column;
  }
  .top-intro-text {
    width: 100%;
    margin-right: 0;
  }
  .top-intro-text p {
    line-height: 1.8;
  }
  .top-intro-text p + p {
    margin-top: 0.8em;
  }
  .top-intro-text__name span {
    display: block;
    margin-right: 0;
  }
  .top-intro-illust {
    width: 70%;
    margin-top: 10px;
  }
  .top-2column-inner {
    margin-top: 30px;
  }
  .top-2column-box {
    border-radius: 15px;
  }
  .top-2column-box:nth-child(n+2) {
    margin-top: 25px;
  }
  .top-2column-box__title {
    height: 50px;
    border-radius: 15px 15px 0 0;
    padding-left: 15px;
  }
  .top-2column-box__title .title {
    font-size: 18px;
  }
  .top-2column-box__title .link-column {
    right: 88px;
  }
  .top-2column-box__title .link-news {
    right: 72px;
  }
  .top-2column-box__title .illust-column {
    width: 75px;
    bottom: -5px;
    right: 4px;
  }
  .top-2column-box__title .illust-news {
    width: 58px;
    bottom: -5px;
    right: 5px;
  }
  .top-column-list-inner {
    margin: 18px 10px 18px 18px;
  }
  .top-column-list {
    margin-right: 10px;
  }
  .top-column-list__item a {
    flex-direction: column;
  }
  .top-column-list__item a .date {
    font-size: 0.9375rem;
  }
  .top-column-list__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .top-banners-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .top-banners-list__item {
    width: 48%;
  }
  .top-banners-list__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .column-list {
    padding-top: 5px;
  }
  .column-list__item {
    padding: 14px 18px 18px 18px;
  }
  .column-list__item:nth-child(n+2) {
    margin-top: 15px;
  }
  .column-list__title {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
  .column-list__title .column-date {
    order: 1;
    font-size: 0.875rem;
    margin: 0;
  }
  .column-list__title .column-title {
    order: 2;
    font-size: 1.125rem;
  }
  .column-list__text {
    font-size: 0.875rem;
  }
  .column-list__text span {
    font-size: 1rem;
  }
  .wp-pagenavi {
    margin: 25px auto 0 auto;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin: 0 4px;
  }
  main .wp-pagenavi a {
    text-decoration: none;
  }
  .member-list th,
  .member-list td {
    padding: 4px 5px;
    line-height: 1.3;
    font-size: 13px;
  }
  .member-list tr td:nth-child(1) {
    white-space: nowrap;
  }
  .member-type th,
  .member-type td {
    padding: 6px 10px;
  }
  .member-type td.cost span {
    display: block;
    width: auto;
    text-align: left;
  }
  .member-form-wrap .btn-dl:nth-child(n+2) {
    margin-top: 15px;
  }
  .btn-dl {
    width: 100%;
  }
  .okaped-list-note {
    align-items: flex-start;
  }
  .okaped-list-note br {
    display: block;
  }
  .okaped-list-note img {
    width: 24px;
  }
  .okaped-list-note span {
    display: block;
    margin-left: 29px;
  }
  .table-note {
    font-size: 0.9375rem;
    margin: 1em 0 8px 0;
  }
  .common-accordion01 + .common-accordion01 {
    margin-top: 10px;
  }
  .common-accordion01 .toggle-title {
    height: 44px;
    font-size: 1.125rem;
    padding-left: 10px;
  }
  .common-accordion01 .toggle-title .toggle-btn {
    right: 7px;
    width: 64px;
  }
  .common-accordion01 .toggle-title .toggle-btn:before {
    width: 64px;
    height: 30px;
    font-size: 0.9375rem;
  }
  .common-accordion01 dd {
    padding-bottom: 5px;
  }
  .okaped-list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .okaped-list th,
  .okaped-list td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
  }
  .okaped-list td {
    padding-left: 0;
  }
  .okaped-list .hospital {
    order: 1;
    width: calc(100% - 71px);
    font-size: 1.0625rem;
    padding: 10px 5px 3px 0;
  }
  .okaped-list .hospital span::before {
    display: none;
  }
  .okaped-list .hospital span.on::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icon_member-mark.svg) no-repeat;
    background-size: 100%;
    margin-left: 5px;
  }
  .okaped-list .address {
    order: 3;
    width: 100%;
    padding: 0 0 2px 0;
  }
  .okaped-list .tel {
    order: 4;
    width: 10em;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #CFCFCF;
  }
  .okaped-list .fax {
    order: 5;
    width: calc(100% - 10em);
    padding: 0 0 10px 0;
    border-bottom: solid 1px #CFCFCF;
  }
  .okaped-list .web {
    order: 2;
    width: 64px;
    padding: 8px 7px 3px 0;
  }
  .okaped-list .web .btn-web {
    width: 64px;
    height: 30px;
    font-size: 0.9375rem;
  }
  .emergency-tel {
    padding: 15px;
    border-radius: 16px;
    margin-top: 5px;
  }
  .emergency-tel__title {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
  }
  .emergency-tel__number {
    margin-top: 10px;
  }
  .emergency-tel__number span {
    width: 48px;
    height: 48px;
    font-size: 44px;
  }
  .emergency-tel__number span:nth-child(n+2) {
    margin-left: 8px;
  }
  .emergency-tel__subnumber, .emergency-tel__time {
    flex-direction: column;
  }
  .emergency-tel__subnumber {
    font-size: 1rem;
    margin-top: 10px;
  }
  .emergency-tel__subnumber .tel {
    font-size: 1.5em;
    margin-left: 0;
  }
  .emergency-tel__time {
    font-size: 1rem;
    padding-top: 10px;
    margin-top: 6px;
  }
  .emergency-tel__time .title {
    margin-right: 0;
  }
  .emergency-tel__time .time span {
    display: block;
  }
  .emergency-tel__time .time span:nth-child(2)::before {
    content: none;
  }
  .emergency-text {
    margin-top: 15px;
  }
  .article-title__date {
    font-size: 1rem;
  }
  .article-title__title {
    font-size: 1.625rem;
  }
  .article-contents {
    margin-top: 25px;
  }
  .article-contents .common-hd01:nth-child(n+2) {
    margin-top: 25px;
  }
  .article-writer {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: 1em;
  }
  .article-writer__name {
    margin-left: 0;
  }
  .article-pagenav {
    justify-content: space-between;
    padding-top: 12px;
    margin-top: 20px;
  }
  .article-pagenav a {
    font-size: 0.9375rem;
  }
  .article-pagenav a:nth-child(n+2) {
    margin-left: 0;
  }
  .care-link-button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 1em auto;
  }
  .care-list tr {
    display: flex;
    flex-direction: column;
  }
  .care-list th {
    width: 100%;
    border-top: none;
    background: #DB667A;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1;
    padding: 8px 8px;
    margin-top: -1px;
  }
  .care-list tr:first-child th {
    margin-top: 0;
  }
  .care-list tr:last-child th,
  .care-list tr:last-child td {
    border-bottom: none;
  }
  .care-list__hosp-info {
    width: 100%;
    border-top: none;
    padding: 12px 0 0 0;
  }
  .care-list__hosp-info .hospital {
    font-size: 1.0625rem;
  }
  .care-list__hosp-info .hospital span {
    font-size: 0.8125em;
  }
  .care-list__hosp-info .hospital a::after {
    width: 40px;
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 7px;
  }
  .care-list__detail {
    width: 100%;
    padding: 10px 0 12px 0;
    border-top: none;
    border-bottom: solid 1px #CFCFCF;
  }
  .care-list__detail dl + dl {
    margin-top: 5px;
  }
  .hospital-list th,
  .hospital-list td {
    font-size: 14px;
    padding: 5px 6px;
  }
  .news-list {
    padding-top: 5px;
  }
  .news-list__item a {
    padding: 12px 0;
  }
  .news-list__item a .news-date {
    width: 100%;
    font-size: 0.9rem;
  }
  .news-list__item a .news-title {
    width: 100%;
    padding-left: 0;
  }
  .link-list-inner {
    padding-top: 5px;
  }
  .link-list-inner .common-link-list {
    width: 100%;
  }
  .link-list-inner .common-link-list__item a {
    min-height: 50px;
  }
  .link-list-inner .common-link-list:nth-child(n+2) .common-link-list__item:first-child {
    border-top: none;
  }
  .member-login-text {
    text-align: left;
  }
  .member-login-box {
    width: 100%;
    padding: 30px 35px;
    margin: 20px auto 0 auto;
  }
  .member-login-box__input + .member-login-box__input {
    margin-top: 15px;
  }
  .member-login-box__btn {
    margin: 30px auto 0 auto;
  }
  /* ---------------------------------------------------- */
}
@media print {
  body {
    zoom: 55%;
  }
  .main-inner {
    margin: 30px 30px 30px 50px;
  }
}
.post-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E60012;
  border-bottom: 3px double #E60012;
  padding-bottom: 0.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.post-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #E60012;
  background-color: #FFF0F5;
  padding: 0.75rem 1rem;
  border-left: 5px solid #E60012;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.post-content p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.post-content img {
  margin: 1.5rem 0;
}

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