@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[有料ホーム]（TYPE:G）(C)FureaiGroup 2023

File name:      _variable.scss
Last Update:    2023/03/08
Style Info:     湘南ふれあいの園標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/*フォントサイズ*/
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園（TYPE:G）(C)FureaiGroup 2023

File name:      access.scss
Last Update:    2023/04/07
Style Info:     交通アクセス
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 変数読込
------------------------------------------------------------- */
/* 汎用スタイル
------------------------------------------------------------- */
/* 交通アクセス
------------------------------------------------------------- */
.google_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 960px), print {
  .google_map iframe {
    width: 1000px;
  }
}

.access-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff7ea;
  padding: 15px;
}
@media screen and (min-width: 960px), print {
  .access-box01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .access-box01 div {
    width: 50%;
  }
}

.secondary-text {
  font-size: 22px;
  border: #222 solid 1px;
  width: 250px;
  text-align: center;
  padding: 5px;
  margin: 1em;
}
/*# sourceMappingURL=access.css.map */