@charset "UTF-8";
/* 園の概要ページ用CSS */

/* ========================================
   1. ベース設定
   ======================================== */
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
}

body a {
  color: #333333;
}

/* ========================================
   2. ヘッダー・ナビゲーション
   ======================================== */
.top_slider_msg {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, .7);
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 40%;
}

#detailHd {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#detailHd .visual-container {
  position: relative;
  width: 100%;
  height: 420px;
}

#detailHd .visual-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PC/SP表示制御 */
.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_menu {
  width: 100%;
  background-color: #FDF5F7;
}

.pc_menu .pc_nav_wrap,
.footer .inner .footer_menu .pc_nav_wrap {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 3;
  display: flex;
  justify-content: space-between;
}

.pc_menu .pc_nav_wrap a,
.footer .inner .footer_menu .pc_nav_wrap a {
  line-height: 3;
  display: inline-block;
}

.sp_menu {
  width: 100%;
  background-color: #FDF5F7;
}

.sp_menu .menu_block {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 3;
  display: flex;
  justify-content: space-evenly;
}

.sp_menu .menu_block a {
  line-height: 3;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #detailHd {
    margin-bottom: 0;
    background-size: 12px 12px;
  }

  #detailHd .visual-container {
    height: 210px;
  }

  .top_slider_msg {
    font-size: 36px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_menu .menu_block {
    font-size: 14px;
  }
}

/* ========================================
   3. フェードアニメーション
   ======================================== */
.fade {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1000ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   4. レイアウト・コンテナ
   ======================================== */
.overviewInner {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px 45px;
}

.gallery_wrap {
  margin-bottom: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery_wrap .slick_03 {
  width: 100%;
  margin: 0 auto;
}

.gallery_wrap .slick_03 .top_slider_panel {
  width: 100%;
  position: relative;
}

.gallery_wrap .slick_03 .top_slider_panel .top_slider_ph {
  width: 100%;
}

.gallery_wrap .slick_03 .top_slider_panel .top_slider_ph img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .overviewInner {
    padding-bottom: 25px;
  }
}

/* ========================================
   5. テキスト・タイポグラフィ
   ======================================== */
.txt {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px
}

.txt strong {
  color: #FA7DA7;
}

.txt2 {
  text-align: center;
  margin-top: 25px;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.txtc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
  }

  .txt br {
    display: none;
  }

  .txt br.sp {
    display: inline;
  }

  .txt2 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
  }

  .txt2 br {
    display: none;
  }

  .txt2 br.sp {
    display: inline;
  }
}

/* ========================================
   6. セクションタイトル
   ======================================== */
.section-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  color: #655346;
  margin: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: '';
  display: block;
  width: 300px;
  max-width: 400px;
  height: 3px;
  background: #FA7DA7;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 24px;
  }

  .section-title h2::after {
    width: 200px;
  }
}

/* ========================================
   7. 画像・ビジュアル
   ======================================== */
.img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.visual {
  width: 100%;
  max-width: 748px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .visual {
    margin-bottom: 30px;
  }
}

/* ========================================
   8. リスト・コンテンツ
   ======================================== */
#list {
  width: 100%;
  text-align: center;
}

#list ul {
  display: inline-block;
  text-align: left;
}

#list li {
  padding-left: 36px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
  background: url(../img/overview/icon-list.png) no-repeat left 2px;
  list-style-type: none;
}

.vowList {
  display: inline-block;
  text-align: left;
  padding: 0 27px;
  vertical-align: top;
}

.vowList li {
  color: #333333;
  font-size: 16px;
  line-height: 2.2;
  list-style-type: none;
}

.vowList li span {
  display: inline-block;
  color: #FA7DA7;
  font-weight: bold;
  width: 50px;
}

@media screen and (max-width: 768px) {
  #list li {
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    background-size: 12px 12px;
    background-position: 0 4px;
  }

  .vowList {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .vowList li {
    font-size: 14px;
    line-height: 2;
  }

  .vowList li span {
    width: 40px;
  }
}