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

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

File name:      information.scss
Last Update:    2023/02/18
Style Info:     お知らせ
------------------------------------------------------------->*/
/*
1.お知らせ一覧フォーマット
2.お知らせフォーマット
3.汎用スタイル


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 変数読込
----------------------------------------------------------- */
/*
1.お知らせ一覧フォーマット
*/
.page-invisible {
  opacity: 0;
}
.renew-container {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px), print {
  .renew-container {
    width: 1000px;
  }
}
.renew-container dl {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
}
.renew-container dl:first-child {
  border-top: 1px solid #ccc;
}
.renew-container dl dd {
  margin-left: 10px;
}
.renew-container dl a {
  color: #222;
}

.pege-number {
  display: flex;
  justify-content: center;
}
.pege-number a {
  color: #222;
}

.pege-number a {
  background: #e9e5de;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.pege-number span {
  background: #e9e5de;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

span.current {
  background: #222;
  color: #ccc;
}

/*
1.お知らせフォーマット
*/
.information-container {
  background-color: #f1f8f5;
  padding: 50px 0 0 0;
}
@media screen and (min-width: 960px), print {
  .information-container {
    padding: 50px;
  }
}

.information-bg {
  background-color: #ffffff;
}

.information-content {
  margin: 0 auto;
  padding: 5em 1em 5em 1em;
}
@media screen and (min-width: 960px), print {
  .information-content {
    width: 1000px;
  }
}
.information-content h1 {
  position: relative;
  font-size: 28px;
  margin-bottom: 1em;
  padding-bottom: 5px;
}
@media screen and (min-width: 960px), print {
  .information-content h1 {
    font-size: 24px;
  }
}
.information-content h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.info-btn {
  width: 250px;
  margin: 3em auto 0;
  background-color: #2e9568;
  border-radius: 50px;
}
.info-btn a {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (min-width: 960px), print {
  .info-btn a {
    padding: 15px 50px 15px 35px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.info-btn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px; /* くの字を山なりに見た時、左側の長さ */
  height: 8px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
.info-btn:hover {
  background-color: #2db579;
}
@media screen and (min-width: 960px), print {
  .info-btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 汎用スタイル
----------------------------------------------------------- *//*# sourceMappingURL=information.css.map */