@charset "UTF-8";

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/

/* メイン画像&キャッチ */
.top-main {
  /* position: relative; */

}

.top-main-catch,
.top-main-logo,
.bubble-sunday,
.bubble-car,
.bubble-mouse,
.bubble-kids {
  position: absolute;
}

.top-main-catch,
.top-main-logo {
  animation: topmain .5s ease-in;
}

@keyframes topmain {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top-main-catch {
  top: 34%;
  left: 16%;
}

.top-main-catch h1 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 20px;
}

.top-main-catch p {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.34;
  display: inline-block;
  color: #fff;
}

.main-catch-cont-first p {
  padding: 10px 15px 0;
}

.main-catch-cont-second p {
  padding: 0 15px;
}

.top-main-logo {
  top: 24%;
  right: 17%;
}

.bubble-sunday {
  bottom: 90px;
  right: 580px;

}

.bubble-kids {
  /* bottom: -15px; */
  bottom: 90px;
  right: 390px;
  outline: auto;

}


.bubble-car {
  /* bottom: 150px; */
  bottom: 90px;
  right: 200px;

}

.bubble-mouse {
  bottom: 40px;
  right: 200px;
}

/*detail-box-*/

.mark-box {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: auto;
  max-width: 1000px;
  /* outline: auto; */
  position: relative;
  /* top:90%; */
  /* bottom: -1000px; */
  /* left: 90%; */
  padding: 0 10px;
  bottom: 400px;
  margin-bottom: -150px;
  /* transform: translateY(80%); */
  /* margin-bottom: -100px; */
  gap: auto;
}

@media screen and (max-width: 1595px) {
  .mark-box {
    /* outline: auto; */
  }
}

@media screen and (max-width: 1395px) {
  .mark-box {
    /* outline: auto; */
    bottom: 160px;
    margin-bottom: -140px;
  }

}

@media screen and (max-width: 876px) {
  .mark-box {
    max-width: 100%;
    flex-wrap: wrap;

    justify-content: space-around;
    padding: 0 10px;
    bottom: 60px;
    margin-bottom: -80px;
    /* margin-top: 0px; */
    /* outline: auto; */

  }

  .mark-box li {
    width: calc(100%/4);
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .mark-box li.b-none {
    display: none;
  }

}

/* About us */
.top-aboutus-section {
  padding: 70px 0;
}

.top-aboutus-inner {
  justify-content: center;
}

.top-aboutus-img {
  margin: 0 -160px 0 120px;
}

.top-aboutus-ttl {
  font-size: 13px;
  margin: 0 0 30px;
  letter-spacing: 1.8px;
}

.top-aboutus-detail h2 {
  display: inline;
  font-size: 29px;
  line-height: 1.42;
  background: linear-gradient(transparent 78%, #f6f593 78%);
}

.top-aboutus-detail h2 span {
  font-size: 33px;
}

.top-aboutus-detail p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  margin: 20px 0 30px;
}

.top-aboutus-btn a {
  display: inline-block;
  background: #0369d7;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 60px;
  color: #fff;
  border-radius: 20px;
}

.top-aboutus-btn a::before {
  content: url(../images/common/arrow_white.png);
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

/* 特長 */
.top-feature-section {
  padding: 70px 0;
  position: relative;
  background: #fbf9df;
}

.top-feature-section::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(../images/top/wave_yellow.png) repeat-x 0 0;
  z-index: 1;
}

.top-feature-list {
  margin: 0 -26px;
}

.top-feature-list li {
  width: calc((100%/3) - 52px);
  margin: 0 26px;
}

.top-feature-ttl {
  margin: 38px 0 0;
  font-size: 13px;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
}

.top-feature-ttl::before {
  content: "";
  width: 24px;
  height: 7px;
  background: #00b4ff;
  margin: 0 8px 0 0;
}

.top-feature-list h2 {
  font-size: 21px;
  line-height: 1.66;
  margin: 8px 0 24px;
}

.top-feature-list h2 span {
  font-size: 16px;
}

.top-feature-list p {
  color: #2a2a2a;
  line-height: 1.6;
  font-size: 16px;
}

/* サービス */
.top-service-section {
  padding: 70px 0 50px;
  background: #e0f4fc;
  position: relative;
}

.top-service-section::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(../images/top/wave_blue.png) repeat-x 0 0;
  z-index: 1;
}

.top-service-section h2 {
  font-size: 20px;
  line-height: 1.36;
  margin: 0 0 40px;
}

.top-service-cont {
  background: #fff;
  padding: 40px 80px 5px;
  border-radius: 10px;
}

.top-service-list {
  margin: 0 -22px;
  flex-wrap: wrap;
}

.top-service-list li {
  width: calc((100%/5) - 44px);
  text-align: center;
  margin: 0 22px 35px;
}

.top-service-txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.21;
  margin: 16px 0 0;
}

/* お知らせ・ブログ */
.top-news-section {
  padding: 65px 0 85px;
}

.top-news-section h2 {
  font-size: 25px;
  margin: 0 0 48px;
  display: flex;
  align-items: center;
}

.top-news-section h2 span {
  font-size: 13px;
  margin: 0 0 0 18px;
}

.top-news-list li {
  width: calc((100%/4) - 52px);
  margin: 0 26px !important;
}

.top-news-meta {
  justify-content: space-between;
  align-items: center;
  margin: 14px 0;
}

.top-news-date {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  color: #000;
}

.top-news-cat {
  display: inline-block;
  font-size: 10px !important;
  text-align: center;
  color: #fff;
  width: 78px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #00b4ff;
}

.top-news-cat.news {
  background: #00b4ff;
}

.top-news-cat.blog {
  background: #ffba00;
}

.top-news-list p a {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000;
  text-decoration: underline;
}

.top-news-list p a:hover {
  text-decoration: none;
}

/*koko*/

.top-gcal {
  position: relative;
  width: 100%;
  padding-top: 72.5%;
}

.top-gcal iframe {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/*
/*position: absolute;
/*top: 0;
/*left: 0;
/*width: 100% !important;
/*height: 100% !important;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
footer {
  margin: 0 !important;
}


/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (max-width: 1595px) {

  /* メイン画像&キャッチ */
  .top-main-catch {
    /* top: 25%;
    left: 4%; */
    top: 25%;
    left: 4%;
    transition: all 0.4s 0s ease;
  }

  .top-main-logo {
    top: 15%;
    right: 8%;
    transition: all 0.4s 0s ease;
  }
}

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

  /* メイン画像&キャッチ */
  .top-main-catch {
    /* top: 25%;
    left: 4%; */
    top: 20%;
    left: 4%;
    transition: all 0.4s 0s ease;
  }


  .bubble-sunday {
    bottom: 50px;
    right: 160px;
  }

  .bubble-kids {
    right: 20px;
  }

  .bubble-mouse {
    bottom: 130px;
    right: 40px;
  }

  .bubble-car {
    bottom: 100px;
    right: 300px;
  }


  /* About us */
  .top-aboutus-img {
    margin: 0 0 0 30px;
    width: 50%;
  }

}

/* max-width: 1395px */

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

  /* About us */
  .top-aboutus-detail h2 {
    font-size: 27px;
  }

  .top-aboutus-detail p {
    font-size: 15px;
  }

  /* 特長 */
  .top-feature-list {
    margin: 0 -15px;
  }

  .top-feature-list li {
    width: calc((100%/3) - 30px);
    margin: 0 15px;
  }

  .top-feature-list h2 {
    font-size: 19px;
  }

  /* サービス */
  .top-service-cont {
    padding: 40px 40px 5px;
  }

  .top-service-list {
    margin: 0 -18px;
  }

  .top-service-list li {
    width: calc((100%/5) - 36px);
    margin: 0 18px 35px;
  }

  .top-service-txt {
    font-size: 17px;
  }

  /* お知らせ・ブログ */
  .top-news-list li {
    width: calc((100%/4) - 36px);
    margin: 0 18px;
  }



}

/* max-width: 1180px */

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

  /* メイン画像&キャッチ */
  .top-main {
    width: 94%;
    margin: 0 auto 65px;
  }

  .thumb {
    /* z-index: 999; */
  }

  .top-main-catch {
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
  }

  .top-main-catch p {
    font-size: 32px;
  }

  .bubble-sunday {
    bottom: 12px;
    right: 140px;
  }

  .bubble-kids {
    right: 0;
    bottom: -50px;
  }

  /* About us */
  .top-aboutus-section {
    padding: 110px 0 90px;
  }

  .top-aboutus-ttl {
    font-size: 17px;
  }

  .top-aboutus-detail h2 {
    font-size: 37px;
    background: none;
  }

  .top-aboutus-detail h2 span {
    font-size: 42px;
  }

  .top-aboutus-detail p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.96;
    margin: 40px 0 50px;
  }

  .top-aboutus-detail p br {
    display: none;
  }

  .top-aboutus-btn a {
    font-size: 26px;
    font-weight: 400;
    padding: 14px 70px;
    border-radius: 30px;
  }

  /* 特長 */
  .top-feature-section {
    padding: 0;
    position: relative;
    background: none;
  }

  .top-feature-section::after {
    content: none;
  }

  .top-feature-list {
    margin: 0;
  }

  .top-feature-list li {
    width: 100%;
    margin: 0 0 114px;
  }

  .top-feature-ttl {
    margin: 60px 0 0;
    font-size: 22px;
  }

  .top-feature-ttl::before {
    width: 40px;
    height: 10px;
    margin: 0 14px 0 0;
  }

  .top-feature-list h2,
  .top-feature-list h2 span {
    font-size: 37px;
  }

  .top-feature-list h2 {
    margin: 24px 0 38px;
  }

  .top-feature-list p {
    font-size: 26px;
  }

  /* サービス */
  .top-service-section {
    padding: 40px 0 0;
  }

  .top-service-cont {
    padding: 0;
    background: none;
  }

  .top-service-list li {
    width: calc((100%/3) - 70px);
    margin: 0 35px 40px;
  }

  /* お知らせ・ブログ */
  .top-news-section h2 {
    justify-content: center;
  }

  .top-news-list li {
    width: calc((100%/3) - 56px);
    margin: 0 28px;
  }

  .top-news-date {
    font-size: 13px;
  }

  .top-news-cat a {
    font-size: 15px;
    width: 86px;
    height: 24px;
    line-height: 24px;
  }

  .top-news-list p a {
    font-size: 16px;
  }


}

/* max-width: 1024px */


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

  /* メイン画像&キャッチ */
  .top-main {
    margin: 0 auto 40px;
  }

  .top-main-catch {
    top: 45%;
    /* display: none; */
  }

  .top-main-catch p {
    font-size: 22px;
  }

  .main-catch-cont-first p {
    padding: 8px 10px 0;
  }

  .main-catch-cont-second p {
    padding: 0 10px;
  }

  .bubble-sunday img,
  .bubble-mouse img,
  .bubble-car img,
  .bubble-kids img {
    width: 95px;
    /*４つの場合、width:85px;*/
  }

  .bubble-sunday {
    bottom: -25px;
    left: 0 !important;
  }

  /*
  .bubble-car {
    right: 150px !important;
    bottom:-25px;
  }
  */
  .bubble-mouse {
    bottom: -25px;
    left: 40%;
  }

  .bubble-kids {
    bottom: -25px;
    right: 0;
  }

  /* About us */
  .top-aboutus-section {
    padding: 70px 0;
  }

  .top-aboutus-detail h2 {
    font-size: 20px;
    background: none;
  }

  .top-aboutus-detail h2 span {
    font-size: 26px;
  }

  .top-aboutus-detail p {
    font-size: 16px;
    margin: 30px 0;
  }

  .top-aboutus-btn a {
    font-size: 18px;
    padding: 12px 50px;
  }

  /* 特長 */
  .top-feature-ttl {
    margin: 40px 0 0;
    font-size: 16px;
  }

  .top-feature-list li {
    margin: 0 0 80px;
  }

  .top-feature-ttl::before {
    width: 35px;
    height: 6px;
    margin: 0 12px 0 0;
  }

  .top-feature-list h2,
  .top-feature-list h2 span {
    font-size: 22px;
  }

  .top-feature-list h2 {
    margin: 16px 0 30px;
  }

  .top-feature-list p {
    font-size: 18px;
  }

  /* サービス */
  .top-service-list li {
    width: calc((100%/3) - 20px);
    margin: 0 10px 30px;
  }

  .top-service-txt {
    font-size: 13px;
  }

  /* お知らせ・ブログ */
  .top-news-section {
    padding: 65px 0;
  }

  .top-news-section h2 {
    font-size: 22px;
    margin: 0 0 35px;
  }

  .top-news-section h2 span {
    font-size: 12px;
  }

  .top-news-list li {
    width: calc((100%/2) - 20px) !important;
    margin: 0 10px 30px !important;
  }

  .top-news-meta {
    margin: 12px 0;
    flex-wrap: nowrap;
  }

  .top-news-date {
    font-size: 9px;
  }

  .top-news-cat a {
    font-size: 10px;
    width: 52px;
    height: 20px;
    line-height: 22px;
  }

  .top-news-list p a {
    font-size: 14px;
    line-height: 1.4;
  }

  .calender-note {
    font-size: 90%;
    margin-bottom: 20px;
  }


  .top-gcal {
    overfllow: hidden;
    height: 400px;
    padding-bottom: 0 !important;
  }


}

.top-gcal iframe {
  height: 400px !important;
}

}

/* max-width: 768px */