@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2021

File name:      document.scss
Last Update:    2021/11/06
Style Info:     お問い合わせ用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
 3.パンフレット
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/00/00
Style Info:     ふれあいグループ標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* メインカラー */
/*$base-color02: #bd9f77;*/
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* ===========================================================
 2.汎用スタイル
=========================================================== */
/* ===========================================================
 3.パンフレット
=========================================================== */
.document-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.document-container a:link, .document-container a:visited {
  color: #333;
  text-decoration: none;
}
.document-container a:hover, .document-container a:active {
  text-decoration: none;
}
.document-container figure:hover {
  opacity: 0.5;
}
.document-container img {
  max-width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media screen and (min-width: 960px), print {
  .document-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.movie01 {
  width: 100%;
  height: auto;
}