*{
font-family: "Noto Sans JP", sans-serif;
}

.admin-bar .main-header-clone-show{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* TOP */
iframe{
vertical-align: bottom;
}
/* ===== ヒーロースライダー ===== */
.hero-slider {
  position: relative;
  width: 100%;

}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

@media screen and (min-width: 540px) {
  .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
  }
  .hero-slider {
    height: calc(100vh - 118px);
    overflow: hidden;
  }
}
@media screen and (max-width: 539px) {
  .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
  }
  .hero-slider {
    height: calc(80vh - 78px);
  }
  .site-logo img{
    max-width: 65%;
    height: auto;
  }
}

/* ===== スクロールアニメーション ===== */
/* スクロールダウンの位置 */
.scroll-wrap{
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
/* スクロールダウンの位置 */
.scroll {
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  color: #fff;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 20px;
}
@media screen and (max-width: 539px) {
  .scroll {
    padding-bottom: 20px;
  }
  .scroll::before {
    bottom: 10px;
  }
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

/* ヘッダーとの余白調整 */
.home .site-header {
  margin-bottom: 0;
}


#top-lead{}
#top-lead h1, #top-news h1, #googlecalendar h1,#top-instagram h1{
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
  margin: 116px auto 40px;
}
#top-lead h1 span, #top-news h1 span, #googlecalendar h1 span,#top-instagram h1 span{
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #00A6A6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -44px;
}
#top-lead p{
	text-align: center;
	line-height: 2.5;
	font-size: 20px;
	font-weight: 400;
}

#top-contents-nav{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 100px auto 90px;
}
#top-contents-nav .box{
  width: 48%;
}
#top-contents-nav .box a{
  text-decoration: none;
}
#top-contents-nav .box h2{
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 0;
}

.btn01 a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #00A6A6;
  border-radius: 50px;
  padding: 16px 30px;
  line-height: 1.8;
  max-width: 170px;
  width: 100%;
}

.btn01 a:hover {
  color: #fff;
  background: #78c3c3;
}

#googlecalendar{
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (min-width: 540px) {
  #top-lead h1, #top-news h1, #googlecalendar h1,#top-instagram h1{
  	font-size: 32px;
  }
  #top-lead h1 span, #top-news h1 span, #googlecalendar h1 span,#top-instagram h1 span{
    font-size: 24px;
  }
}
@media screen and (max-width: 539px) {
  #top-lead h1, #top-news h1, #googlecalendar h1,#top-instagram h1{
    font-size: 28px;
  }
  #top-lead h1 span, #top-news h1 span, #googlecalendar h1 span,#top-instagram h1 span{
    font-size: 20px;
  }
  #top-lead p{
    line-height: 2;
    font-size: 16px;
  }
  #top-contents-nav{
    flex-wrap: wrap;
  }
  #top-contents-nav .box{
    width: 100%;
    margin: 0 0 40px;
  }
}
