@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
サイト名(C)FureaiGroup 2020

File name:      index.scss
Last Update:    2021/01/08
Style Info:     サイトトップ用。
------------------------------------------------------------->
※Google翻訳時の上書きは先頭に「.translated-ltr」を付与。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* index共有CSS読み込み
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
標準フォーマット(病院)TYPE:E(C)FureaiGroup 2020

File name:      index_format.scss
Last Update:    2021/01/08
Style Info:     サイトトップデフォルト用。
------------------------------------------------------------->
※Google翻訳時の上書きは先頭に「.translated-ltr」を付与。
------------------------------------------------------------->
 0.初期設定
 1.基本レイアウト
 2.メインビジュアル
 3.ピックアップコンテンツ
 4.当院からのお知らせ
 5.サービス紹介
 6.施設の紹介
 7.採用情報
 8.各種取得認定
 9.外部リンク
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット(C)FureaiGroup 2020

File name:      _variable.scss
Last Update:    2021/01/04
Style Info:     標準フォーマット(病院)TYPE:E（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
 1.ヘッダー・フッター
 2.個別ページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* フォント */
/* 蛍光カラー */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* 他施設診療ボタン */
/* メディアクエリ
----------------------------------------------------------- */
/* メインカラー
  （パターンを入れ替える時は
   「$main-color1x」→「$main-color0x」
   「$main-color0x」→「$main-color1x」に入れ替える）
----------------------------------------------------------- */
/* パターンA（緑系） */
/* 緑 */
/* tbody th */
/* tbody th or tbody td:odd */
/* tbody td*/
/* 赤 */
/* 緑 */
/* 蛍光緑 */
/* パターンB（青系） */
/* 薄青 */
/* tbody th */
/* tbody th or tbody td:odd */
/* tbody td */
/* 赤 */
/* 青 */
/* 蛍光青 */
/* 共通 */
/* ベース濃 */
/* ベース濃(明) */
/* ベース薄 */
/* ベース薄(明) */
/* 赤 */
/* 青 */
/* 緑 */
/* 黄 */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* ===========================================================
 2.個別ページ
=========================================================== */
/* ===========================================================
 1.基本レイアウト
=========================================================== */
@media screen and (min-width: 600px), print {
  .contents {
    width: auto;
  }
}

.top-contents-container {
  display: block;
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.translated-ltr .top-contents-container {
  word-wrap: break-word;
}
.top-contents-container::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 600px), print {
  .top-contents-container {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0px;
  }
}

.top-title-h1 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.top-title-h1 em {
  display: inline-block;
  margin: 20px 0;
  padding: 2px 10px;
  font-style: normal;
}

.top-title-red em {
  border-bottom: 3px solid #ff536c;
}

.top-title-blue em {
  border-bottom: 3px solid #3d84dd;
}

.top-title-green em {
  border-bottom: 3px solid #29ad62;
}

.top-title-orange em {
  border-bottom: 3px solid #ff7e00;
}

@media screen and (min-width: 600px), print {
  .top-title-h1 {
    margin-top: -40px;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: normal;
    text-align: left;
  }

  .top-title-red {
    border-left: 10px solid #ff536c;
  }

  .top-title-green {
    border-left: 10px solid #29ad62;
  }

  .top-title-blue {
    border-left: 10px solid #3d84dd;
  }

  .top-title-orange {
    border-left: 10px solid #ff7e00;
  }

  .top-title-h1 em {
    display: inline-block;
    margin: 20px 0;
    padding: 2px 10px;
    font-style: normal;
  }

  .top-title-red em,
  .top-title-green em,
  .top-title-blue em,
  .top-title-orange em {
    border-bottom: 0;
  }
}
.top-ba-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/* ===========================================================
 2.メインビジュアル
=========================================================== */
.main-visual-container {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 600px), print {
  .main-visual-container {
    min-width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1279px), print {
  .main-visual-container {
    min-width: 1000px;
    padding-top: 0;
  }
}

@media screen and (min-width: 600px), print {
  .main-visual {
    position: relative;
    margin: 0 auto;
  }
}

.movie-responsive-empty {
  padding-top: 41.5%;
}

.main-movie-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.main-movie-container .main-movie-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: mainMovie 10s 0s infinite;
          animation: mainMovie 10s 0s infinite;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-movie-container .main-movie-item:nth-of-type(1) {
  background-image: url(../../images/index/movie/fig_movie01_text.png), url(../../images/index/movie/fig_movie01.png);
  background-position: top 50% right 10px, center center;
  background-size: 70%, cover;
}
@media screen and (min-width: 600px), print {
  .main-movie-container .main-movie-item:nth-of-type(1) {
    background-position: top 50% right 118px, center center;
    background-size: 509px 155px, cover;
  }
}

.main-movie-container .main-movie-item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  background-image: url(../../images/index/movie/fig_movie02_text.png), url(../../images/index/movie/fig_movie02.png);
  background-position: top 50% right 10px, center center;
  background-size: 70%, cover;
}
@media screen and (min-width: 600px), print {
  .main-movie-container .main-movie-item:nth-of-type(2) {
    background-position: top 50% right 70px, center center;
    background-size: 570px 155px, cover;
  }
}

@keyframes mainMovie {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ===========================================================
 2.重要なお知らせ（コロナ関連）
=========================================================== */
.top-important-bg {
  background-color: #efeee2;
}

@media screen and (min-width: 600px), print {
  .top-contents-important {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
  }
}

.header-important-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 6px);
  max-height: 230px;
  margin: 0;
  background-color: #fff5f5;
  border: 3px solid #cf1a16;
}
@media screen and (min-width: 600px), print {
  .header-important-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-height: 140px;
    height: 140px;
  }
}

.header-important-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background-color: #cf1a16;
}
@media screen and (min-width: 600px), print {
  .header-important-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 248px;
    padding: 0;
  }
}

.header-important-title-inner {
  display: block;
  margin-bottom: 5px;
  padding-left: 29px;
  min-height: 31px;
  background: url(../../images/icon/ico_exclamation.png) no-repeat left center;
  background-size: 24px 21px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 600px), print {
  .header-important-title-inner {
    margin-bottom: 10px;
    padding-left: 38px;
    min-height: 38px;
    background-size: 33px 29px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.header-important-content {
  overflow-y: scroll;
}
@media screen and (min-width: 600px), print {
  .header-important-content {
    width: calc(100% - 248px);
  }
}

.header-important-content dl {
  display: none;
}
.header-important-content dl.valid-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px;
  border-bottom: 1px dotted #a1a192;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.header-important-content dl.valid-switch dt time {
  font-weight: bold;
}
.header-important-content dl.valid-switch dt::after {
  display: inline-block;
}
@media screen and (min-width: 600px), print {
  .header-important-content dl.valid-switch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 5px;
  }
  .header-important-content dl.valid-switch dt {
    margin: 0;
  }
  .header-important-content dl.valid-switch dd {
    margin-left: 1em;
  }
}

/* ===========================================================
 3.ピックアップコンテンツ
=========================================================== */
.top-pickup-container {
  background-color: #fff;
}
@media screen and (min-width: 600px), print {
  .top-pickup-container {
    border-top: 1px solid #a1a192;
    border-bottom: 1px solid #a1a192;
  }
}

@media screen and (min-width: 600px), print {
  .top-pickup-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.top-pickup li a {
  color: #000;
  text-decoration: none;
}
.top-pickup li a:link, .top-pickup li a:visited {
  opacity: 1.0;
}
.top-pickup li a:hover, .top-pickup li a:active {
  opacity: 0.5;
}

.top-pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #a1a192;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media screen and (min-width: 600px), print {
  .top-pickup {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    padding: 0;
  }
}

.top-pickup li {
  position: relative;
  display: grid;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 600px), print {
  .top-pickup li {
    -ms-flex-line-pack: center;
        align-content: center;
    background-color: transparent;
    font-size: 15px;
    font-size: 1.5rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #a1a192;
  }
  .top-pickup li:last-of-type {
    border-right: 1px solid #a1a192;
  }
}

.top-pickup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 600px), print {
  .top-pickup-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 25px 5px;
    background-color: transparent;
  }
}
.top-pickup-btn .top-pickup-btn_ico {
  padding: 5px;
  border-radius: 24px;
  color: #fff;
  font-size: 32px;
}
@media screen and (min-width: 600px), print {
  .top-pickup-btn .top-pickup-btn_ico {
    font-size: 38px;
  }
}

.top-pickup-btn::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  content: "";
}

/* 赤 */
.top-pickup li.top-pickup-btn_red .top-pickup-btn::after {
  border-color: transparent transparent #ff536c transparent;
}

/* 青 */
.top-pickup li.top-pickup-btn_blue .top-pickup-btn::after {
  border-color: transparent transparent #3d84dd transparent;
}

/* 緑 */
.top-pickup li.top-pickup-btn_green .top-pickup-btn::after {
  border-color: transparent transparent #29ad62 transparent;
}

/* 黄 */
.top-pickup li.top-pickup-btn_yellow .top-pickup-btn::after {
  border-color: transparent transparent #ff7e00 transparent;
}

.top-pickup-btn figure {
  width: 42px;
  height: auto;
}
.top-pickup-btn figure img {
  border-radius: 50%;
}
@media screen and (min-width: 600px), print {
  .top-pickup-btn figure {
    width: 48px;
    height: auto;
  }
}

/* 赤 */
.top-pickup li.top-pickup-btn_red .top-pickup-btn_ico {
  background-color: #ff536c;
}

/* 青 */
.top-pickup li.top-pickup-btn_blue .top-pickup-btn_ico {
  background-color: #3d84dd;
}

/* 緑 */
.top-pickup li.top-pickup-btn_green .top-pickup-btn_ico {
  background-color: #29ad62;
}

/* 黄 */
.top-pickup li.top-pickup-btn_yellow .top-pickup-btn_ico {
  background-color: #ff7e00;
}

.top-pickup-btn span {
  display: block;
  margin-left: 5px;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 600px), print {
  .top-pickup-btn span {
    margin-top: 10px;
  }
}

.top-pickup #pc-btn {
  display: none;
}
@media screen and (min-width: 600px), print {
  .top-pickup #pc-btn {
    display: block;
  }
}

@media screen and (min-width: 600px), print {
  .top-pickup #recruit-btn {
    display: none;
  }
}

/* ===========================================================
 4.当院からのお知らせ
=========================================================== */
/* スライド
----------------------------------------------------------- */
.slick-prev, .slick-next {
  top: 35%;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.top-slide-container {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.top-slide-container a:link img,
.top-slide-container a:visited img,
.top-slide-container a:active img,
.top-slide-container a:hover img {
  opacity: 1.0;
}

.top-slide-inner div + div {
  margin-left: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 600px), print {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

.top-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  padding: 0;
}

.top-slider-dots li + li {
  margin-left: 10px;
}

.top-slider-dots li a {
  display: inline-block;
  background-color: #999;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 6px;
}

.top-slider-dots li.slick-active a {
  background-color: #222;
  color: #fff;
}

.top-slider-dots li:hover {
  cursor: pointer;
}

@media screen and (min-width: 600px), print {
  .slick-prev, .slick-next {
    top: 50%;
  }

  .top-slide-container {
    margin: 0 auto;
    width: 580px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .top-slider-dots li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px;
  }
}
/* お知らせタブコンテナ
----------------------------------------------------------- */
.top-info-container {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

.top-info-sub-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media screen and (min-width: 600px), print {
  .top-info-sub-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-template-rows: 291px 1fr;
    gap: 40px;
  }
}

.top-info-box h1 {
  margin-bottom: 20px;
  padding: 3px;
  background-color: #a1a192;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}

.top-info-container label {
  display: inline-block;
  padding: 0 10px;
  height: 34px;
  background: #a1a192;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 600px), print {
  .top-info-container label {
    height: 42px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}

.top-info-container label:nth-of-type(1):hover,
.top-info-container input:checked + label:nth-of-type(1) {
  background: #ff536c;
}

.top-info-container label:nth-of-type(2):hover,
.top-info-container input:checked + label:nth-of-type(2) {
  background: #3d84dd;
}

.top-info-container label:nth-of-type(3):hover,
.top-info-container input:checked + label:nth-of-type(3) {
  background: #29ad62;
}

.top-info-container label:nth-of-type(4):hover,
.top-info-container input:checked + label:nth-of-type(4) {
  background: #ff7e00;
}

.top-info-container input {
  display: none;
}

#top-info-container01,
#top-info-container02,
#top-info-container03,
#top-info-container04 {
  display: none;
}

#top-info-tab01:checked ~ #top-info-container01,
#top-info-tab02:checked ~ #top-info-container02,
#top-info-tab03:checked ~ #top-info-container03,
#top-info-tab04:checked ~ #top-info-container04 {
  display: block;
}

#top-info-tab01:checked ~ #top-info-container01 {
  border-top: 5px solid #ff536c;
}

#top-info-tab02:checked ~ #top-info-container02 {
  border-top: 5px solid #3d84dd;
}

#top-info-tab03:checked ~ #top-info-container03 {
  border-top: 5px solid #29ad62;
}

#top-info-tab04:checked ~ #top-info-container04 {
  border-top: 5px solid #ff7e00;
}

.top-info-inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px), print {
  .top-info-inner {
    grid-template-rows: 42px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    height: 435px;
  }
}
.top-info-inner .link-btn01-container {
  margin-top: 20px;
  grid-column: 1/3;
}
@media screen and (min-width: 600px), print {
  .top-info-inner .link-btn01-container {
    grid-column: 4;
  }
}

.renew-container {
  grid-column: span 2;
  width: calc(100% + 1px);
  background-color: #fff;
}
@media screen and (min-width: 600px), print {
  .renew-container {
    width: 100%;
    grid-column: span 4;
  }
}

.renew-inner {
  overflow-y: scroll;
  max-height: 12em;
}
@media screen and (min-width: 600px), print {
  .renew-inner {
    height: 100%;
    max-height: 20em;
    min-height: 128px;
  }
}
.important-info-container + .renew-inner {
  margin-top: 5px;
  max-height: 12em;
}
@media screen and (min-width: 600px), print {
  .important-info-container + .renew-inner {
    height: 100%;
    max-height: 16em;
    min-height: 128px;
  }
}
.important-info-container:empty + .renew-inner {
  margin-top: 0;
}
@media screen and (min-width: 600px), print {
  .important-info-container:empty + .renew-inner {
    max-height: 20em;
  }
}

.renew-inner::-webkit-scrollbar {
  width: 10px;
}

.renew-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

.renew-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #5290f5;
}

.renew-inner .info-section-title {
  display: none;
}

.renew-container dl {
  margin: 5px 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 600px), print {
  .renew-container dl {
    /*
    display: grid;
    grid-template-columns: 200px 1fr;
    */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    border: none;
    border-bottom: 1px dotted #a1a192;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .renew-container dl dt {
    white-space: nowrap;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px), print {
  .renew-container dl dd {
    padding: 0 1em;
  }
}

.renew-container time {
  display: inline-block;
  font-weight: bold;
}

.renew-ico dt::after {
  display: inline-block;
  width: 5em;
  margin: 0 0 0 5px;
  padding: 1px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 600px), print {
  .renew-ico dt::after {
    margin: 0 0 0 1em;
  }
}

.renew-ico01 dt::after {
  background: #ff536c;
  content: "重要";
}

.renew-ico02 dt::after {
  background: #3d84dd;
  content: "お知らせ";
}

.renew-ico03 dt::after {
  background: #29ad62;
  content: "更新情報";
}

.renew-ico04 dt::after {
  background: #ff7e00;
  content: "採用情報";
}

.important-info-container {
  padding-bottom: 10px;
  border-bottom: 5px solid #eee;
}

.important-info-container:empty {
  display: none;
}

.important-info-container dl a:link, .important-info-container dl a:visited {
  color: #d80000;
  font-weight: bold;
  text-decoration: none;
}
.important-info-container dl a:hover, .important-info-container dl a:active {
  text-decoration: underline;
}

th, td {
  padding: 6px;
  border: 1px solid #5290f5;
}

th {
  width: 7em;
  background-color: #ebebfc;
}

td {
  background-color: #fff;
}

/* グリッド用
----------------------------------------------------------- */
.top-info-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 600px), print {
  .top-info-box {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-time-table-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 600px), print {
  .top-time-table-container {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top-service-link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 600px), print {
  .top-service-link {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* お知らせエリア用
----------------------------------------------------------- */
.top-slide-wall {
  background: #f6f6ef;
}

/* お知らせサブコンテナ
----------------------------------------------------------- */
.top-info-sub-inner ul::before {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  background-color: #a1a192;
  content: "";
}

@media screen and (min-width: 600px), print {
  .top-info-sub-inner ul:nth-of-type(1)::before {
    display: none;
  }
}
/* 診療時間・面会時間 */
.top-time-table-container {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ebebfc;
}
.top-time-table-container h1 {
  margin-bottom: 10px;
  font-weight: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.top-time-table-container h1 em {
  display: inline-block;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 600px), print {
  .top-time-table-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.top-time-table-container dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  width: 100%;
  margin-bottom: 1em;
}
.top-time-table-container dl dt em {
  display: inline-block;
  font-weight: bold;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.top-time-table-container dl:last-of-type {
  margin-bottom: 0;
}
.top-time-table-container dl dd {
  margin-left: 1em;
}
@media screen and (min-width: 600px), print {
  .top-time-table-container dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 320px;
    margin-bottom: 0;
  }
  .top-time-table-container dl dt, .top-time-table-container dl dd {
    padding: 3px;
    background-color: transparent;
  }
  .top-time-table-container dl dt {
    background-color: #5290f5;
    color: #fff;
  }
  .top-time-table-container dl dt em {
    font-weight: normal;
  }
  .top-time-table-container dl dd {
    margin-left: 0;
    padding-left: 1em;
    background-color: #ebebfc;
  }
}

/* サービス紹介
----------------------------------------------------------- */
.top-service-link li a:link, .top-service-link li a:visited, .top-service-link li a:hover, .top-service-link li a:active {
  color: #222;
  text-decoration: none;
}
.top-service-link li a:link, .top-service-link li a:visited {
  opacity: 1.0;
}
.top-service-link li a:hover, .top-service-link li a:active {
  opacity: 0.5;
}

.top-service-link li + li {
  margin-top: 10px;
}

.top-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 318px;
  height: 90px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.top-service-link div span {
  display: block;
  width: 178px;
  text-align: center;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 600px), print {
  .top-service-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* ===========================================================
 6.施設の紹介
=========================================================== */
.top-feature-main-nav li a:link, .top-feature-main-nav li a:visited,
.top-feature-sub-nav li a:link, .top-feature-sub-nav li a:visited {
  color: #222;
  text-decoration: none;
  opacity: 1.0;
}

.top-feature-main-nav li a:hover, .top-feature-main-nav li a:active,
.top-feature-sub-nav li a:hover, .top-feature-sub-nav li a:active {
  color: #222;
  text-decoration: none;
  opacity: 0.5;
}

.top-feature-main-nav,
.top-feature-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.top-feature-main-nav div,
.top-feature-sub-nav div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-feature-main-nav li + li,
.top-feature-sub-nav li + li {
  margin-top: 10px;
}

.top-feature-main-nav div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 278px;
  height: 255px;
  padding: 10px;
  border: 1px solid #a1a192;
  border-top: 4px solid #a1a192;
  background-color: #fff;
}

.top-feature-sub-nav div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 68px;
  padding: 5px;
  border: 1px solid #a1a192;
  background-color: #fff;
}

.top-feature-main-nav img {
  width: 278px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 50%;
}

.top-feature-sub-nav img {
  width: 74px;
  height: auto;
  border-radius: 50%;
}

.top-feature-main-nav p {
  text-align: center;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}

.top-feature-sub-nav p {
  margin-left: 1em;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}

.top-feature-main-nav p + p {
  margin-top: 10px;
}

.top-feature-main-nav div::after,
.top-feature-sub-nav div::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #a1a192 transparent;
  content: "";
}

@media screen and (min-width: 600px), print {
  .top-feature-main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 20px;
  }

  .top-feature-main-nav li:nth-of-type(n + 5) {
    margin-top: 20px;
  }

  .top-feature-sub-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 20px;
  }

  .top-feature-main-nav li + li,
  .top-feature-sub-nav li + li {
    margin-top: 0;
  }

  .top-feature-main-nav div {
    width: 213px;
    height: 235px;
  }

  .top-feature-sub-nav div {
    width: 308px;
  }

  .top-feature-main-nav img {
    width: 213px;
  }
}
/* ===========================================================
 7.採用情報
=========================================================== */
.top-recruit-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.top-recruit-nav a:link, .top-recruit-nav a:visited,
.top-recruit-nav a:hover, .top-recruit-nav a:active {
  color: #fff;
  text-decoration: none;
}

.top-recruit-nav a:link img, .top-recruit-nav a:visited img,
.top-recruit-nav a:hover img, .top-recruit-nav a:active img {
  opacity: 1.0;
}

.top-recruit-nav li {
  border: 1px solid #3d84dd;
  border-radius: 10px;
}

.top-recruit-nav figure {
  position: relative;
  border-radius: 10px 10px 0 0;
  z-index: 0;
}

.top-recruit-nav img {
  border-radius: 10px 10px 0 0;
}

.top-recruit-nav a:hover figure::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background-color: rgba(61, 132, 221, 0.3);
  content: "";
  z-index: 2;
}

.top-recruit-nav p {
  padding: 5px;
  background: #3d84dd;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 600px), print {
  .top-recruit-nav {
    padding: 20px 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
/* ===========================================================
 8.各種取得認定
=========================================================== */
.top-certification-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-certification-nav li a:link, .top-certification-nav li a:visited {
  color: #222;
  text-decoration: none;
  opacity: 1.0;
}
.top-certification-nav li a:hover, .top-certification-nav li a:active {
  color: #222;
  text-decoration: none;
  opacity: 0.5;
}
.top-certification-nav li + li {
  margin-top: 10px;
}
.top-certification-nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 100px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.top-certification-nav div img {
  width: 100px;
  height: auto;
}
.top-certification-nav div span {
  display: block;
  width: 178px;
  text-align: center;
}
@media screen and (min-width: 600px), print {
  .top-certification-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .top-certification-nav li + li {
    margin-top: 0;
  }
  .top-certification-nav li {
    margin-right: 20px;
  }
  .top-certification-nav li:nth-of-type(3n) {
    margin-right: 0;
  }
  .top-certification-nav li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

/* ===========================================================
 9.外部リンク
=========================================================== */
.top-external-nav li a:link, .top-external-nav li a:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1.0;
}

.top-external-nav li a:hover, .top-external-nav li a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

.top-external-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-external-nav div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 78px;
  border: 1px solid #5290f5;
  border-radius: 2px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(41%, white), color-stop(41%, #5290f5), to(#5290f5));
  background: linear-gradient(to right, white 0%, white 41%, #5290f5 41%, #5290f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$main-color01',GradientType=1 );
}

.top-external-nav li + li {
  margin-top: 10px;
}

.top-external-nav img {
  width: 118px;
  height: 78px;
}

.top-external-nav p {
  margin-left: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px), print {
  .top-external-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .top-external-nav li {
    margin-right: 20px;
  }

  .top-external-nav li + li {
    margin-top: 0;
  }

  .top-external-nav li:nth-of-type(4n) {
    margin-right: 0;
  }

  .top-external-nav li:nth-of-type(n + 5) {
    margin-top: 20px;
  }

  .top-external-nav div {
    width: 224px;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(52.5%, white), color-stop(52.5%, #5290f5), to(#5290f5));
    background: linear-gradient(to right, white 0%, white 52.5%, #5290f5 52.5%, #5290f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$main-color01',GradientType=1 );
  }
}
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* メインビジュアル
----------------------------------------------------------- */
@media screen and (min-width: 600px), print {
  .main-visual-container {
    padding-top: 0;
  }
}

@media screen and (min-width: 600px), print {
  .main-visual {
    width: 1000px;
    height: 415px;
  }
}

/*ムービー使用のときのみ
.main-visual-container {
  padding-top: 41.5%;
  //数値は(元画像の高さ)/(元画像の幅)*100
  @include mq() {
    padding-top: 0;
  }
}
.movie-responsive-empty {
  padding-top: 41.5%;
  //数値は(元画像の高さ)/(元画像の幅)*100
}
*/
/* メインムービー用
----------------------------------------------------------- */
.main-movie-container {
  /* スライド枚数に合わせて調整 */
}
.main-movie-container .main-movie-item {
  visibility: hidden;
  -webkit-animation: mainMovie 48s 0s 1;
  animation: mainMovie 48s 0s infinite;
}
.main-movie-container .main-movie-item:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.main-movie-container .main-movie-item:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.main-movie-container .main-movie-item:nth-of-type(3) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.main-movie-container .main-movie-item:nth-of-type(4) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.main-movie-container .main-movie-item:nth-of-type(5) {
  -webkit-animation-delay: 32s;
  animation-delay: 32s;
}
.main-movie-container .main-movie-item:nth-of-type(6) {
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}

/* スライド枚数に合わせて調整 */
@keyframes mainMovie {
  0% {
    visibility: visible;
    opacity: 0;
  }
  8.3% {
    /* ★/2 */
    opacity: 1;
  }
  16.6% {
    /* 100/スライド枚数(=★) */
    opacity: 1;
  }
  31.6% {
    /* ★+15% */
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mainMovie {
  0% {
    visibility: visible;
    opacity: 0;
  }
  8.3% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  31.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*
@include mq() {
  .main-movie-container {
    width: 1000px;
    width: 100%;
    height: 415px;
  }
  .movie-text-main {
    top: 40px;
    right: 20px;
    text-align: right;
    font-size: 42px;
    font-size: 4.2rem;
    text-shadow:1px 1px 1px #ffffff,-1px -1px 1px #ffffff,-1px 1px 1px #ffffff,1px -1px 1px #ffffff,0 0 10px #ffffff;
  }
  .movie-text-sub {
    bottom: 20px;
    left: 20px;
    text-align: left;
    font-size: 23px;
    font-size: 2.3rem;
    color: #0065e3;
    text-shadow:1px 1px 1px #ffffff,-1px -1px 1px #ffffff,-1px 1px 1px #ffffff,1px -1px 1px #ffffff;
  }
}
*/
/* ピックアップコンテンツ
----------------------------------------------------------- */
/*
パターンA…　PC(横3)・SP(横4×縦1)※使用色($key-color01～$key-color04)
パターンB…　PC(横4)・SP(横4×縦1)※使用色($key-color01～$key-color04)
パターンC…　PC(横5)・SP(横2×縦3)※使用色($key-color01～$key-color03)
*/
.top-pickup {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-columns: 1fr 1fr 1fr 1fr;　パターンA・B */
  /* grid-template-columns: 1fr 1fr;　パターンC */
}

.top-pickup-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  /* flex-flow: column nowrap;　パターンA・B */
  /* flex-flow: row nowrap;　パターンC */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* justify-content: space-between;　パターンA・B */
  /* justify-content: flex-start;　パターンC */
}

.top-pickup-btn span {
  margin-top: 5px;
  margin-left: 0px;
  /* margin-top: 5px;
     margin-left: 0px;　パターンA・B */
  /* margin-left: 5px;　パターンC */
}

@media screen and (min-width: 600px), print {
  /*
  .top-pickup {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  */
  /* パターンA・C 
  .top-pickup {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  パターンA・C */
  /* パターンA
  .top-pickup li {
    &:first-of-type {
      border-left: 1px solid $base-color01;
      &::before {
        position: absolute;
        left: -2px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #fff;
        content: "";
      }
    }
    &:last-of-type {
      border-right: 1px solid #fff; 
      &::after {
        position: absolute;
        right: -2px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: $base-color01;
        content: "";
      }
    }
  }
  パターンA */
  .top-pickup li:nth-of-type(5) {
    border-right: 1px solid #fff;
  }
  .top-pickup li:nth-of-type(5)::after {
    position: absolute;
    top: 0;
    right: -2px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #a1a192;
    content: "";
  }

  /* パターンB
  .top-pickup li {
    &:nth-of-type(5) {
      border-right: 1px solid #fff; 
      &::after {
        position: absolute;
        top: 0;
        right: -2px;
        display: block;
        width: 1px;
        height: 100%;
        background-color: $base-color01;
        content: "";
      }
    }
  }
  パターンB */
  /* パターンA
  .top-pickup li:nth-of-type(1) {
    grid-column: 2/3;
  }
  .top-pickup li:nth-of-type(2) {
    grid-column: 3/4;
  }
  .top-pickup li:nth-of-type(3) {
    grid-column: 4/5;
  }
  パターンA */
  .top-pickup-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* 当院からのお知らせ
----------------------------------------------------------- */
.renew-inner {
  max-height: 12em;
}
@media screen and (min-width: 600px), print {
  .renew-inner {
    height: 100%;
    max-height: 20em;
    min-height: 128px;
  }
}
.important-info-container + .renew-inner {
  /* 重要なお知らせの件数に合わせ適宜変更 */
  max-height: 12em;
}
@media screen and (min-width: 600px), print {
  .important-info-container + .renew-inner {
    height: 100%;
    max-height: 19em;
    min-height: 128px;
  }
}
.important-info-container:empty + .renew-inner {
  margin-top: 0;
}
@media screen and (min-width: 600px), print {
  .important-info-container:empty + .renew-inner {
    max-height: 20em;
  }
}

.top-info-sub-container {
  /* 「診療時間・面会時間」の見出しの最大文字数に合わせて変更 */
}
@media screen and (min-width: 600px), print {
  .top-info-sub-container {
    /* 「診療時間・面会時間」の高さに合わせて変更 */
    grid-template-rows: 358px 1fr;
  }
}
.top-info-sub-container dl {
  grid-template-columns: 4em 1fr;
}

/* 施設の紹介
----------------------------------------------------------- */
/*
「メインナビゲーション」
高さのみ変更可
「サブナビゲーション」
パターンA…　PC(横3折り返し)
パターンB…　PC(横4折り返し)
パターンC…　PC(横5折り返し)
*/
@media screen and (min-width: 600px), print {
  .top-feature-sub-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 20px;
  }

  .top-feature-main-nav li + li,
  .top-feature-sub-nav li + li {
    margin-top: 0;
  }

  .top-feature-sub-nav li:nth-of-type(n + 6) {
    margin-top: 10px;
  }

  /*
  .top-feature-sub-nav li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  　パターンA */
  /*
  .top-feature-sub-nav li:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  　パターンB */
  /*
  .top-feature-sub-nav li:nth-of-type(n + 6) {
    margin-top: 10px;
  }
  　パターンC */
  .top-feature-main-nav div {
    height: 235px;
  }

  .top-feature-sub-nav div {
    width: 180px;
    /*width: 308px;　パターンA */
    /*width: 228px;　パターンB */
    /*width: 180px;　パターンC */
  }

  .top-feature-sub-nav p {
    margin-left: 5px;
    /*width: 1em;　パターンA */
    /*width: 1em;　パターンB */
    /*width: 5px;　パターンC */
  }
}
/* ===========================================================
 2.汎用スタイル
=========================================================== */
 /* お知らせ 
  .top-info-inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  @include mq() {
    grid-template-rows: 42px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;  
    margin-bottom: 0;
    height: 300px;
    }
   }
*/
/* トップページSNSリンク */
.top-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-sns-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 318px;
  background-color: #fff;
}
.top-sns-link div span {
  display: block;
  width: 178px;
  text-align: center;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 600px), print {
  .top-sns-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top-sns-link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 600px), print {
  .top-sns-link {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* トップページ紹介画像のレスポンシブ時移動 */
.photo-container-grid_2_1 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 600px), print {
  .photo-container-grid_2_1 {
    grid-template-columns: 1fr 1fr;
  }
}
/* コロナお知らせの縦幅 
  .header-important-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: calc(100% - 6px);
  max-height: 230px;
  margin: 0;
  background-color: #fff5f5;
  border: 3px solid #cf1a16;
  @include mq() {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    max-height: 140px;
    height: 80px;
  }
}
*/
/* メインビジュアル背景 */
.main-visual-container {
  position: relative;
  overflow-x: hidden;
  background-image: url(/senbon-cl/images/index/fig_back.png);
}
@media screen and (min-width: 600px), print {
  .main-visual-container {
    min-width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1279px), print {
  .main-visual-container {
    min-width: 1000px;
    padding-top: 0;
  }
}

/*# sourceMappingURL=index.css.map */