@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;800&family=Noto+Sans+JP:wght@200;400;800&family=Roboto:wght@100;400;700&display=swap");
html {
  font-size: 4.2666666667vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Kiwi Maru", serif;
  font-weight: 600;
  color: #534741;
  background-color: #ffffeb;
  margin: 0;
}

.wrap-all {
  overflow-x: hidden;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

.page-top {
  position: fixed;
  z-index: 500;
  bottom: 3%;
  right: 3%;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.assign-other-font {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
}

p {
  font-size: 21px;
}

a {
  color: #534741;
  text-decoration: none;
}

h1 {
  font-size: 21px;
}

.no-pc {
  display: none;
}

button:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 834px) {
  .no-pc {
    display: block;
  }
  .page-top img {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .page-top img {
    width: 60px;
  }
}
/*園名*/
.wrap-logo {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin: 0%;
  line-height: 1.2;
}

.logo-top {
  font-size: 0.4rem;
  letter-spacing: 0.3em;
}

.logo-main {
  font-size: 1rem;
  letter-spacing: 0.25em;
  font-weight: 500;
}

.logo-bottom {
  font-size: 0.3rem;
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0.5em;
  line-height: 2;
}

.logo-bottom::before,
.logo-bottom::after {
  background-color: #534741;
  content: "";
  height: 1px;
  width: 0.9rem;
}

.logo-bottom::before {
  margin-right: 0.15rem;
}

.logo-bottom::after {
  margin-left: 0.15rem;
}

@media screen and (max-width: 834px) {
  .logo-top {
    font-size: 0.6rem;
  }
  .logo-main {
    font-size: 1.5rem;
  }
  .logo-bottom {
    font-size: 0.4rem;
  }
  .logo-bottom::before,
  .logo-bottom::after {
    width: 1.8rem;
  }
}
/*ヘッダー*/
header {
  background-color: rgba(255, 255, 235, 0);
  position: relative;
}

.rainbow-header {
  position: absolute;
  width: 64%;
  margin-left: -8%;
  max-width: 990px;
  z-index: 2;
}

.wrap-header {
  width: 90%;
  min-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 36px;
  position: relative;
  z-index: 400;
}

.header-nav-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 8px;
  margin: 0%;
  padding: 0%;
}

.header-nav-lists > li {
  width: 72px;
  height: 72px;
  background-image: url(../../img/home/header-bg.svg);
  background-repeat: no-repeat;
  position: relative;
}

.header-nav-lists li:hover {
  transform: scale(1.05);
}

.nav-link br {
  line-height: initial;
}

.nav-link {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  color: #fff;
}

.hover_menu {
  display: none;
}

.open_menu {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 88px;
  left: -90px;
  flex-flow: column;
  z-index: 9999;
}

.open_menu li {
  width: 100%;
  font-size: 14px;
  background-color: #534741;
  padding: 10px;
  position: relative;
}

.open_menu li:hover {
  background-color: #706762;
}

.open_menu li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.open_menu li:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #534741;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.open_menu li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

header li {
  list-style: none;
  text-align: center;
  display: -webkit-box;
  /* safari, Chrome */
  display: -moz-box;
  /* Firefox */
  display: -o-box;
  /* Opera */
  display: -ms-box;
  /* IE */
  display: box;
  /* ベンダープレフィックスなし */
  /* safari, Chrome */
  /* Firefox */
  -o-box-align: center;
  /* Opera */
  -ms-box-align: center;
  /* IE */
  box-align: center;
  /* ベンダープレフィックスなし */
}

header a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: right;
  width: 32px;
  height: 32px;
  margin: 0 0px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 999;
  margin-top: 50px;
}

.menu_line {
  background: #534741;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  margin: 10px 0;
}

.header-nav {
  display: flex;
  justify-content: right;
  width: 80%;
  min-width: 552px;
  padding-top: 24px;
}

.wrap-header a {
  text-decoration: none;
  color: #534741;
}

.wrap-header li a {
  text-decoration: none;
  color: #fff;
}

.wrap-header li {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive style */
@media screen and (max-width: 834px) {
  .only-pc {
    display: none;
  }
  /* タブレット */
  .wrap-header {
    position: relative;
    padding-top: 24px;
    min-width: 50px;
  }
  .responsive_btn {
    display: flex;
    stroke: #534741;
    fill: #534741;
  }
  .header-nav {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
    position: absolute;
    z-index: 998;
    top: 0;
    right: -100%;
    transition: 0.5s;
    min-width: 50px;
  }
  .header-nav.active {
    right: 0%;
  }
  .header-nav-lists {
    display: block;
    text-align: center;
    position: relative;
    z-index: 990;
    margin-left: auto;
    margin-right: auto;
  }
  .header_nav.active {
    right: 0;
  }
  .menu_container {
    position: absolute;
    right: 5%;
    top: 10%;
  }
  .menu_open {
    display: block;
  }
  .menu_open.active {
    display: none;
  }
  .menu_close {
    display: none;
  }
  .menu_close.active {
    display: block;
  }
  .header-nav-lists li {
    background-image: none;
    position: relative;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav-lists a {
    color: #534741;
  }
  .header-nav-lists a:hover {
    color: #a6dfed;
    transform: scale(1.2);
  }
  .cc-t1.active {
    z-index: 1;
  }
  .cc-t2.active {
    z-index: 1;
  }
  .wd1-top.active {
    z-index: 1;
  }
  .header-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-header {
    width: 100%;
  }
  .wrap-header li a {
    color: #534741;
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ */
  .rainbow-header {
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    width: 110%;
  }
  .responsive_btn {
    margin-top: 42px;
  }
}
/*footer*/
footer {
  width: 100%;
  background-color: #a6dfed;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

footer p {
  font-size: 18px;
}

map {
  display: block;
  width: 100%;
  height: 335px;
  position: relative;
  z-index: 150;
}

.wrap-footer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  z-index: 10;
  position: inherit;
}

.rainbow-footer {
  width: 78%;
  position: absolute;
  left: -10%;
  top: 10%;
  z-index: 1;
}

.logo-footer {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-address {
  width: 50%;
  min-width: 320px;
  margin-left: auto;
  margin-top: 85px;
}

.inquiry-footer {
  width: 390px;
  background-image: url(../../img/home/inquiry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  padding: 11px 0px 11px 0px;
  margin: 21px auto;
}

.contact-address {
  width: 420px;
  margin: 0 auto;
}

.contact-address p {
  margin: 0%;
}

.inquiry-line1 {
  color: #fff;
  background-color: #534741;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
  margin-bottom: 0px;
  font-size: 14px;
}

.inquiry-line3 {
  margin: 0%;
  text-align: center;
  font-size: 14px;
}

footer address {
  font-size: 36px;
  font-style: normal;
  text-align: center;
}

.copyright {
  position: inherit;
  z-index: 10;
  margin: 45px 0 45px 0;
  text-align: center;
  font-size: 12px;
}

.mobile-only {
  display: none;
}

.inquiry-footer a {
  text-decoration: none;
  color: #534741;
}

.inquiry-footer address:hover {
  transform: scale(1.05);
}

/* Responsive style */
@media screen and (max-width: 834px) {
  .wrap-footer {
    display: block;
    margin-top: 130px;
  }
  .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-address {
    margin: auto;
    margin-top: 48px;
    width: 100%;
    min-width: unset;
  }
  .rainbow-footer {
    width: 130%;
    left: 50%;
    transform: translateX(-50%);
    top: 7%;
  }
  .contact-address {
    width: 320px;
  }
  .contact-address p {
    padding: 0 12px;
  }
  .inquiry-footer {
    width: 90%;
    max-width: 390px;
    min-width: 280px;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
  }
  .mobile-only {
    display: inline;
  }
  .inquiry-line1 {
    margin: 12px auto;
  }
  .inquiry-line3 {
    margin: 12px auto;
  }
}
#article {
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
#article .article__article_warp--h2 {
  margin: 0;
}
#article .article__article_warp--contents {
  margin-top: 30px;
}
#article .article__article_warp--date {
  text-align: right;
}
#article .article__aside_warp {
  height: -moz-fit-content;
  height: fit-content;
}
#article .article__aside_warp--h2 {
  margin: 0;
  text-align: center;
}
#article .article__aside_warp--nav .display_selectedItem {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #c5c5c5;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
#article .article__aside_warp--nav .ul {
  width: 100%;
  border: 1px solid #c5c5c5;
}
#article .article__aside_warp--nav .ul li {
  cursor: default;
  box-sizing: border-box;
  padding: 2px 10px;
}
#article .article__aside_warp--nav .select_box {
  padding: 0;
  margin: 0;
}
#article .article__aside_warp--nav .select_box li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article .article__aside_warp--nav .select_box li a {
  font-size: 16px;
  text-decoration: none;
  color: #534741;
}
#article .article__aside_warp--nav .select_box li ul {
  padding: 0;
}

main {
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: 300px;
  padding-bottom: 180px;
  background-image: url(../../img/introduction/child-footer-bg.svg);
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: 5% 100%;
}
main #article {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 835px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  main {
    background-size: 200%;
    background-position: 60% 100%;
  }
}
.article__aside_warp {
  width: 15%;
  background-color: #ffffff;
  border-radius: 27px;
  padding: 5% 2.5%;
}
.article__aside_warp--h2 p {
  font-size: 16px;
  white-space: nowrap;
}
.article__article_warp {
  width: 80%;
  background-color: #ffffff;
  border-radius: 27px;
  padding: 5%;
}
.article__article_warp h1,
.article__article_warp h2,
.article__article_warp h3,
.article__article_warp h4,
.article__article_warp h5,
.article__article_warp h6,
.article__article_warp p {
  margin: 0;
}
.article__article_warp h1 {
  font-size: 32px;
  font-weight: bold;
}
.article__article_warp h2 {
  font-size: 28px;
  font-weight: bold;
}
.article__article_warp h3 {
  font-size: 24px;
  font-weight: bold;
}
.article__article_warp h4 {
  font-size: 20px;
  font-weight: bold;
}
.article__article_warp h5 {
  font-size: 16px;
  font-weight: bold;
}
.article__article_warp h6 {
  font-size: 14px;
  font-weight: bold;
}
.article__article_warp strong {
  font-weight: bold;
}
.article__article_warp p,
.article__article_warp a,
.article__article_warp td,
.article__article_warp th {
  font-size: 16px;
}
.article__article_warp img {
  max-width: 100%;
}
.article__article_warp .btn {
  background-image: url(../../img/home/about-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.article__article_warp .btn a {
  font-size: 21px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 835px) {
  #article {
    flex-direction: column;
    gap: 30px;
  }
  #article .article__article_warp {
    width: auto;
  }
  #article .article__aside_warp {
    width: auto;
  }
}
#archive {
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
#archive .archive__article_warp--h2 {
  margin: 0;
}
#archive .archive__article_warp--contents {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#archive .archive__article_warp--contents .news-text-box a {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #534741;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: #534741 2px dashed;
}
#archive .archive__article_warp--date {
  text-align: right;
}
#archive .archive__aside_warp {
  height: -moz-fit-content;
  height: fit-content;
}
#archive .archive__aside_warp--h2 {
  margin: 0;
  text-align: center;
}
#archive .archive__aside_warp--nav .display_selectedItem {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #c5c5c5;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
#archive .archive__aside_warp--nav .ul {
  width: 100%;
  border: 1px solid #c5c5c5;
}
#archive .archive__aside_warp--nav .ul li {
  cursor: default;
  box-sizing: border-box;
  padding: 2px 10px;
}
#archive .archive__aside_warp--nav .select_box {
  padding: 0;
  margin: 0;
}
#archive .archive__aside_warp--nav .select_box.hide {
  display: none;
}
#archive .archive__aside_warp--nav .select_box li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#archive .archive__aside_warp--nav .select_box li a {
  font-size: 16px;
  text-decoration: none;
  color: #534741;
}
#archive .archive__aside_warp--nav .select_box li ul {
  padding: 0;
}

main {
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: 300px;
  padding-bottom: 180px;
  background-image: url(../../img/introduction/child-footer-bg.svg);
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: 5% 100%;
}
main #archive {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 835px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  main {
    background-size: 200%;
    background-position: 60% 100%;
  }
}
.archive__aside_warp {
  width: 15%;
  background-color: #ffffff;
  border-radius: 27px;
  padding: 5% 2.5%;
}
.archive__aside_warp--h2 p {
  font-size: 16px;
  white-space: nowrap;
}
.archive__article_warp {
  width: 80%;
  background-color: #ffffff;
  border-radius: 27px;
  padding: 5%;
}
.archive__article_warp h1,
.archive__article_warp h2,
.archive__article_warp h3,
.archive__article_warp h4,
.archive__article_warp h5,
.archive__article_warp h6,
.archive__article_warp p {
  margin: 0;
}
.archive__article_warp h1 {
  font-size: 32px;
  font-weight: bold;
}
.archive__article_warp h2 {
  font-size: 28px;
  font-weight: bold;
}
.archive__article_warp h3 {
  font-size: 24px;
  font-weight: bold;
}
.archive__article_warp h4 {
  font-size: 20px;
  font-weight: bold;
}
.archive__article_warp h5 {
  font-size: 16px;
  font-weight: bold;
}
.archive__article_warp h6 {
  font-size: 14px;
  font-weight: bold;
}
.archive__article_warp strong {
  font-weight: bold;
}
.archive__article_warp p,
.archive__article_warp a,
.archive__article_warp td,
.archive__article_warp th {
  font-size: 16px;
}
.archive__article_warp img {
  max-width: 100%;
}
.archive__article_warp .btn {
  background-image: url(../../img/home/about-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive__article_warp .btn a {
  font-size: 21px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 835px) {
  #archive {
    flex-direction: column;
    gap: 30px;
  }
  #archive .archive__article_warp {
    width: auto;
  }
  #archive .archive__aside_warp {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */