@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フォーライフ企画(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/10/21
Style Info:     フォーライフ企画（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* リンクカラー */
/* アンチエイリアス処理 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フォーライフ企画(C)FureaiGroup 2021

File name:      index.scss
Last Update:    2021/10/23
Style Info:     サイトトップ用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
 3.トップメイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
.index-link-btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 15px 45px;
  background-color: #b9b9c8;
  border: 3px solid #b9b9c8;
  text-align: center;
  cursor: pointer;
}
.index-link-btn a {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.index-link-btn a span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 960px), print {
  .index-link-btn a span {
    -webkit-transform: rotate(0.028deg);
            transform: rotate(0.028deg);
  }
}
.index-link-btn:hover {
  background-color: #fff;
  border: 3px solid #2693ff;
}
.index-link-btn:hover a {
  color: #2693ff;
}
@media screen and (min-width: 960px), print {
  .index-link-btn {
    margin: 40px 0 0 0;
  }
  .index-link-btn a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ===========================================================
 2.汎用スタイル
=========================================================== */
.index-contents-inner {
  padding: 40px 10px;
}
@media screen and (min-width: 960px), print {
  .index-contents-inner {
    max-width: 1300px;
    min-width: 960px;
    margin: 0 auto;
    padding: 100px 40px;
  }
}

/* タイトル
----------------------------------------------------------- */
.index-title-h1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 0.3em 0;
  border-bottom: 6px solid #b9b9c8;
  font-size: 5vw;
  font-weight: normal;
  text-align: left;
}
.index-title-h1 em {
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 960px), print {
  .index-title-h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* ===========================================================
 3.トップメイン
=========================================================== */
.main-visual {
  position: relative;
  overflow: hidden;
  height: 70vh;
  background-image: url(../../images/index/main.jpg);
  background-size: cover;
  background-position: center;
}

.main-visual-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-visual-copy .main-copy {
  display: block;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 10vw;
  white-space: nowrap;
}
.main-visual-copy .main-copy span {
  display: inline-block;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}
.main-visual-copy .main-copy span::after {
  display: block;
  margin-top: 0.3em;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.main-visual-copy .sub-copy {
  display: inline-block;
  margin-top: 1em;
  font-size: 3.2vw;
  line-height: 1.4;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
@media screen and (min-width: 960px), print {
  .main-visual-copy .main-copy {
    font-size: 50px;
    font-size: 5rem;
  }
  .main-visual-copy .sub-copy {
    font-size: 20px;
    font-size: 2rem;
    white-space: nowrap;
  }
}

/* トップ施設概要
----------------------------------------------------------- */
.index-outline-copy {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 7.2vw;
}
@media screen and (min-width: 960px), print {
  .index-outline-copy {
    font-size: 48px;
    font-size: 4.8rem;
    -webkit-transform: rotate(0.028deg);
            transform: rotate(0.028deg);
  }
}

.index-outline-txt {
  margin-top: 40px;
  max-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 960px), print {
  .index-outline-txt {
    -webkit-transform: rotate(0.028deg);
            transform: rotate(0.028deg);
  }
}

/* トップページメインナビ
----------------------------------------------------------- */
.index-nav-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  color: #fff;
}
.index-nav-container a:link, .index-nav-container a:visited, .index-nav-container a:hover, .index-nav-container a:active {
  color: #fff;
  text-decoration: none;
}
.index-nav-container .index-nav-btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-nav-container .index-nav-btn figure {
  background-color: #74bbe9;
}
.index-nav-container .index-nav-btn figure img {
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-nav-container .index-nav-btn em {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 30%;
  padding: 10px;
  color: #fff;
  border: 3px solid #fff;
  font-size: 5vw;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.index-nav-container .index-nav-btn em span {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.index-nav-container .index-nav-btn:hover figure img {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 960px), print {
  .index-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .index-nav-container .index-nav-btn em {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/* 新着情報
----------------------------------------------------------- */
.news-container {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.9))), url(../../images/index/bg_news.jpg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9)), url(../../images/index/bg_news.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.renew-container {
  margin-bottom: 40px;
}
.renew-container article {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew-container article .info-list {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.renew-container article .info-list-item {
  display: block;
  width: 100%;
  padding: 0.8em 0;
}
.renew-container article .info-list-item dt {
  margin-bottom: 0.5em;
}
.renew-container article .info-list-item dt time {
  display: inline-block;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.renew-container article .info-list-item dd {
  line-height: 1.4;
}
.renew-container article .info-list-item dd p {
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.renew-container article .info-list-item + .info-list-item {
  border-top: 1px dashed #292934;
}
@media screen and (min-width: 960px), print {
  .renew-container {
    margin-bottom: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */