@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園（TYPE:G）(C)FureaiGroup 2023

File name:      exercises.scss
Last Update:    2026/01/13
Style Info:     個人情報保護
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 変数読込
------------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[有料ホーム]（TYPE:G）(C)FureaiGroup 2023

File name:      _variable.scss
Last Update:    2023/03/08
Style Info:     湘南ふれあいの園標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/*フォントサイズ*/
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* 汎用スタイル
------------------------------------------------------------- */
.frailty-details-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
.frailty-details-container .frailty-details .section-title-h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  border: 1px solid #2E9568;
}
.frailty-details-container .frailty-details table th, .frailty-details-container .frailty-details table td {
  padding: 5px;
}
.frailty-details-container .frailty-details table th {
  white-space: nowrap;
}
@media screen and (min-width: 960px), print {
  .frailty-details-container {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.google-calendar {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3（600 ÷ 800） */
}
.google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=exercises.css.map */