@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

html {
  margin: 0 !important;
}

style {
  margin: 0 !important;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

input,
textarea {
  border: 0;
}

/***************
h1とh2
 ***************/
.h1-top,
.h2-top {
  position: absolute;
  top: -100%;
  left: 0;
}

/***************
ヘッダー(左のメニュー)
 ***************/
.side-menu {
  display: block;
  position: fixed;
  z-index: 10;
  width: 11%;
  height: 100vh;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.669);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.side-menu::-webkit-scrollbar {
  display: none;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.icon-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 2%;
}

.logo.icon1 {
  margin-bottom: 10%;
}

.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7 {
  position: relative;
  padding: 3px;
  overflow: hidden;
}
.icon2:hover .item,
.icon3:hover .item,
.icon4:hover .item,
.icon5:hover .item,
.icon6:hover .item,
.icon7:hover .item {
  position: absolute;
  left: 46%;
  top: 47%;
  width: 10px;
  height: 10px;
  background: rgb(250, 250, 144);
  border-radius: 50%;
  transform: translate(-46%, -47%);
  z-index: -1;
  animation: expansion-anim 0.7s ease-in forwards;
}

a {
  display: block;
  color: white;
  text-decoration: none;
}

@keyframes expansion-anim {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(30);
  }
}
/***************
全体の比率
 ***************/
.all {
  display: flex !important;
  width: 100%;
  flex-wrap: nowrap;
}

.sub {
  flex: 11%;
  background-color: rgb(250, 250, 144);
}

.main0 {
  flex: 89%;
  width: 100%;
  display: block;
  overflow-x: hidden;
}

/***************
トップバナー
 ***************/
img.top {
  width: 100%;
}

.top-box {
  position: relative;
}

/***************
タイトル
 ***************/
.f1-box {
  position: absolute;
  top: 47%;
  left: -13%;
  width: 100%;
}

img.frame {
  width: 63%;
  z-index: 5;
}

.f1 {
  margin-left: 2%;
}

.f2 {
  margin-left: 12%;
}

.t1 {
  position: relative;
}

.word {
  width: 11%;
  position: absolute;
  z-index: 100;
  animation: show 10s ease infinite;
  opacity: 0;
  filter: drop-shadow(1px 1px 3px rgb(0, 0, 0));
}

.w1 {
  top: -6%;
  left: 14%;
  animation-delay: 0.2s;
}

.w2 {
  top: -1%;
  left: 23.5%;
  animation-delay: 0.3s;
}

.w3 {
  width: 8.5%;
  top: 17%;
  left: 32.5%;
  animation-delay: 0.4s;
}

.w4 {
  width: 8.5%;
  top: 15%;
  left: 38%;
  animation-delay: 0.5s;
}

.w5 {
  width: 8.5%;
  top: 15%;
  left: 43.7%;
  animation-delay: 0.6s;
}

.w6 {
  width: 8.5%;
  top: 17%;
  left: 49.5%;
  animation-delay: 0.7s;
}

.w7 {
  width: 8.5%;
  top: 17%;
  left: 54%;
  animation-delay: 0.8s;
}

.wd1 {
  top: -8%;
  left: 22%;
  animation-delay: 0.9s;
}

.wd2 {
  top: -2%;
  left: 31.5%;
  animation-delay: 1s;
}

.wd3 {
  width: 8.5%;
  top: 12%;
  left: 40.5%;
  animation-delay: 1.1s;
}

.wd4 {
  width: 8.5%;
  top: 12%;
  left: 46.2%;
  animation-delay: 1.2s;
}

.wd5 {
  width: 8.5%;
  top: 12%;
  left: 51.2%;
  animation-delay: 1.3s;
}

.wd6 {
  width: 8.5%;
  top: 15%;
  left: 56.5%;
  animation-delay: 1.4s;
}

.wd7 {
  width: 8.5%;
  top: 12%;
  left: 61.5%;
  animation-delay: 1.5s;
}

.wd8 {
  width: 8.5%;
  top: 12%;
  left: 65.5%;
  animation-delay: 1.6s;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0, 0) rotate(360deg);
  }
  10% {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
  }
}
/***************
右の固定バー
 ***************/
.change {
  width: 100%;
}

.c1-box {
  width: 13%;
  position: fixed;
  top: 20%;
  right: -2px;
  z-index: 1000;
  transform: translate(1%, 0);
}

.fixed {
  position: fixed;
}

.c2-box {
  width: 25.8%;
  opacity: 1;
  transform: translate(100%, 0);
}

.switch {
  position: relative;
}
.switch:hover .cs {
  animation: slide-anim 0.1s ease forwards;
}
.switch:hover .cl {
  animation: slide-anim2 1.5s ease forwards;
}

.cl {
  position: absolute;
  top: 2%;
  left: 0;
  width: 195%;
  transform: translate(100%, 0);
}

@keyframes slide-anim {
  0% {
    transform: translate(1%, 0);
  }
  50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes slide-anim2 {
  0% {
    transform: translate(100%, 0);
  }
  30% {
    transform: translate(-49%, 0);
  }
  100% {
    transform: translate(-49%, 0);
  }
}
/***************
main
 ***************/
.header {
  display: flex;
  width: 100%;
  background-color: rgb(250, 250, 144);
}

.tks {
  flex: 70%;
  width: 70%;
}
.tks a {
  margin: 2%;
  width: 40%;
}
.tks a img {
  width: 100%;
}

.tel-box {
  flex: 30%;
  width: 30%;
}
.tel-box a {
  margin-right: 2%;
  margin-top: 5%;
  width: 60%;
  margin-left: auto;
}
.tel-box a img {
  width: 100%;
}

.tel {
  display: block;
}
.tel:hover {
  transform: scale(1.05, 1.05);
}

p.address {
  font-size: 12px;
  text-align: right;
  padding-right: 5%;
}

/***************
お知らせ
 ***************/
img.news {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  padding: 5%;
}

.box1 {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10%;
}

h1 {
  margin: 10px;
  font-size: 1.5em;
  text-align: center;
}

.box2 {
  width: 94%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 165px;
  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
}
.box2::-webkit-scrollbar {
  display: none;
}

hr {
  border: solid 1px #ffb107;
}

.border1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 0.3em;
  border: solid 5px #ffb107;
  height: 175px;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.487);
}

ul {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding-inline-start: 0px;
}

a {
  text-decoration: none !important;
}

ul.news li {
  border-bottom: solid 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  color: orange;
  font-size: 20px;
  font-family: zen-maru-gothic, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 800;
}
ul.news li:hover {
  color: rgb(75, 126, 255);
}
ul.news a:nth-child(1) li {
  color: rgb(75, 126, 255);
}
ul.news a:nth-child(1) li:hover {
  color: orange;
}

ul.news li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #ffb107;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}

ul li:last-of-type {
  border-bottom: none;
  /*最後のliの線だけ消す*/
}

/***************
カラフルライン
 ***************/
.hr {
  width: 100%;
}

/***************
もっと見る
 ***************/
.w-box {
  position: relative;
}

.blue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.meet {
  position: absolute;
  width: 40%;
  top: 15%;
  left: 25%;
  transform: translate(-25%, -15%);
}

.world {
  position: absolute;
  width: 40%;
  top: 45%;
  left: 35%;
  transform: translate(-35%, -45%);
  animation-delay: 0.3s;
}

.more {
  position: absolute;
  width: 45%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.more:hover {
  transform: translate(-50%, 0) scale(1.1, 1.1);
}

/***************
無料体験
 ***************/
.f-box {
  margin-top: 10%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  transform: scale(1.1, 1.1);
}

.demo {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.f-box2 {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin-left: 20%;
}

.d-box {
  flex: 40%;
}

.a-box {
  flex: 60%;
}

.detail {
  width: 100%;
}
.detail:hover {
  transform: scale(1.1, 1.1);
}

.active {
  margin-top: -10%;
  width: 70%;
}

/***************
Location
 ***************/
.orange {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background-color: #f9ee90;
  border-radius: 40px;
  position: relative;
  border: solid 5px #ffb107;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.487);
  margin-top: 10%;
  margin-bottom: 10%;
}

.l-box {
  position: absolute;
  top: -15%;
  left: -5%;
}

.lp-box {
  margin: 10%;
  margin-top: 13%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.lp-box .a-link {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3c76af;
  font-size: 16px;
  margin-left: 5px;
  background-color: white;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-weight: 800;
  border-radius: 9999px;
  border: solid 3px #3c76af;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lp a {
  color: black;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.loca {
  width: 60%;
}

p.lp {
  font-size: 22px;
  margin: 5px;
}

footer {
  border-top: solid 4px #ffb107;
  text-align: center;
  font-size: 20px;
  margin-top: 15%;
}

.fo {
  padding-top: 2%;
  padding-bottom: 1%;
}

.pc {
  display: block;
}

.ph {
  display: none;
}

/***************
サイドメニューインスタ
 ***************/
.head-insta {
  width: 100%;
}
.head-insta img {
  padding: 15% 30%;
  padding-bottom: 0;
  width: 100%;
  padding-bottom: 0%;
}
.head-insta img.add {
  padding-bottom: 0%;
}
.head-insta h3 {
  font-size: 1.3vw;
  color: #f9ee90;
  font-family: ab-babywalk, sans-serif;
  color: #2f7abf;
  text-align: center;
  margin-top: 0;
}

.head-insta.fix {
  width: 100%;
}
.head-insta.fix img {
  padding: 15% 30%;
  width: 40%;
}

@media (max-width: 700px) {
  /***************
  小さな画面
   ***************/
  .top {
    margin-top: 50px;
  }
  .pc {
    display: none;
  }
  .ph {
    display: block;
  }
  .side-menu,
  .sub {
    display: none;
  }
  .c1-box {
    display: none;
  }
  .header {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    background-color: white;
    height: 50px;
    z-index: 400;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.487);
    align-items: center;
  }
  .tks {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .tks-logo {
    width: 165px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tel-box {
    display: none;
  }
  ul.news li {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 0;
  }
  img.news {
    width: 40%;
    padding-top: 0;
  }
  .blue {
    width: 80%;
  }
  .w-box {
    width: 100%;
    margin-top: 17% !important;
    transform: scale(1.15, 1.15);
  }
  .meet {
    width: 50%;
    top: 15%;
    left: 20%;
    transform: translate(-20%, -15%);
  }
  .world {
    width: 50%;
    top: 45%;
    left: 30%;
    transform: translate(-30%, -45%);
  }
  .f-box {
    margin-top: -10% !important;
    width: 95%;
    margin-bottom: 17%;
  }
  .demo {
    margin-top: 17% !important;
    width: 80%;
  }
  .container {
    margin-top: 17% !important;
  }
  .detail {
    width: 100%;
    transform: scale(1.3, 1.3);
    margin-top: 5%;
    margin-left: -10%;
  }
  .active {
    width: 90%;
  }
  .l-box {
    top: -8%;
  }
  .lp-box .a-link {
    font-size: 14px;
  }
  p.lp {
    font-size: 15px;
  }
  p.fo {
    font-size: 10px;
  }
  .orange {
    width: 80%;
  }
}/*# sourceMappingURL=index.css.map */