/* CSS Document */
.nunito-sans-400 {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth"100, "YTLC"500;
}
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --default-color: #133756;
  --heading-font: "Nunito", sans-serif;
  --heading-color: #827343;
  --nav-font: "Roboto Condensed", sans-serif;
  --accent-font: "Kiwi Maru", serif;
  --accent-color: #35819A;
  --feature-font: "Nunito Sans", sans-serif;
  --feature-color: #4B8E41;
  --num-font: "Roboto Condensed", sans-serif;
  --background-color: #ffffff;
}
/*****************************/
/* ■共通　　　　　　　  　  */
/*****************************/
html, body {
  overflow-x: hidden; /* 狭いデバイスでのスクロールを防止 */
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--default-font);
  /* min-width: 400px; */
  font-weight: 300;
  font-style: normal;
  padding-top: 39px; /* 上部Navスペース */
  background-image: url("../images/bg-sakura.png");
  background-repeat: repeat;
}
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
h1 {
  text-transform: uppercase
}
nav {
  z-index: 1030;
  -webkit-box-shadow: 0px 3px 8px rgba(95, 30, 60, 0.50);
  box-shadow: 0px 3px 8px rgba(95, 30, 60, 0.50);
}
#home main {
  margin-top: -19px
}
.container {
  min-width: 280px;
  max-width: 1200px;
}
.content-area {
  background-color: rgba(255, 255, 255, 1.00);
  position: relative;
  z-index: 1010;
}
#pageHeader {
  z-index: 100
}
@media (max-width: 767px) {
  .content-area {
    position: static !important;
    z-index: auto !important;
  }
}
body#home {
  margin-top: 0px;
  position: relative;
  scroll-padding-top: 60px; /* ナビ高 */
}
body#page {
  margin-top: 0px;
  position: relative;
  scroll-padding-top: 60px; /* ナビ高 */
}
@media (min-width: 768px) and (max-width: 992.98px) {
  body#home {
    margin-top: 0px;
    scroll-padding-top: 81px;
  }
  body#page {
    margin-top: 0px;
    scroll-padding-top: 81px; /* ナビ高 */
  }
}
@media (min-width: 973px)and (max-width: 1101.98px) {
  body#home {
    margin-top: 11px;
    scroll-padding-top: 76px;
  }
  body#page {
    margin-top: 11px;
    scroll-padding-top: 76px; /* ナビ高 */
  }
}
@media (min-width: 1102px) {
  body#home {
    margin-top: 13px;
    scroll-padding-top: 57px;
  }
  body#page {
    margin-top: 13px;
    scroll-padding-top: 57px; /* ナビ高 */
  }
}
.text-condensed {
  font-family: var(--num-font);
}
/*****************************/
/* ■Footer内:事務局　      */
/*****************************/
footer {
  background-color: rgba(255, 255, 255, 0.80);
  border-top: 10px solid rgba(181, 213, 145, 1.00);
  background-image: url("https://www.transparenttextures.com/patterns/white-wave.png");
  background-repeat: repeat;
  background-size: 40px 40px;
}
footer dl {}
footer dt {
  font-family: var(--accent-font);
  color: rgba(73, 73, 73, 1.00);
  width: 13em;
  background-color: rgba(244, 175, 134, 1.00);
  border-radius: 20px;
  text-align: center;
  padding: 0.1em;
  margin-bottom: 5px;
  line-height: normal;
  vertical-align: middle;
  height: auto;
}
footer dd {
  font-family: "address-sans-pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1.00);
  text-shadow: 0px 0px 2px #0E021A;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-left: 0.5em;
  letter-spacing: 0.05em
}
footer i {
  margin-right: 0.3em
}
footer a, #footer a:hover, #footer a:visited {
  color: rgba(179, 221, 255, 1.00);
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 252, 215, 1.00);
  text-decoration: none;
}
#copyright {
  color: rgba(248, 214, 232, 1.00);
  background-color: rgba(139, 88, 112, 1.00);
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
section {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px
}
.section {
  scroll-margin-top: 70px; /* ナビバーの高さに合わせて調整 */
}
/*****************************/
/* ■カスタムパーツ　　　　   　　 　  */
/*****************************/
.customUL {
  list-style-type: none;
  margin-left: 3em;
  padding-left: 0;
}
.customUL > li {
  position: relative;
}
.customLI {
  left: -2.2em;
  position: absolute;
  text-align: center;
  width: 2.2em;
  line-height: inherit;
}
/*****************************/
/* ■SNSボタン類　　　　   　　 　  */
/*****************************/
#social_buttons {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: -5px;
  float: right;
}
#social_buttons a {
  margin-left: 8px;
  margin-right: 8px
}
#social_buttons .fa-square-facebook, #social_buttons .fa-square-x-twitter, #social_buttons .fa-instagram, #social_buttons .fa-linkedin {
  font-size: 30px;
  color: #FFFFFF;
}
#sns-carousel {}
#sns-carousel a {
  margin-left: 10px;
  margin-right: 10px
}
#sns-carousel .fa-square-facebook, #sns-carousel .fa-square-x-twitter, #sns-carousel .fa-instagram, #sns-carousel .fa-linkedin {
  font-size: 30px;
  color: #FFFFFF;
}
#social_buttons .fa-square-facebook:hover, #sns-carousel .fa-square-facebook:hover {
  color: #135FFF;
}
#social_buttons .fa-square-x-twitter:hover, #sns-carousel .fa-square-x-twitter:hover {
  color: #1F90E6;
}
#social_buttons .fa-instagram:hover, #sns-carousel .fa-instagram:hover {
  background: linear-gradient(135deg, #4C64D3 0%, #CF2E92 33%, #F26939 60%, #FFDD83 100%);
  background: -webkit-linear-gradient(-45deg, #4C64D3 0%, #CF2E92 33%, #F26939 60%, #FFDD83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#social_buttons .fa-linkedin:hover, #sns-carousel .fa-linkedin:hover {
  color: #0A66C2;
}
#social_buttons .fa-youtube:hover, #sns-carousel .fa-youtube:hover {
  color: #CA1616;
}
#sns-carousel {
  z-index: 999;
  position: absolute;
  bottom: 20px; /* 位置調整 */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}
/*****************************/
/* ■桜吹雪　　　　   　　 　  */
/*****************************/
@media (max-width: 767px) {
  #sakuradrops {
    display: none !important;
  }
}
.petal {
  position: fixed;
  top: -50px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 9999;
  animation-name: fall;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(30px) translateY(50vh) rotate(180deg);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-30px) translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}
@keyframes gentleFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(40px) translateY(50vh) rotate(180deg);
    opacity: 0.9;
  }
  100% {
    transform: translateX(-40px) translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}
.gentle-petal {
  animation-name: gentleFall;
  animation-duration: 12s !important;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/*****************************/
/* ■工事中　　　　　   　　 　  */
/*****************************/
.nowconst {
  font-family: quatro-slab, serif;
  font-weight: 700;
  font-style: normal;
  padding: 1em;
  border: 3px solid rgba(211, 190, 145, 1.00);
  border-radius: 16px;
  color: rgba(76, 96, 152, 1.00);
  font-size: 2rem;
  text-align: center;
  margin: 2em;
}
/*****************************/
/* ■トップバック　   　　 　  */
/*****************************/
#topBack {
  z-index: 1050;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
#topBack i, #topBack i:hover {
  font-size: 50px
}
#topBack a {
  background-color: #FF008E;
  text-decoration: none;
  color: #FFE2E2;
  width: 56px;
  height: 56px;
  padding: 3px;
  text-align: center;
  display: block;
  border-radius: 28px;
  opacity: 0.6;
  font-size: 24px;
}
#topBack:hover {
  opacity: 0.5;
}