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

File name:      index.scss
Last Update:    2025/08/19
Style Info:     トップページ
------------------------------------------------------------->
 0.初期設定
 1.メインビジュアル
 2.共通パーツレイアウト
 3.汎用スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2021

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

.main-visual-container {
  margin-bottom: 5em;
}

.main-scroll {
  position: absolute;
  right: 50%;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  z-index: 9997;
}
.main-scroll span {
  position: absolute;
  bottom: 34px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 960px), print {
  .main-scroll span {
    font-size: 16px;
  }
}
.main-scroll:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -2px;
  width: 1px;
  height: 5px;
  background: #fff;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}
@media screen and (min-width: 960px), print {
  .main-scroll:before {
    right: -4px;
    width: 2px;
    height: 15px;
  }
}
.main-scroll:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 1px;
  height: 38px;
  background: #fff;
}
@media screen and (min-width: 960px), print {
  .main-scroll:after {
    width: 2px;
    height: 50px;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  to {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  to {
    bottom: 1%;
  }
}
.index-facility-container {
  text-align: center;
  margin: 5em auto;
}
@media screen and (min-width: 960px), print {
  .index-facility-container .index-facility-container {
    width: 720px;
  }
}

.index-facility-container .index-contents-inner {
  margin: 5em 10px;
  line-height: 1.8;
}
.index-facility-container .index-contents-inner h2 {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 960px), print {
  .index-facility-container .index-contents-inner h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px), print {
  .index-facility-container .index-contents-inner {
    margin: 10em 9px;
    font-size: 16px;
  }
}

.index-service-container {
  margin-bottom: 5em;
  max-width: 1000px;
  margin: 0 auto;
}
.index-service-container h1 {
  font-size: 28px;
  margin-left: 1em;
  top: 10px;
  position: relative;
  color: rgba(204, 204, 204, 0.4);
}
@media screen and (min-width: 960px), print {
  .index-service-container h1 {
    font-size: 42px;
    top: -10px;
  }
  .index-service-container h1:after {
    top: 15px;
  }
}
.index-service-container h1::after {
  position: absolute;
  top: 15px;
  left: 0;
  color: #333;
  font-size: 28px;
  content: "暮らしをより良く";
}
@media screen and (min-width: 960px), print {
  .index-service-container h1::after {
    top: 30px;
    font-size: 38px;
  }
}

.top-background {
  background: #f1f8f5;
  padding: 10px;
}

.index-service-container .index-service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index-service-container .index-service-inner li {
  text-align: center;
  border: solid 1px #e9e9e9;
  background: #fff;
  margin: 30px;
  border-radius: 10px;
  padding: 5px;
  max-width: 300px;
}
@media screen and (min-width: 960px), print {
  .index-service-container .index-service-inner li {
    max-width: 40%;
  }
  .index-service-container .index-service-inner li figure {
    width: 350px;
  }
}
.index-service-container .index-service-inner li div {
  padding: 10px;
}

.service-content h2 {
  color: #2E9568;
  margin: 1em 0 0.5em 5px;
  font-size: 18px;
}
.service-content p {
  padding: 0px 0px 20px 0px;
  line-height: normal;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 960px), print {
  .service-content p {
    padding: 10px 5px 3em 5px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.service-link-btn {
  text-align: center;
  margin: 1em;
}
.service-link-btn a {
  padding: 13px 30px;
  background: #2E9568;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}

.index-service-container .index-service-inner .btn-service-item {
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
}
.index-service-container .index-service-inner .btn-service-item :after {
  content: "➡";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 5px;
  background-size: contain;
  vertical-align: middle;
}

.btn-index-item {
  padding: 10px 15px;
  margin: 0 auto;
  border: #707070 solid 1px;
  width: 150px;
  color: #707070;
}

.top-column-container {
  background-color: #2E9568;
  padding: 3em 30px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}

.top-column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1em;
}

.top-column-box {
  background: #fff;
  border-radius: 25px;
  padding: 10px;
}

.top-first-column {
  width: 350px;
}

.top-etc-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
.top-etc-column li {
  width: 30%;
  margin: 10px;
}

.top-info-container {
  max-width: 1000px;
  margin: 5em 9px;
}
@media screen and (min-width: 960px), print {
  .top-info-container {
    margin: 5em auto;
  }
}
.top-info-container h1 {
  position: relative;
  padding: 0.25em 0;
  font-size: 2.4rem;
  color: #2E9568;
  line-height: 1.4;
  margin-bottom: 8px;
}
.top-info-container h1::after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 149, 104)), to(transparent));
  background: linear-gradient(to right, rgb(46, 149, 104), transparent);
}

.renew-container {
  margin-bottom: 1em;
}
.renew-container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #eeeeee;
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 1em;
  font-size: 12px;
}
@media screen and (min-width: 960px), print {
  .renew-container dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
}
.renew-container dl dt {
  margin-right: 5px;
  margin-left: 5px;
}
.renew-container dl dd {
  line-height: 1.5;
  margin-left: 5px;
}
.renew-container a {
  color: #333;
}
@media screen and (min-width: 960px), print {
  .renew-container dl {
    font-size: 16px;
  }
}

.top-contact-container {
  background: #9cbfaf;
  padding: 3em 1em;
  text-align: center;
  margin-top: 10em;
}
.top-contact-container h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0.5em;
}

.top-flame {
  max-width: 1000px;
  margin: 0 auto;
}

.top-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
}
.top-form-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: #fff;
  height: 40px;
  color: #000;
}
@media screen and (min-width: 960px), print {
  .top-form-box a {
    height: 60px;
    padding: 15px;
  }
}
.top-form-box a p {
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 960px), print {
  .top-form-box a p {
    font-size: 20px;
  }
}
.top-form-box img {
  position: relative;
  width: 100px;
}
.top-form-box div {
  margin: 15px;
  width: 350px;
}
@media screen and (min-width: 960px), print {
  .top-form-box div {
    margin: 0;
  }
}
@media screen and (min-width: 960px), print {
  .top-form-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-recruit-vontainer {
  max-width: 1000px;
  margin: 5em 10px;
  text-align: center;
  padding-bottom: 2em;
  border-bottom: 1px dashed #8c8b8b;
}
@media screen and (min-width: 960px), print {
  .top-recruit-vontainer {
    margin: 5em auto;
  }
}
.top-recruit-vontainer h1 {
  font-size: 25px;
  margin-bottom: 1em;
}
.top-recruit-vontainer p {
  margin-bottom: 2em;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 260px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main_logo {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
}

.slide {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 74px;
}
@media screen and (min-width: 960px), print {
  .slide {
    height: 1000px;
    margin-top: 0px;
  }
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slider-1 32s linear infinite;
          animation: slider-1 32s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(/sono/odawara/images/index/fig_movie01.webp);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url(/sono/odawara/images/index/fig_movie02.webp);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url(/sono/odawara/images/index/fig_movie03.webp);
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

.slide-image:nth-child(4) {
  background-image: url(/sono/odawara/images/index/fig_movie04.webp);
  -webkit-animation-delay: 22s;
          animation-delay: 22s;
}

@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.text-box {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  white-space: nowrap;
}

.title {
  text-orientation: upright;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #000000;
  font-weight: 400;
}
@media screen and (min-width: 960px), print {
  .title {
    font-size: 30px;
    padding: 0 20px;
  }
}

.description {
  color: white;
  text-shadow: 1px 2px 3px #000000;
  text-align: center;
}

@media screen and (min-width: 960px), print {
  .top-contents-container {
    width: 1000px;
    margin: 0 auto;
  }
}

.top-contents-container-h1 {
  position: relative;
  border-bottom: 2px #009b70 solid;
  width: 110px;
  padding-right: 18px;
  margin: 0 auto;
  margin-bottom: 1em;
  color: #009b70;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.top-contents-container-h1::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -1px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #009b70;
}
@media screen and (min-width: 960px), print {
  .top-contents-container-h1::after {
    top: 13px;
    right: 10px;
  }
}
@media screen and (min-width: 960px), print {
  .top-contents-container-h1 {
    width: 150px;
    font-size: 20px;
  }
}

h1.contope::after {
  border-top: 0px;
  border-bottom: 12px solid #009b70;
}

.top-external-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  border: #eeeeee solid 1px;
  padding: 15px;
  margin-bottom: 2em;
  overflow: hidden;
  height: 250px;
  opacity: 0.5;
  pointer-events: none;
}
.top-external-nav ul {
  margin: 5px 10px 20px;
}
.top-external-nav ul li {
  line-height: 2;
}
.top-external-nav dl {
  margin-bottom: 1em;
}

div.ext-clo {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 960px), print {
  .top-external-nav {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .top-external-nav figcaption {
    margin-left: 5px;
  }
}
.top-external-nav-content li {
  margin-bottom: 10px;
  padding: 15px;
}
.top-external-nav-content li a {
  color: #333;
}
.top-external-nav-content li img {
  width: 130px;
}
.top-external-nav-content li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-external-nav-content li figure figcaption {
  margin-left: 5px;
}
.top-external-nav-content li + li {
  border-top: 1px dashed #8c8b8b;
}

/* スライド
----------------------------------------------------------- */
.slick-prev:before,
.slick-next:before {
  color: #000;
  display: none;
}
@media screen and (min-width: 960px), print {
  .slick-prev:before,
  .slick-next:before {
    display: block;
  }
}

.top-slide-container {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.top-slide-container a:link img,
.top-slide-container a:visited img,
.top-slide-container a:active img,
.top-slide-container a:hover img {
  opacity: 1;
}

.top-slide-inner div + div {
  margin-left: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px), print {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

.top-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  padding: 0;
  color: #c7c7c7;
}
.top-slider-dots a {
  text-decoration: none;
  padding: auto;
  cursor: pointer;
}
@media screen and (min-width: 960px), print {
  .top-slider-dots a {
    padding: 5px;
  }
}
.top-slider-dots li {
  background: #e9e9e9;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 0;
}
@media screen and (min-width: 960px), print {
  .top-slider-dots li {
    line-height: 2;
    width: 30px;
    height: 30px;
  }
}

.top-slider-dots li + li {
  margin-left: 10px;
}

li.slick-active {
  color: #fff;
  background-color: #222;
}

@media screen and (min-width: 960px), print {
  .slick-prev,
  .slick-next {
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top-slide-container {
    margin: 0 auto;
    width: 1000px;
    padding-top: 4em;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .top-slide-inner img {
    width: 80%;
    margin: 0 auto;
  }
}
.top-slide-wall {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px), print {
  .top-slide-wall {
    max-width: 1000px;
  }
}

.slick-item a {
  color: #222;
}
.slick-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-info-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px), print {
  .top-info-banner-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
/*# sourceMappingURL=index.css.map */