@charset "shift_JIS";
/* CSS Document */
html {
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #42210B;
  font-family: "Kosugi Maru", 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: clamp(1rem, 0.5rem + 0.63vw, 1.25rem);
  line-height: 0;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  background-position: center center;
  font-weight: 400;
}
*, *:before, *:after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a img {
  border: none;
  outline: none;
}
ul li {
  list-style: none;
}
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.split2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo img {
  width: 100%;
  height: auto;
}
/*
---------------------------------------------------ヘッダー＆ナビ
*/
nav {
  position: relative;
  z-index: 999;
}
nav .naviContent {
  display: inline-block;
  position: fixed;
  width: 10vw;
  right: 0;
  background-color: #42210B;
  line-height: 1.5em;
  padding: 2rem;
  border-radius: 0 0 0 2rem
}
nav .naviBtn {
  display: none;
}
nav ul li a {
  font-size: 1vw;
  color: #fff;
}
nav ul li a:hover {
  color: #D9E021;
}
/*
---------------------------------------------------フッター
*/
#footer {
  display: block;
  position: fixed;
  width: 100%;
  height: 1em;
  bottom: 0;
  background-color: #42210B;
  z-index: 990;
  border-top: 5px solid #32B16C;
}
#footer .copyright {
  line-height: 1em;
  font-size: 0.75em;
  text-align: center;
  color: #fff;
}
/*
---------------------------------------------------トップページ
*/
#home {
  display: block;
  position: relative;
}
#home article {
  display: block;
  position: relative;
}
#home .photo {
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
#home .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#home .upper {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
#home .text {
  display: inline-block;
  line-height: 2em;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em;
  /* 動かすため */
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
#home .fadein_scroll {
  opacity: 1;
  transform: translate(0, -50px);
}
#home h2 {
  font-size: 1.1em;
}
#home p {
  padding-left: 1em;
}
#top h1 {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 5em;
  color: #fff;
  text-shadow: 0px 0px 10px #42210B;
}
#book h1 {
  display: block;
  position: absolute;
  width: 50vw;
  height: auto;
  top: 10%;
  left: 5%;
  margin: auto;
}
#book h1 img {
  width: 100%;
  height: auto;
}
#book .text {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 10%;
  right: 5%;
  margin: auto;
}
#art h1 {
  display: block;
  position: absolute;
  width: 35vw;
  height: auto;
  top: 10%;
  left: 5%;
  margin: auto;
}
#art h1 img {
  width: 100%;
  height: auto;
}
#art .text {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 10%;
  right: 5%;
  margin: auto;
}
#food h1 {
  display: block;
  position: absolute;
  width: 45vw;
  height: auto;
  top: 10%;
  left: 5%;
  margin: auto;
}
#food h1 img {
  width: 100%;
  height: auto;
}
#food .text {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 10%;
  right: 5%;
  margin: auto;
}
#nature h1 {
  display: block;
  position: absolute;
  width: 35vw;
  height: auto;
  top: 10%;
  left: 5%;
  margin: auto;
}
#nature h1 img {
  width: 100%;
  height: auto;
}
#nature .text {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 10%;
  right: 5%;
  margin: auto;
}
/*---*/
.bgPhoto {
  width: 100vw;
  height: 100vw;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgP01 {
  background-image: url("../images/bg_photo01.jpg");
}
.bgP02 {
  background-image: url("../images/bg_photo02.jpg");
}
.bgP03 {
  background-image: url("../images/bg_photo03.jpg");
}
.bgP04 {
  background-image: url("../images/bg_photo04.jpg");
}
/*
---------------------------------------------------園だより
*/
#pageTitle {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
  background-image: url("../images/blog_title_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#pageTitle img {
  width: 100%;
  max-width: 640px;
  height: auto;
}
#blog {
  width: 75%;
  margin: 0 auto 100px;
  line-height: 2em;
}
#categoly {
  width: 20%;
  -moz-border-image: url(../images/categoy_bg.png) 40 fill round;
  -webkit-border-image: url(../images/images/categoy_bg.png) 40 fill round;
  -ms-border-image: url(../images/categoy_bg.png) 40 fill round;
  border-image: url(../images/categoy_bg.png) 40 fill round;
  border-width: 40px;
  border-style: solid;
}
#categoly h3 {
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 0 auto 1rem;
}
#categoly h3 img {
  width: 100%;
  height: auto;
}
#categoly ul {
  width: 100%;
}
#categoly ul li {
  padding: 0.5rem 0 0.5rem 2rem;
  text-indent: -1em;
  line-height: 1.6em;
  font-size: 0.9em;
}
#categoly ul li a::before {
  content: url("../images/icon03.png");
  padding-right: 0.5rem;
  vertical-align: -0.25em;
}
#categoly ul li a {
  display: block;
  color: #32B16C
}
#categoly ul li a:hover {
  color: #42210B
}
#blogContents {
  width: 75%;
}
#blogContents .contents {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed #32B16C;
}
#blogContents .date {
  color: #32B16C;
  font-size: 0.9em;
}
#blogContents h2 {
  font-size: 1.2em;
  margin: 1em 0;
}
#blogContents .blogKiji p {
  text-align: justify;
  margin-bottom: 2rem;
}
#blogContents .blogKiji ul {
  margin: 0 auto 1rem;
}
#blogContents .blogKiji ul li {
  padding: 0.5rem 0 0.5rem 3rem;
  text-indent: -1.5em;
  line-height: 1.6em;
}
#blogContents .blogKiji ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background-image: url("../images/icon01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#blogContents .blogKiji ol {
  margin: 0 auto 1rem;
  list-style-position: inside;
}
#blogContents .blogKiji ol li {
  padding: 0.5rem 0 0.5rem 3rem;
  vertical-align: middle;
  text-indent: -1.5em;
  line-height: 1.6em;
}
#blogContents .blogKiji table {
  width: 100%;
  border: 2px solid #32B16C;
  border-collapse: collapse;
  margin-bottom: 2em;
  border-radius: 4px;
}
#blogContents .blogKiji table tr th {
  padding: 0.5rem 1rem;
  border: 1px solid #32B16C;
  text-align: left;
  background-color: rgba(50, 177, 108, 0.05);
}
#blogContents .blogKiji table tr td {
  padding: 0.5rem 1rem;
  border: 1px solid #32B16C;
}
#blogContents .blogPdf {
  width: 100%;
  margin: 0 auto 2rem;
}
#blogContents .blogPdf li {
  padding: 0.5rem 0 0.5rem 3rem;
  text-indent: -1.5em;
  line-height: 1.6em;
}
#blogContents .blogPdf li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background-image: url("../images/icon02.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#blogContents .blogPdf li a {
  color: #32B16C;
}
#blogContents .blogPdf li a:hover {
  color: #42210B;
}
#blogContents .blogPhoto figure {
  width: 32%;
  line-height: 1.2em;
  margin-bottom: 2rem;
  text-align: center;
}
#blogContents .blogPhoto img {
  width: 100%;
  height: auto;
  mask-image: url("../images/mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url("../images/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
}
#blogContents .blogPhoto figcaption {
  font-size: 0.8em;
}
#blogContents .youtube {
  line-height: 0;
  width: 60%;
  height: auto;
  margin: auto;
}
#blogContents .youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
#blogContents .number {
  display: block;
  font-size: 0.8em;
  line-height: 1.6em;
}
#blogContents .number ul li {
  margin: 50px 5px;
}
#blogContents .number a {
  display: block;
  border-radius: 1em;
  color: #fff;
  background-color: #32B16C;
  padding: 0 0.5rem;
}
#blogContents .number .active {
  background-color: #42210B;
  color: #fff;
}
#blogContents .number a:hover {
  background-color: #42210B;
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  nav .naviBtn {
    display: block;
    position: fixed;
    width: 10vw;
    height: 5vh;
    color: #fff;
    right: 0px;
    top: 0px;
    text-align: center;
    background-color: #42210B;
    padding: 0.5rem;
    border-radius: 0 0 0 1rem
  }
  nav .naviBtn .openBtn {
    display: block;
    position: absolute;
    font-size: 2.5em;
  }
  nav .naviBtn .openBtn.kakusu {
    display: none;
  }
  nav .naviBtn .closeBtn {
    display: none;
  }
  nav .naviBtn .closeBtn.dasu {
    display: block;
    position: absolute;
    font-size: 2.5em;
    z-index: 9999;
  }
  nav .naviContent {
    display: none;
    width: 100vw;
    height: auto;
    line-height: 2rem;
  }
  nav .naviContent.slide-in {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1rem;
    z-index: 999;
    background-color: rgba(66, 33, 11, 0.8);
    border-radius: 0;
  }
  nav ul li a {
    font-size: 1em;
    color: #fff;
  }
  #footer {
    display: block;
    position: relative;
  }
  #top h1 {
    font-size: 4em;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #book h1 {
    display: block;
    position: absolute;
    width: 90vw;
    height: auto;
    top: 5%;
    left: 5%;
    margin: auto;
  }
  #book .text {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 5%;
    right: 5%;
    margin: auto;
  }
  #art h1 {
    display: block;
    position: absolute;
    width: 100vw;
    height: auto;
    top: 5%;
    left: 5%;
    margin: auto;
  }
  #art .text {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 5%;
    right: 5%;
    margin: auto;
  }
  #food h1 {
    display: block;
    position: absolute;
    width: 40vw;
    height: auto;
    top: 5%;
    left: 5%;
    margin: auto;
  }
  #food .text {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 5%;
    right: 5%;
    margin: auto;
  }
  #nature h1 {
    display: block;
    position: absolute;
    width: 40vw;
    height: auto;
    top: 5%;
    left: 5%;
    margin: auto;
  }
  #nature .text {
    position: absolute;
    width: auto;
    height: auto;
    top: auto;
    bottom: 5%;
    right: 5%;
    margin: auto;
  }
  ::-webkit-full-page-media, :future, :root .bgPhoto {
    width: 100vw;
    height: 60vw;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*   */
  #pageTitle {
    width: 80%;
    height: auto;
    margin: 0 auto 50px;
  }
  #pageTitle img {
    width: 100%;
    max-width: 640px;
    height: auto;
  }
  #blog {
    width: 100%;
  }
  #categoly {
    width: 60%;
    margin: 0 auto 50px;
    border-width: 20px;
    border-style: solid;
    order: 1;
  }
  #blogContents {
    width: 75%;
    margin: auto;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  nav ul li a {
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
  }
  #footer {
    height: auto;
  }
  #footer .copyright {
    line-height: 1em;
    font-size: 0.75em;
    text-align: center;
    color: #fff;
  }
  #footer span::before {
    content: "\A";
    white-space: pre;
  }
  #top h1 {
    line-height: 1em;
  }
  #top h1 span::before {
    content: "\A";
    white-space: pre;
  }
  #book h1 {
    width: 90vw;
  }
  #book .text {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 5%;
    left: 5%;
    margin: auto;
  }
  #art h1 {
    width: 90vw;
  }
  #food h1 {
    width: 90vw;
  }
  #nature h1 {
    width: 90vw;
  }
  /*    */
  #pageTitle {
    width: 96%;
    height: auto;
    margin: 0 auto 50px;
  }
  #categoly {
    width: 96%;
    margin: 0 auto 20px;
    border-width: 20px;
    border-style: solid;
    order: 1;
  }
  #blogContents {
    width: 90%;
    margin: auto;
  }
  #blogContents .blogPdf li::before {}
  #blogContents .blogPhoto figure {
    width: 100%;
  }
  #blogContents .youtube {
    width: 100%;
  }
  /*
---------------------------------------------------480ここまで
*/
}