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

File name:      fotm.scss
Last Update:    2026/02/21
Style Info:     フォーム
------------------------------------------------------------->*/
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園鎌倉LP用(C)FureaiGroup 2025

File name:      _variable.scss
Last Update:    2026/02/21
Style Info:     変数指定用。
------------------------------------------------------------->
 0.基本スタイル
 1.ヘッダー・フッター
 2.個別ページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* フォント系
----------------------------------------------------------- */
/* テキストカラー */
/* リンクカラー */
/* フォント */
/* テキストアンチエイリアス処理 */
/* カラー系
----------------------------------------------------------- */
/* メイン／サブカラー */
/* 背景 */
/* 汎用カラー */
/* 無彩色 */
/* メディアクエリ
----------------------------------------------------------- */
/* フォント専用 */
/* cleafix
----------------------------------------------------------- */
/* 湘南ふれあいの園標準フォーマット[有料ホーム]（TYPE:F）
----------------------------------------------------------- */
/* フォント */
/*フォントサイズ*/
/* コンテンツ幅 */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* ===========================================================
 2.個別ページ
=========================================================== */
/* タイトル帯
----------------------------------------------------------- */
.title-band-format {
  position: relative;
  padding: 3em 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.title-band-format::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 80%);
  content: "";
}
.title-band-format span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px), print {
  .title-band-format {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/* パンくず
----------------------------------------------------------- */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 11px;
  list-style: none;
}
@media screen and (min-width: 600px), print {
  .breadcrumb {
    margin: 0 auto 2em;
    max-width: 960px;
    min-width: 960px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1279px), print {
  .breadcrumb {
    max-width: 1000px;
    min-width: 1000px;
  }
}
.breadcrumb a {
  color: #222;
}

.breadcrumb li:not(:last-of-type)::after {
  margin: 0 0.6em;
  color: #777;
  content: "›";
}

/* セクションタイトル */
.section-title-h1 {
  text-align: center;
  max-width: 1000px;
  margin-top: 2em;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px), print {
  .section-title-h1 {
    font-size: 28px;
  }
}

/* 汎用スタイル
----------------------------------------------------------- */
.form01 .w-auto {
  width: auto;
}

.form01 .w100 {
  width: 100%;
}

.form01 .w60 {
  width: 60%;
}

div.form-ba01 {
  background: #f1f8f5;
  padding-bottom: 2em;
}

div.form-ba02 {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 2em;
}
@media screen and (min-width: 600px), print {
  div.form-ba02 {
    width: 1000px;
  }
}

.form01 {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  max-width: 800px;
  margin: 0 auto;
}
.form01 tr {
  font-size: 12px;
}
@media screen and (min-width: 600px), print {
  .form01 tr {
    font-size: 16px;
  }
}
.form01 th,
.form01 td {
  padding-bottom: 1em;
}
@media screen and (min-width: 600px), print {
  .form01 {
    padding-bottom: 1em;
  }
}

.form-content {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.question-item p {
  font-weight: 700;
}

.answer-item input,
.answer-item select {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #f0f0f0;
  border-radius: 5px;
  height: 50px;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 600px), print {
  .answer-item input,
  .answer-item select {
    padding: 0 10px;
    margin: 5px;
    font-size: 16px;
  }
}

.times-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.answer-item-der input {
  width: auto;
}

.recruitment-box01 {
  border: #ccc solid 1px;
}
.recruitment-box01 legend {
  background: #fff;
  padding: 0 5px;
}
.recruitment-box01 div {
  margin: 0.5em;
}

.label01 {
  margin-left: 10px;
}

.entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
.entry-btn input {
  background-color: #e1e1e1;
  color: #5c5c5c;
  cursor: pointer;
  border-color: #fafafa;
  margin: 3em auto 0;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  padding: 1em 5em;
}
.entry-btn input:hover {
  background-color: #efeded;
}

.getAddress {
  cursor: pointer;
}
.getAddress:hover {
  background-color: #efeded;
}

.requisite {
  position: relative;
}
.requisite::after {
  position: absolute;
  content: "必須";
  margin-left: 5px;
  color: rgb(255, 133, 133);
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
  margin-top: -5.5px;
}

.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-content {
  margin-bottom: 1em;
}

.form-contentbox {
  border: solid 2px #e0e0e0;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
}
.form-contentbox h2 {
  position: absolute;
  top: -15px;
  background: #fff;
  padding: 0 5px;
}

.form-ba-h2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
  background: #ff4c4c;
}
@media screen and (min-width: 600px), print {
  .form-ba-h2 {
    font-size: 20px;
  }
}

/* フォームヘッダー
----------------------------------------------------------- */
.header_container {
  padding: 15px 0;
}
@media screen and (min-width: 600px), print {
  .header_container {
    padding: 28px 0;
  }
}

header.header-logo {
  width: 220px;
  margin: 2px 12px;
}
@media screen and (min-width: 600px), print {
  header.header-logo {
    margin: 0px 0px 0px 30px;
    min-width: 250px;
  }
}
/*# sourceMappingURL=form.css.map */