/* index.html start =================================================== */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: 1.25rem;
}

/* トップスクロールstart */
.top-scroll {
  position: fixed;
  right: 20px;
  bottom: 50px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-decoration: none;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.top-scroll::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.top-scroll::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

/* トップスクロールend */

.fruid-container {
  position: relative;
}

.top-nav-dummy {
  visibility: hidden;
}

.top-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.valid {
  position: fixed;
  z-index: 10;
}

.top-nav>ul {
  width: 100%;
  background-color: #000;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.top-nav ul li {
  padding: 0 20px;
  margin: 10px 0;
  opacity: 0.9;
}

.top-nav ul li a {
  text-decoration: none;
  color: inherit;
  font-family: "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
}

.top-nav ul li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.top-nav .translate-box a {
  margin-bottom: 0.5rem;
}

.top-nav .translate-box a img {
  width: 4rem;
  height: auto;
  margin-right: 0.5rem;
}

@media screen and (max-width: 821px) {
  .top-nav ul li {
    padding: 0 15px;
    font-size: 0.9em;
  }

  .top-nav .translate-box a {
    margin-bottom: 0.15rem;
    font-size: 0.9em;
  }

  .top-nav .translate-box a img {
    width: 3rem;
  }
}


@media screen and (max-width: 640px) {

  /* スクリーンサイズが640px以下の場合に適用 */
  .top-nav ul li:not(:nth-child(5)) {
    display: none;
  }

  .top-nav ul li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.0);
  }
}


/* バナー・お知らせ設定start ------------------------------------------- */
.swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  max-width: 1400px;
}

.swiper-slide {
  min-height: 306px;
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  max-width: 1400px;
  width: 100%;
  height: auto;
  min-height: 467px;
  min-width: 1200px;
  max-height: 545px;
}

@media screen and (max-width: 800px) {

  /* スクリーンサイズが800px以下の場合に適用 */
  .swiper-slide img {
    width: 100vw;
    height: 100%;
    min-height: auto;
    min-width: auto;
  }
}

/* 矢印を消す、画像に変更 */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

/* フェードインさせる要素の初期設定 */
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out;
}

/* スクロールしたらフェードイン */
.fade-in.is-visible {
  opacity: 1;
  transform: none;
}

.text-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.moppen-image {
  width: 100%;
  max-width: 1000px;
  margin: 10% 0 1% 0;
}

.uda-tube-image {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20%;
}

.section-1 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: -70px auto 50px auto;
  padding-top: 70px;

}

.section-1_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.description,
.description2 {
  border-left: 6px solid #5F3518;
  color: #5F3518;
  padding-left: 15px;
  text-align: left;
  height: 100%;
  margin: auto 0 auto 50px;
  width: 280px;
  min-width: 280px;
  text-align: left;
}

@media screen and (max-width: 1200px) {

  /* スクリーンサイズが1200px以下の場合に適用 */
  .section-1_wrap>img {
    width: 70%;
    min-width: 400px;
  }

  .description {
    border-left: 0px solid #5F3518;
    border-top: 4px solid #5F3518;
    height: auto;
    padding-top: 10px;
    margin: 30px 0 30px 0;
    width: 800px;
    text-align: left;
  }

  .description2 {
    border-left: 0px solid #5F3518;
    border-top: 4px solid #5F3518;
    height: auto;
    padding-top: 10px;
    margin: 0px 0 30px 0;
    width: 800px;
    text-align: left;
  }
}

.content-container {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #DED5CC;
  height: 100%;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.content-container.color2 {
  background-color: #ebdfce;
}

.content-tag {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 250px;
}

.discription,
.MichinoekiKouen-wrap {
  position: relative;
  background-color: #ffffff;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.MichinoekiKouen-wrap {
  width: 45%;
  min-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 1067px) {

  /* スクリーンサイズが1067px以上の場合に適用 */
  .discription {
    margin: 0 auto;
  }
}

.disc-color2 {
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.discription>img {
  width: 100%;
  margin-bottom: 10px;
}

.disc-color2>img {
  width: 110%;
}

.MichinoekiKouen-wrap>img {
  width: 50%;
  object-fit: cover;
}

.MichinoekiKouen-discription {
  width: 45%;
  padding-left: 20px;
  padding-top: 10px;
  /* min-width:200px; */
}

.MichinoekiKouen-discription a span {
  display: block;
}

.discription .circle-img {
  position: absolute;
  right: -10px;
  top: 100px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #fff;
}

.discription .circle-img>img {
  height: 100%;
  margin-left: -40px;
}

.discription>a,
.MichinoekiKouen-discription>a {
  font-family: "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #5F3518;
  font-size: 20px;
  margin: 20px auto 5px 5%;
}

.MichinoekiKouen-discription>a {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.discription>p,
.MichinoekiKouen-discription>p {
  font-family: "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: #5F3518;
  font-weight: 600;
  padding: 5px 5% 5px 5%;
  margin-top: 0px;
}

.MichinoekiKouen-discription>p {
  margin: 0;
  padding: 5px 0 0 0;
}

.disc-color2>a,
.MichinoekiKouen-discription>a {
  color: #b28247;
}

.disc-color2>p,
.MichinoekiKouen-discription>p {
  color: #231815;
}


.discription .sub-img-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sub-img-wrap>img {
  width: 50%;
}

/* お知らせ　*/
/* お知らせカードの設定 */
.info-style {
  width: 23%;
  margin: 0 1% 30px;
  border: none;
  padding-bottom: 0 !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 835px) {
  .info-style {
    width: 31.3%;
  }
}

@media screen and (max-width: 639px) {
  .info-style {
    width: 46%;
    margin: 0 2% 30px;
  }
}

@media screen and (max-width: 449px) {
  .info-style {
    width: 90%;
    margin: 0 5% 30px;
  }
}

.info-style .card-body {
  border-bottom-right-radius: 5%;
  border-bottom-left-radius: 5%;
}

.info-style .card-img-top {
  height: 190px!important;
  min-width: 100%!important;
  object-fit: cover;
  object-position: center;
}

.info-detail .card {
  width: 100%;
}

.info-detail-img {
  height: auto!important;
  min-width: 100%!important;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 535px) {
  .info-detail-img {
    max-height: 200px;
  }
}

.info-style .card-subtitle {
  color: #242424;
}

/* お知らせ記載文の設定（3行のみ表示、あとは・・・で省略） */
.info-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}

/* 通常のお知らせの設定 */
.info-lv1 {
  background-color: blueviolet;
  color: #FEEEED;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8em;
}

/* 重要なお知らせの設定 */
.info-lv2 {
  background-color: rgb(253, 70, 70);
  color: #FEEEED;
  padding: 0.3rem 0.3rem;
  border-radius: 0.5rem;
  font-size: 0.8em;
}

.card-body a {
  color: #393939;
  text-decoration: none;
}

.card-body a:hover {
  color: #8ecc54;
}

.card {
  display: flex;
  flex-direction: column;
}

footer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bl_footer_topWrap {
  width: 100%;
  background-color: #ebeeef;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.bl_footer_navArea ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 450px) {
  .bl_footer_navArea ul {
    display: block;
  }

  .bl_footer_navArea ul li a {
    border-bottom: 1px solid #000;
  }
}

.bl_footer_navArea ul li {
  list-style: none;
  padding: 0 20px;
  margin: 10px 0;
  opacity: 0.9;
}

li+li {
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.bl_footer_navArea ul li a {
  text-decoration: none;
  color: inherit;
  font-family: "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: #000;
}

.bl_footer_navArea p {
  text-decoration: none;
  color: inherit;
  font-family: "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: #000;
  padding-left: 20px;
}

.bl_footer_nav_ttl {
  font-weight: bold;
}

.bl_footer_bottomWrap {
  width: 100%;
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.bl_footer_bottomWrap small {
  color: #9d9d9d;
  font-size: 10px;
  line-height: 1;

}

/* バナー・お知らせ設定end --------------------------------------------- */
/* index.html end =================================================== */