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

File name:      moving.scss
Last Update:    2025/10/11
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;
  }
}

/* 入居までの流れ
------------------------------------------------------------- */
/*
1.入居までの流れ
*/
.flow_list > li:not(:last-child)::before {
  content: "";
  border-top: 35px solid #999999;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -60px;
}
@media screen and (min-width: 960px), print {
  .flow_list > li:not(:last-child)::before {
    -webkit-transform: none;
            transform: none;
    bottom: -55px;
    right: 463px;
  }
}

.flow_number {
  position: absolute;
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin: 10px;
}
@media screen and (min-width: 960px), print {
  .flow_number {
    font-size: 50px;
  }
}

.flow_list li {
  background-image: linear-gradient(147deg, rgb(0, 102, 51), rgb(107, 165, 136));
  padding: 3em 4em;
  position: relative;
  margin: 4em auto;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 960px), print {
  .flow_list li {
    width: 850px;
  }
}
.flow_list li h3 {
  font-size: 23px;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px), print {
  .flow_list li h3 {
    font-size: 30px;
  }
}

.flow_list01::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/seniornishi/images/moving/pht_flow01.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list01::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list02::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/seniornishi/images/moving/pht_flow02.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list02::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list03::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/seniornishi/images/moving/pht_flow03.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list03::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list04::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/seniornishi/images/moving/pht_flow04.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list04::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list05::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/seniornishi/images/moving/pht_flow05.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list05::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list06::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/seniornishi/images/moving/pht_flow06.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list06::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.sum-apply {
  background: #e9e9e9;
  padding: 1em;
}

.flow_text a[href^="tel:"] {
  color: #fff;
}

.table-calculation01 {
  background-color: #ddebf7;
}
.table-calculation01 tr:nth-of-type(1) td:nth-of-type(1) {
  border-bottom: 1px solid #333;
}
.table-calculation01 td {
  vertical-align: middle;
  padding: 5px 10px;
  text-align: center;
}

.floor-plan-container {
  text-align: center;
}
.floor-plan-container .type-outline {
  margin-bottom: 1em;
  padding: 0.3em;
  background-color: #fce4d6;
}
.floor-plan-container .table03 {
  width: 100%;
}

.resident-case-container {
  padding: 1em;
  border: 2px solid #6ac46a;
  border-radius: 10px;
}
.resident-case-container h1 {
  padding: 0.3em;
  color: #fff;
  background-color: #6ac46a;
}
.resident-case-container .personal {
  margin: 0.3em 0;
  font-weight: bold;
}
.resident-case-container + .resident-case-container {
  margin-top: 30px;
}
/*# sourceMappingURL=moving.css.map */