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

File name:      dwelling.scss
Last Update:    2025/09/27
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.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* 汎用スタイル
------------------------------------------------------------- */
.sp-item {
  display: block;
}
@media screen and (min-width: 960px), print {
  .sp-item {
    display: none;
  }
}

/* 住まい
------------------------------------------------------------- */
.dwelling-container01 {
  padding: 1em;
  border: 3px solid #b24343;
}
.dwelling-container01 h1 {
  margin-bottom: 0.5em;
  color: #b24343;
  font-weight: bold;
}

.dwelling-photo-container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dwelling-photo-container01 figure {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 960px), print {
  .dwelling-photo-container01 {
    gap: 20px;
  }
  .dwelling-photo-container01 figure {
    width: calc((100% - 60px) / 4);
    text-align: center;
  }
}
/*# sourceMappingURL=dwelling.css.map */