@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: var(--font-family);
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  min-width: 1200px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #555;
  line-height: 1.7; }
  @media screen and (min-width: 769px) {
    body {
      margin: 0; } }
  @media screen and (max-width: 1024px) {
    body {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    body {
      margin: 0; } }
  @media screen and (max-width: 320px) {
    body {
      margin: 0; } }
  @media screen and (max-width: 768px) {
    body {
      min-width: 0;
      font-size: 1.5rem;
      overflow: hidden; } }

a {
  color: #ff9718;
  -webkit-transition: none .3s linear;
  transition: none .3s linear;
  -webkit-transition-property: background, color;
  transition-property: background, color; }
  a img {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear; }
  a:hover {
    color: #004B7F; }
    @media screen and (min-width: 769px) {
      a:hover {
        text-decoration: none; }
        a:hover img {
          opacity: .85; } }

svg,
img {
  max-width: 100%;
  vertical-align: top; }

abbr[title] {
  border-bottom: none;
  text-decoration: none; }

select,
button,
[type="reset"],
[type="button"],
[type="submit"] {
  cursor: pointer; }

textarea,
button,
[type="reset"],
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea,
select,
button,
input {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  border-radius: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6,
p, ul, ol, table, dl, dd {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit; }

table {
  border-collapse: collapse; }

.small,
small {
  font-size: 90%; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto; } }

.p,
p {
  margin-bottom: 1.5em; }

ol {
  margin-bottom: calc(1em - 5px); }
  ol > li {
    list-style: decimal;
    margin-left: 2.2em;
    margin-bottom: 5px; }

fieldset,
iframe {
  border: 0; }

fieldset {
  margin: 0;
  padding: 0; }

legend {
  display: none; }

hr {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  margin: 30px auto;
  border: 0;
  border-bottom: 1px solid #d4d1b2; }

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.globalHeader {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-width: 1200px;
  margin: auto;
  padding: 25px 0 45px;
  background: url(../img/logo_bg.png) repeat-x top center; }
  @media screen and (max-width: 768px) {
    .globalHeader {
      padding: 0;
      min-width: 0;
      position: relative; } }
  .globalHeader__inner {
    overflow: hidden;
    margin: auto;
    max-width: 1100px; }

.globalHeader.fixed {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    .globalHeader.fixed {
      padding: 0; } }

/* ロゴ */
.logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .logo__item {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .logo__item {
        width: 100%; } }

/* 電話番号 */
.headerTEL {
  float: right;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .headerTEL {
      display: none; } }
  .headerTEL__no {
    margin: 0 0 4px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative; }
    .headerTEL__no a {
      text-decoration: none;
      color: #97dae0; }
    .headerTEL__no ::before {
      content: "";
      display: block;
      position: absolute;
      left: -110px;
      top: 2px;
      background: url(../img/tel_title.png) no-repeat center;
      width: 91px;
      height: 38px; }
  .headerTEL__time {
    text-align: right;
    line-height: 1.4em;
    margin: 1rem 0 0 0;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .headerTEL__time {
        display: none; } }

.inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .inner {
      width: 94%; } }

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.globalFooter {
  padding: 15px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .globalFooter {
      padding-bottom: 13rem; } }
  .globalFooter a {
    color: white; }

.copyright {
  margin: 0;
  text-align: center; }

/* -----------------------------------------
 メインビジュアル
----------------------------------------- */
.hero {
  background: url(../img/hero_main.png) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .hero {
      display: none; } }
  .hero__inner {
    position: relative;
    min-height: 624px;
    top: 207px;
    left: -42px; }
    @media screen and (max-width: 768px) {
      .hero__inner {
        min-height: 0;
        padding-top: 0; } }

/* -----------------------------------------
 選ばれる理由
----------------------------------------- */
.reason {
  background: url(../img/reason_title_bg.png) center top no-repeat;
  position: relative; }
  .reason__body {
    width: 100%;
    background: url(../img/bg_reason.png) no-repeat top 740px center; }
    @media screen and (max-width: 768px) {
      .reason__body {
        width: 94%;
        margin: 0 auto; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .reason__body {
      background: url(../img/bg_reason.png) no-repeat top 240px center;
      background-size: contain; } }

  .reason__title {
    text-align: center;
    padding: 110px 0 90px;
    position: relative; }
    .reason__title::before {
      content: " ";
      display: block;
      position: relative;
      position: absolute;
      top: -50px;
      left: 0;
      width: 100%;
      height: 128px;
      background: url(../img/icon_reason.png) no-repeat center center;
      background-size: contain; }
    @media screen and (max-width: 768px) {
      .reason__title {
        z-index: 1000;
        margin: 0 5%;
        padding: 60px 0 40px; }
        .reason__title::before {
          top: -25px;
          height: 64px; } }

.reasonList {
  min-width: 1200px; }
  @media screen and (max-width: 768px) {
    .reasonList {
      min-width: 0; } }
  .reasonList__item {
    width: 100%;
    margin-bottom: 5rem;
    clear: both; }
    .reasonList__item:nth-child(2n) .reasonList__img {
      float: right;
      padding: 0 0 0.5rem 1.5rem; }
    .reasonList__item:nth-child(2n) .reasonList__detail {
      padding: 0 0 0 5rem; }
      @media screen and (max-width: 768px) {
        .reasonList__item:nth-child(2n) .reasonList__detail {
          padding: 0; } }
  .reasonList__img {
    width: 600px;
    padding: 0 3rem 0.5rem 0;
    margin-bottom: 5rem;
    float: left; }
    @media screen and (max-width: 768px) {
      .reasonList__img {
        width: 36%;
        padding-right: 1.5rem; } }
  .reasonList__detail {
    padding: 0 5rem 0 3rem;
    line-height: 2.2em; }
    @media screen and (max-width: 768px) {
      .reasonList__detail {
        padding: 0;
        line-height: 1.8em; } }
  .reasonList__title {
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 28px;
    position: relative;
    border-bottom: 1px solid #d4d1b2; }
    .reasonList__title::before {
      content: "";
      display: inline-block;
      width: 35px;
      height: 41px;
      background: url(../img/icon_reason-title.png) no-repeat center center;
      position: absolute;
      top: -15px;
      left: -35px; }
    .reasonList__title span {
      font-size: 130%;
      color: #ff9718;
      font-weight: 500;
      margin-right: 0.1rem; }
    @media screen and (max-width: 768px) {
      .reasonList__title {
        font-size: 20px;
        padding-bottom: 1rem;
        border-bottom: 1px solid #d4d1b2;
        display: block; }
        .reasonList__title br {
          display: none; } }
  .reasonList__text strong {
    line-height: 2em;
    display: block; }
    .reasonList__text strong span {
      color: #ff9718; }

/* -----------------------------------------
 こんなお悩みありませんか
----------------------------------------- */
.trouble {
  clear: both;
  background: url(../img/bg_trouble.png) repeat center center;
  padding: 3rem 0 0; }
  @media screen and (max-width: 768px) {
    .trouble {
      padding-top: 2rem; } }
  .trouble .inner {
    background: white;
    padding-bottom: 7rem;
    margin-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      .trouble .inner {
        padding-bottom: 2rem;
        margin-bottom: 3rem; } }
  .trouble__title {
    text-align: center;
    padding: 4rem 0; }
    @media screen and (max-width: 768px) {
      .trouble__title {
        margin: 0 5%;
        padding: 2rem 0; } }
  .trouble__list {
    text-align: center; }
    .trouble__list li {
      display: inline-block;
      margin: 0 1rem; }
      @media screen and (max-width: 768px) {
        .trouble__list li {
          width: 43%; } }
  .trouble .doctorComment {
    width: 100%;
    display: table;
    table-layout: fixed;
    background: white;
    position: relative; }
    .trouble .doctorComment::before {
      content: "";
      width: 100%;
      height: 86px;
      background: url(../img/arrow_doctor_comment.png) no-repeat center top;
      background-size: contain;
      display: block;
      position: absolute;
      top: -60px; }
      @media screen and (max-width: 768px) {
        .trouble .doctorComment::before {
          height: 40px;
          top: -33px; } }
    .trouble .doctorComment .inner {
      background: transparent;
      display: table;
      position: relative;
      top: -60px;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .trouble .doctorComment .inner {
          top: 0;
          display: block; } }
    .trouble .doctorComment__img {
      display: table-cell;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .trouble .doctorComment__img {
          float: left;
          padding: 4%;
          display: block; } }
    .trouble .doctorComment__txt {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .trouble .doctorComment__txt {
          display: block;
          padding: 4%; } }

/* -----------------------------------------
 予約
----------------------------------------- */
.cv {
  position: relative;
  background: url(../img/bg_cvarea.png) no-repeat center top;
  padding: 8rem 0 3rem; }
  @media screen and (max-width: 768px) {
    .cv {
      margin-top: 0rem;
      padding: 4rem 0 3rem;
      background-size: cover; } }
  .cv::before {
    content: "";
    display: block;
    width: 100%;
    height: 89px;
    position: absolute;
    top: -30px;
    background: url(../img/icon_cv.png) no-repeat center center;
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .cv::before {
        height: 44px;
        position: absolute;
        top: -15px; } }
  .cv__body {
    width: 915px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .cv__body {
        width: 94%; } }
  .cv__title {
    text-align: center;
    margin-bottom: 4rem; }
    @media screen and (max-width: 768px) {
      .cv__title {
        margin: 0 5% 2rem; } }
  .cv__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .cv__contact {
        display: block;
        text-align: center;
        margin: 0 5% 2rem; } }
    .cv__contact a {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .cv__contact dl {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 53%;
      text-align: center; }
      .cv__contact dl dt {
        font-size: 14px;
        border: 1px solid #d4d1b2;
        display: inline-block;
        border-radius: 8px;
        padding: 2px 1rem;
        margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        .cv__contact dl {
          width: 100%;
          text-align: center;
          margin-top: 2rem; } }
  .cv__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cv__information li {
      width: 50%; }
    @media screen and (max-width: 768px) {
      .cv__information {
        text-align: center;
        display: block;
        margin: 0 5%; }
        .cv__information li {
          width: 100%; } }
  .cv__access {
    background: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem 0 1px 0;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .cv__access {
        margin: 0 auto;
        font-size: 14px; } }

.spFooter {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6)); }
  .spFooter dl {
    text-align: center;
    position: relative; }
    .spFooter dl dt {
      color: #ff9718;
      display: inline-block;
      position: relative;
      top: -36px;
      padding: 6px 10px 0px;
      border-radius: 8px 8px 0 0;
      font-size: 18px;
      background: rgba(255, 255, 255, 0.9); }
  .spFooter__tel {
    margin-top: -30px;
    width: 66%;
    padding: 2%;
    float: left; }
  .spFooter__btn {
    margin-top: -15px;
    width: 26%;
    padding-right: 2%;
    float: right; }
  .spFooter__date {
    width: 70%;
    float: left;
    font-size: 3vw;
    padding-bottom: 2%; }

/* -----------------------------------------
 メニュー
----------------------------------------- */
.menu {
  padding: 16rem 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .menu {
      padding: 8rem 0 4rem; } }
  .menu__title {
    margin-bottom: 7rem;
    text-align: center; }
    .menu__title::before {
      content: "";
      display: block;
      width: 100%;
      height: 69px;
      background: url(../img/icon_menu.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50px; }
    @media screen and (max-width: 768px) {
      .menu__title {
        margin: 0 5% 3rem; }
        .menu__title::before {
          width: 90%;
          height: 34px;
          top: 25px; } }
  .menu__body {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .menu__body {
        width: 94%; } }
  .menu__list dt {
    text-align: left;
    font-weight: 500;
    margin-bottom: 3rem;
    font-size: 28px;
    color: #ff9718; }
    @media screen and (max-width: 768px) {
      .menu__list dt {
        font-size: 20px;
        margin-bottom: 1rem; } }
  .menu__list dd {
    margin-bottom: 5rem;
    border-bottom: 1px solid #d4d1b2;
    padding-bottom: 3rem; }
    @media screen and (max-width: 768px) {
      .menu__list dd {
        margin-bottom: 2rem;
        padding-bottom: 1rem; } }
  .menu__list-last {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }

/* -----------------------------------------
 院内
----------------------------------------- */
.hospital {
  background: #fafaf6;
  padding: 16rem 0 10rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .hospital {
      padding: 8rem 0 4rem; } }
  .hospital__title {
    margin-bottom: 7rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .hospital__title {
        margin: 0 5% 3rem; } }
    .hospital__title::before {
      content: "";
      display: block;
      width: 100%;
      height: 77px;
      background: url(../img/icon_hospital.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50px; }
      @media screen and (max-width: 768px) {
        .hospital__title::before {
          width: 90%;
          height: 38px;
          top: 25px; } }
  .hospital__imgList {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .hospital__imgList {
        width: 94%; } }
    .hospital__imgList dl {
      width: 30%;
      padding: 0 1.5% 2%; }
      .hospital__imgList dl dt {
        padding: 1rem 0 0;
        text-align: center;
        color: #ff9718;
        font-weight: 500;
        font-size: 25px; }
      @media screen and (max-width: 768px) {
        .hospital__imgList dl {
          width: 47%;
          padding: 0 1.5% 2%; }
          .hospital__imgList dl dt {
            font-size: 20px; } }

/* -----------------------------------------
 院長からのメッセージ
----------------------------------------- */
.message {
  width: 1000px;
  margin: 0 auto;
  padding: 6rem 0; }
  @media screen and (max-width: 768px) {
    .message {
      width: 94%;
      padding: 3rem 0; } }
  .message__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .message__body {
        display: block; } }
  .message__img {
    width: 40%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .message__img {
        width: 60%;
        margin: 0 auto 5%; } }
  .message__txtContent {
    width: 55%; }
    .message__txtContent h2 {
      padding-bottom: 1.4rem;
      margin-bottom: 1.4rem;
      border-bottom: 1px solid #d4d1b2; }
    @media screen and (max-width: 768px) {
      .message__txtContent {
        width: 100%; }
        .message__txtContent h2 {
          padding: 0 5% 1.4rem;
          border-bottom: 1px solid #d4d1b2; } }
  .message__name {
    font-weight: 500; }
  .message__career {
    width: 100%;
    display: table;
    margin-top: 5%;
    table-layout: fixed; }
    @media screen and (max-width: 768px) {
      .message__career {
        display: block; } }
    .message__career h3 {
      display: table-cell;
      width: 15%;
      font-weight: 500;
      text-align: center;
      vertical-align: middle;
      background: #97dae0;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .message__career h3 {
          width: 100%;
          display: block; } }
    .message__career dl {
      padding: 0 2%;
      line-height: 2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .message__career dl dt {
        font-weight: 500;
        width: 10%; }
      .message__career dl dd {
        width: 90%; }
      @media screen and (max-width: 768px) {
        .message__career dl {
          display: block; }
          .message__career dl dt {
            font-weight: 500;
            width: 100%; }
          .message__career dl dd {
            width: 100%;
            font-size: 14px; } }

/* -----------------------------------------
 アクセス
----------------------------------------- */
.access {
  background: #fafaf6;
  padding: 16rem 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .access {
      padding: 8rem 0 4rem; } }
  .access__title {
    margin-bottom: 7rem;
    text-align: center; }
    .access__title::before {
      content: "";
      display: block;
      width: 100%;
      height: 80px;
      background: url(../img/icon_access.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50px; }
    @media screen and (max-width: 768px) {
      .access__title {
        margin: 0 5% 3rem;
        text-align: center; }
        .access__title::before {
          content: "";
          display: block;
          width: 100%;
          height: 40px;
          background: url(../img/icon_access.png) no-repeat center center;
          background-size: contain;
          position: absolute;
          top: 25px; } }
  .access__information {
    width: 500px;
    margin: 0 auto 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .access__information {
        width: 90%;
        margin: 0 auto 5rem;
        display: block; } }
    .access__information dt {
      width: 24%;
      text-align: center;
      font-weight: 500;
      margin-bottom: 2rem; }
      .access__information dt span {
        background: white;
        display: inline-block;
        padding: 4px 0;
        width: 100%;
        border-radius: 8px; }
      @media screen and (max-width: 768px) {
        .access__information dt {
          margin-bottom: 1rem; } }
    .access__information dd {
      width: 73%;
      padding-left: 2%;
      margin-bottom: 2rem; }
      @media screen and (max-width: 768px) {
        .access__information dd {
          width: 100%;
          padding-left: 0%;
          margin-bottom: 1rem; } }
  .access__gmap {
    width: 100%; }
    .access__gmap iframe {
      width: 100%;
      height: 40rem; }

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

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }
