html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: black;
}



.sc-tittle-wrap {
  margin: 0 auto;
  text-align: center;
  padding: 70px 0 50px;
}

@media screen and (max-width:768px) {
  .sc-tittle-wrap {
    padding: 60px 0 25px;
  }
}

@media screen and (max-width:768px) {
  .sc-tittle-wrap img {
    width: 12%;
  }
}

.sc-tittle-wrap h5 {
  background-color: #000;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1em;
  padding: 10px 0;
  color: #fff;
  border-radius: 1000px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 180px;
  margin: 10px auto 0;
}

@media screen and (max-width:768px) {
  .sc-tittle-wrap h5 {
    font-size: 16px;
    padding: 10px 20px;
    width: 170px;
    line-height: 1;
  }
}

.sc-tittle-wrap img {
  width: 50px;
}

/*レゼルバリンク*/

@media screen and (max-width:768px) {
  .sc-reser-link {
    display: none;
  }
}

.sc-reser-link {
position: fixed;
  right: 0;
  bottom: 7%;
  z-index: 1000;
  transition: .5s;
  width: 100px;
  transition: opacity 0.6s ease;
  opacity: 0;
}

.sc-reser-link a {
  display: block;
}

.sc-reser-link.visible {
  opacity: 1;
  pointer-events: auto;
}

.sc-reser-link img {
  width: 100%;
}

/*1st view*/

@media screen and (max-width:768px) {
  .kis {
    padding-top: 60px;
  }
}

@media screen and (max-width:768px) {
  .kis-main-wrap {
    position: relative;
  }
}

.kis-bg {
  background-color: #ffeb3b;
}

.kis-cont {
  max-width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .kis-cont {
    padding: 0 16px;
  }
}

.kis-top-img {
  overflow: hidden;
  width: 100vw;
  height: 800.9px;
  margin-left: calc(-50vw + 50%);
}

@media screen and (max-width:768px) {
  .kis-top-img {
    height: unset;
  }
}

.kis-top-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width:768px) {
  .kis-top-img img {
    object-fit: cover;
    width: 100%;
    height: 420px;
    display: block;
  }
}

.kis-top-tittl {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

@media screen and (max-width:768px) {
  .kis-top-tittl {
    top: 50%;
  }
}

.kis-top-tittl img {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width:768px) {
  .kis-top-tittl img {
    width: 100%;
    max-width: 210px;
  }
}

.kis-top-main-tittle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 10;
}

@media screen and (max-width:768px) {
  .kis-top-main-tittle {
    top: unset;
    bottom: -11%;
    left: unset;
    transform: unset;
    left: 0;
  }
}

@media screen and (max-width:768px) {
  .kis-top-main-tittle img {
    width: 100%;
  }
}

.kis-1st-sozai img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

@media screen and (max-width:768px) {
  .kis-1st-sozai {
    display: none;
  }
}

.kis-1st-guide-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width:768px) {
  .kis-1st-guide-wrap ul {
    align-items: baseline;
  }
}

.kis-1st-guide {
  width: 15%;
  align-items: center;
  display: flex;
}

.kis-1st-guide-wrap {
  max-width: 560.0px;
  margin: 150px auto 100px;
  z-index: 1000;
  position: relative;
}

@media screen and (max-width:768px) {
  .kis-1st-guide-wrap {
    margin: 90px auto 90px;
  }
}


@media screen and (max-width:768px) {
  .kis-1st-sozai {
    display: none;
  }
}

.kis-1st-guide img {
  margin: 0 auto;
  display: block;
  width: 60px;
}

@media screen and (max-width:768px) {
  .kis-1st-guide img {
    width: auto;
    height: 47px;
  }
}

.kis-1st-guide:hover img {
  transition: transform 1s;
  transform: rotateY(360deg);
}

.kis-1st-guide p {
  margin: 15px 0 0 0;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:768px) {
  .kis-1st-guide p {
    font-size: 14px;
    width: 109%;
    margin: 25px 0;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  margin: 20px auto 0;
}

@media screen and (max-width:768px) {
  .triangle {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid black;
  }
}


.kis-1st-eye-bg {
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .kis-1st-eye-wrap {
    height: unset;
  }
}

.kis-1st-eye-img {
  z-index: 100;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.kis-1st-eye-img img {
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width:768px) {
  .kis-1st-eye-img {
    top: unset;
  }
}

@media screen and (max-width:768px) {
  .kis-1st-eye-img img {
    width: 100%;
  }
}

.kis-1st-eye-bg {
  overflow: hidden;
  min-width: 100%;
  width: 100%;
}

.kis-1st-eye-bg img {
  width: 1200px;
}

@media screen and (max-width:768px) {
  .kis-1st-eye-bg img {
    display: none;
  }
}

.kis-1st-text-wrap {
  text-align: left;
  width: 60%;
  margin: 0 auto;
}

.kis-1st-eye-wrap {
  padding-top: 25px;
}

@media screen and (max-width:768px) {
.kis-1st-text-wrap {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
}

.kis-1st-text-wrap p {
  font-size: 22px;
  line-height: 2.2;
  margin: 40px 0 60px;
  font-weight: 800;
}

@media screen and (max-width:768px) {
  .kis-1st-text-wrap p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    font-weight: 700;
    margin: 25px 0 30px;
  }
}


/*開催場所*/
.sc-place-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 60px;
  padding: 0 30px;
}

@media screen and (max-width:768px) {
  .sc-place-wrap {
    display: block;
    padding: 0;
  }
}

.sc-place-image-wrap img {
  width: 100%;
  max-width: 600px;
}

.sc-place-tittle {
  margin-bottom: 28px;
  text-align: center;
  line-height: 1.2;
  background: white;
  border: solid;
  padding: 20px 18px;
  filter: drop-shadow(5px 5px black);
}

@media screen and (max-width:768px) {
  .sc-place-tittle {
    padding: 15px;
    margin-top: 10px;
  }
}

.sc-place-tittle h6 {
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .sc-place-tittle h6 {
    font-size: 11px;
  }
}

.sc-place-tittle h2 {
  font-size: 30px;
  font-weight: 900;
}

@media screen and (max-width:768px) {
  .sc-place-tittle h2 {
    font-size: 25px;
  }
}

.sc-place-tittle img {
  width: 100%;
}

.exp-ad {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: dotted 2px black;
  padding-bottom: 15px;
}

@media screen and (max-width:768px) {
  .exp-ad {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.exp-ad h6 {
  display: inline-block;
  background-color: black;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1em;
  padding: 10px 0;
  color: #fff;
  border-radius: 38px;
  font-size: 14px;
  letter-spacing: 3px;
  width: 99px;
  text-align: center;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

@media screen and (max-width:768px) {
  .exp-ad h6 {
    writing-mode: vertical-rl;
    width: auto;
    padding: 15px 10px;
    border-radius: 11px;
    font-size: 13px;
  }
}

.exp-ad p {
  line-height: 1.8;
  font-weight: 600;
}

@media screen and (max-width:768px) {
  .exp-ad p {
    font-size: 15px;
    line-height: 1.8;
  }
}

.exp-class {
  display: flex;
  align-items: center;
}


.exp-class h6 {
  display: inline-block;
  background-color: white;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1em;
  padding: 10px 0;
  color: black;
  border-radius: 13px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 108px;
  border: solid 2px black;
  text-align: center;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

.exp-class img {
  width: 60%;
  margin-left: 20px;
}

/*グーグルマップ*/

.kis-gmap-wrap {
  position: relative;
  width: 100vw;
  height: 450px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 1370px) {
.kis-gmap-wrap {
  margin-left: -43vw;
}
}

.kis-gmap-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*スクール料金*/

.kis-sc-price-exp {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .kis-sc-price-exp {
    margin-bottom: 27.5px;
  }
}

.kis-sc-price-exp h6 {
  font-size: 26px;
  font-weight: 700;
  padding: 10px 0 10px;
  letter-spacing: 1px;
}

@media screen and (max-width:768px) {
  .kis-sc-price-exp h6 {
    padding: 0;
    font-size: 18px;
  }
}

.kis-sc-price-exp p {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .kis-sc-price-exp p {
    font-size: 15px;
    margin-top: 20px;
  }
}

.kis-sc-plan-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

@media screen and (max-width:768px) {
  .kis-sc-plan-wrap {
    display: block;
    padding: 0;
  }
}

.kis-sc-plan-det {
  width: 32%;
}

@media screen and (max-width:768px) {
  .kis-sc-plan-det {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}

.kis-sc-plan-det img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .kis-sc-plan-det img {
    width: 90%;
  }
}

/*パーク紹介*/

.kis-park-wrap {
  text-align: center;
}

.kis-park-top {
  position: relative;
}

.kis-park-top img {
  width: 100%;
}

.kis-park-top h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 43px;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
}

@media screen and (max-width:768px) {
  .kis-park-top h6 {
    font-size: 22px;
    width: 100%;
  }
}

.kis-park-txt {
  text-align: center;
  margin: 50px 0;
  position: relative;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .kis-park-txt {
    margin: 15px 0 10px;
  }
}

.kis-park-txt h3 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
}

@media screen and (max-width:768px) {
  .kis-park-txt h3 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
    width: 95%;
  }
}

.kis-park-txt h3:before {
  position: absolute;
  left: -20px;
  top: 2px;
  content: "";
  width: 4px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-20deg);
}

@media screen and (max-width:768px) {
  .kis-park-txt h3:before {
    left: -1px;
    width: 3px;
  }
}

.kis-park-txt h3:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 2px;
  width: 4px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(20deg);
}

@media screen and (max-width:768px) {
  .kis-park-txt h3:after {
    right: 1px;
    width: 3px;
  }
}

.kis-park-det-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 30px;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .kis-park-det-wrap {
    display: block;
  }
}

.kis-park-det {
  flex: 1 1 30%;
  min-width: 0;
  max-width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

@media screen and (max-width:768px) {
  .kis-park-det {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.kis-park-det img {
  width: 100%;
}


.kis-park-det h6 {
  font-size: 19px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width:768px) {
  .kis-park-det h6 {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0;
  }
}

.kis-park-det p {
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width:768px) {
  .kis-park-det p {
    font-size: 15px;
    line-height: 1.8;
  }
}

.kis-park-det-sml-txt {
     margin-left:7px;
     font-size:17px;
}
        
@media screen and (max-width:768px) {
.kis-park-det-sml-txt {
        margin-left:7px;
        font-size:15px;
   }
  }

  .kis-park-det-sml-txt p {
     text-align: left;
}



/*利用料金*/

.kis-park-price-image {
  padding: 0 10px;
}

.kis-park-price-image img {
  width: 100%;
  ;
}

.kis-price-inner {
  background: white;
  width: 100%;
  border: solid;
  border-radius: 25px;
  padding: 40px 30px;
  box-sizing: border-box;
}

.kis-price-wrapper {
  padding: 0 30px;
}

@media screen and (max-width:768px) {
.kis-price-wrapper {
  padding: 0;
}
}

@media screen and (max-width:768px) {
  .kis-price-inner {
    padding: 30px 10px;
    border-radius: 16px;
  }
}

.kis-price-tittle h4 {
  display: inline-block;
  background-color: #ffeb3b;
  box-sizing: border-box;
  padding: 15px 15px;
  color: #000;
  border-radius: 16px;
  font-size: 16px;
  letter-spacing: 4px;
  border: solid 3px black;
  font-weight: 600;
  writing-mode: vertical-rl;
}

@media screen and (max-width:768px) {
  .kis-price-tittle h4 {
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 13px;
    writing-mode: unset;
    text-align: center;
    margin: 0 auto 25px;
    border: solid 2px black;
  }
}

.kis-price-big h5 {
  font-size: 40px;
  font-weight: 600;
}

@media screen and (max-width:768px) {
  .kis-price-big h5 {
    margin-bottom: 32px;
  }
}

.kis-small-price {
  font-size: 18px;
  margin: 0 3px;
}

.kis-price-kids {
  text-align: left;
}

@media screen and (max-width:768px) {
  .kis-price-kids {
    width: 45%;
    text-align: center;
  }
}

.kis-price-kids h5 {
  display: inline-block;
  background-color: #f182f5;
  box-sizing: border-box;
  line-height: 1em;
  padding: 4px 20px;
  color: white;
  border-radius: 38px;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  border: solid 2px black;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .kis-price-kids h5 {
    font-size: 15px;
    padding: 8px 20px;
    margin-bottom: 20px;
  }
}

.kis-price-kids h6 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width:768px) {
  .kis-price-kids h6 {
    font-size: 27px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.kis-middle-price {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .kis-middle-price {
    font-size: 14px;
  }
}

.kis-space-price {
  margin: 0 10px;
}

@media screen and (max-width:768px) {
  .kis-space-price {
    margin: 0 5px;
  }
}

.kis-space-price-wide {
  margin: 0 10px 0 28px;
}

@media screen and (max-width:768px) {
  .kis-space-price-wide {
    margin: 0 5px 0 5px;
  }
}

.kis-price-kids:first-child {
  border-right: dotted 2px black;
  padding-right: 30px;
}

@media screen and (max-width:768px) {
  .kis-price-kids:first-child {
    border-right: 0;
    padding-right: 0;
    width: fit-content;
  }
}

.kis-price-kids p {
  font-size: 12px;
  margin-top: 16px;
}

.kids-price-kids-wrap {
  display: flex;
  gap: 30px;
}

@media screen and (max-width:768px) {
  .kids-price-kids-wrap {
    display: flex;
    gap: 0;
    margin: 10px 0 45px;
    justify-content: space-around;
  }
}

@media screen and (max-width:768px) {
  .kis-price-kids p {
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
  }
}

.kis-price-1st-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width:768px) {
  .kis-price-1st-wrap {
    display: block;
  }
}

.kids-year-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width:768px) {
  .kids-year-wrap {
    display: block;
  }
}

.kis-use-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width:768px) {
  .kis-use-wrap {
    margin-top: 24.5px;
    display: block;
  }
}

.kis-price-tittle {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width:768px) {
  .kis-price-tittle {
    display: block;
    text-align:center;
  }
}


.kis-rent-wrap {
  display: flex;
  margin-left: 30px;
  gap: 80px;
  align-items: baseline;
}

@media screen and (max-width:768px) {
  .kis-rent-wrap {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0;
    margin: 15px 0 45px;
  }
}

.kis-rent-1st {
  text-align: center;
  align-items: baseline;
}

.kis-rent-1st img {
    max-width: 125px;
}

@media screen and (max-width:768px) {
  .kis-rent-1st {
    width: 27%;
  }
}

@media screen and (max-width:768px) {
  .kis-rent-1st img {
    width: 83%;
  }
}

.kis-rent-1st p {
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .kis-rent-1st p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
}

.kis-price-3rd-wrap {
  display: flex;
  text-align: left;
}

@media screen and (max-width:768px) {
  .kis-price-3rd-wrap {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.kis-price-3rd-wrap p {
  margin-left: 30px;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .kis-price-3rd-wrap p {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}

.kis-price-border {
  display: block;
  border-top: dotted 2px black;
  margin: 40px 0;
}

@media screen and (max-width:768px) {
  .kis-price-border {
    margin: 30px 0;
  }
}





/*お問合せ*/

.sc-inq-det-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 50px auto 0;
  align-items: center;
}

@media screen and (max-width:768px) {
  .sc-inq-det-wrap {
    display: block;
    margin-top: 30px;
  }
}

.sc-inq-det-logo {
  flex: 1;
  min-width: 240px;
  text-align: center;
  border-right: dotted 2px black;
}

@media screen and (max-width:768px) {
  .sc-inq-det-logo {
    border: 0;
    margin-bottom: 40px;
  }
}

.sc-inq-det-logo img {
  width: 73%;
}

@media screen and (max-width:768px) {
  .sc-inq-det-logo img {
    width: 60%;
  }
}

.sc-inq-det-logo p {
  font-size: 13px;
  color: #000;
  margin: 15px 0 0 0;
  line-height: 1.8;
}

.sc-inq-txt-wrap {
  flex: 1.5;
  min-width: 260px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .sc-inq-txt-wrap {
    margin-top: 20px;
  }
}

.sc-inq-txt-wrap h4 {
  font-size: 55px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width:768px) {
  .sc-inq-txt-wrap h4 {
    font-size: 45px;
  }
}

.sc-inq-txt-wrap p {
  font-size: 16px;
  margin: 15px 0 15px;
}

@media screen and (max-width:768px) {
  .sc-inq-txt-wrap p {
    font-size: 13px;
    margin: 10px 0 30px;
  }
}

@media screen and (max-width:768px) {
  .sc-inq-mail {
    margin-top: 50px;
  }
}

.sc-inq-mail a {
  display: flex;
  background-color: #000;
  color: #fff;
  padding: 12px 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 0.3s ease;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .sc-inq-mail a {
    width: 71%;
    padding: 12px 30px;
    justify-content: space-around;
  }
}

.sc-inq-mail p {
  font-size: 17px;
  margin: 15px 0 15px;
}

@media screen and (max-width:768px) {
  .sc-inq-mail p {
    font-size: 14px;
    margin: 10px 0 10px;
    line-height: 1.5;
  }
}

.fa-solid {
  font-size: 22px;
  text-align: center;
  align-items: center;
  display: inherit !important;
  margin-right: 10px;
}

.fa-icon::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 16px;
}


/*フッター*/

.kis-footer-wrap {
  border-top: solid 1px black;
  padding: 60px 0;
  margin-top: 100px;
}

@media screen and (max-width:768px) {
  .kis-footer-wrap {
    margin-top: 70px;
  }
}

.kis-footer-wrap p {
  font-size: 13px;
  text-align: center;
}



/*スクール詳細・追加分*/


.sc-class-price-txt {
  font-size: 37px;
  font-weight: 600;
  margin-left: 15px;
}

.sc-class-price-small {
  font-size: 16px;
}

.sc-class-price-tax {
  font-size: 12px;
  margin-left: 5px;
}

.kis-price-class-wrapper {
    display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width:768px) {
.kis-price-class-wrapper {
    display: block;
}
}

.kis-price-class-border {
    border-left: dotted black 3px;
  display: block;
  height: 70px;
}

@media screen and (max-width:768px) {
.kis-price-class-border {
    display: none;
}
}

.kis-price-class-left {
    display: flex;
  align-items: center;
}

@media screen and (max-width:768px) {
.kis-price-class-left:first-child {
    margin-bottom: 30px;
}
}

.kis-price-class-tittle {
    text-align: center;
}

@media screen and (max-width:768px) {
.kis-price-class-tittle {
    width: 33%;
}
}

.kis-price-class-tittle img {
    width: 100px;
}

@media screen and (max-width:768px) {
.kis-price-class-tittle img {
    width: 65px;
}
}

.kis-price-class-tittle p {
    font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}

@media screen and (max-width:768px) {
.kis-price-class-tittle p {
    font-size: 10px;
  font-weight: 600;
  margin-top: 15px;
}
}

.kis-price-class-tittle h5 {
    font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width:768px) {
.kis-price-class-tittle h5 {
    font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
}

.sc-inst-det-const {
    margin-top: 40px;
    padding: 0 30px;
}

@media screen and (max-width:768px) {
.sc-inst-det-const {
    padding: 0;
}
}

@media screen and (max-width:768px) {
.kis-price-class-tittle h5 {
  padding: 0;
}
}

.sc-inst-count {
    width: 30%;
}

@media screen and (max-width:768px) {
.sc-inst-count {
width: 80.6%;
  margin: 60px auto 0px;
}
}

.sc-inst-det {
    display: flex;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
.sc-inst-det {
display: block;
}
}

.sc-inst-count-in {
    background: white;
  border: solid 7px black;
  border-radius: 36px;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
}

.sc-inst-image-abu {
    position: absolute;
  top: -41px;
  width: 55px;
  left: 44%;
}

@media screen and (max-width:768px) {
.sc-inst-image-abu {
  left: 40%;
}
}

.sc-inst-image-det {
width: 100%;
  border-radius: 15px;
}

.sc-inst-count-in h6 {
font-weight: 600;
  margin-top: 10px;
  margin-left: 3px;
}

@media screen and (max-width:768px) {
.sc-inst-count-in h3 {
    font-size: 14px;
}
}

.sc-inst-count-in h3 {
font-size: clamp(20px, 2.4vw, 33px);
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 5px;
}

@media screen and (max-width:768px) {
.sc-inst-count-in h3 {
    font-size: 25px;
}
}

.sc-inst-count-in p {
line-height: 1.8;
  margin: 20px 0 20px 0;
  font-size: 15px;
}

.sc-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

/*メイン*/
.sc-main-cont-wrap {
  background-color: #ffeb3b;
  position: relative;
  overflow: hidden;
  width: calc(100% - 251px);
  margin-left: 250px;
  min-height: 100vh;
}

@media screen and (max-width: 1370px) {
  .sc-main-cont-wrap {
    width: 100%;
    margin: 0;
    transition: 0.3s;
  }
}


/*ヘッダー*/

/*ヘッダー共通*/


/*ヘッダー PC*/

/*ナビ*/

.sc-navi-wrapper {
  width: 250px;
  height: 100vh;
  position: fixed;
  border-right: 1px solid #edece6;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

@media screen and (max-width: 1370px) {
  .sc-navi-wrapper {
    display: none;
    transition: 0.3s;
  }
}

@media screen and (max-width: 1370px) {
  .pc-sc-header-big {
    display: none;
    transition: 0.3s;
  }
}

@media screen and (min-width: 1370px) {
  .sc-header-wrap {
    display: none;
    transition: 0.3s;
  }
}

.sc-navi {
  background-color: #fcea36;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.sc-navi-logo {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.8;
}

.sc-navi-logo h1 {
  padding: 0 20px;
}

.sc-navi-logo img {
  width: 100%;
}

.sc-navi-guide {
  border-bottom: 2px solid black;
  padding: 23px 0;
}

.sc-navi-guide:first-child {
  border-top: 2px solid black;
}

.sc-navi-det a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 15px;
}

.sc-navi-det img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.sc-navi-det h3 {
  margin: 0 10px 0 0;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
}

.navi-arrow {
  margin-left: auto;
  font-size: 11px;
  color: #333;
  display: inline-block;
}

.navi-arrow::after {
  content: '▶';
}

.sc-navi-mail-image {
  width: 28px !important;
  margin-left: 5px;
  padding-right: 3px;
}

.sc-navi-syucchou img {
  width: 88%;
  margin: 25px 15px;
}

.sc-navi-guide-mail {
  padding: 23px 0;
}


.sc-header-pc-wrapper {
  display: block;

}

.sc-header-sp {
  display: none;
}

.sc-header-wrap {
  position: fixed;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.sc-header-wrap.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.sc-header-wrap {
  width: 100%;
  background: #fcea36;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 80px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

.sc-header-pc {
  display: flex;
  justify-content: space-between;
}

.sc-header-logo {
  width: 175px;
  padding-top: 13px;
  position: relative;
}

.sc-header-logo img {
  width: 175px;
}

.sc-header-navi {
  display: flex;
  padding-top: 24px;
  width: 630px;
  justify-content: space-between;
}

.sc-navi {
  text-align: center;
}

.sc-navi h6 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.sc-navi p {
  font-size: 10px;
  margin-top: 7px;
  color: black;
}

.sc-header-reserva-inner {
  width: 150px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sc-header-reserva-inner h5 {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 900;
}

.sc-header-reserva-inner p {
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 10px;
}

.pc-sc-hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;  /* アイコンを中央に配置 */
  width: 80px;          /* 背景の幅 */
  height: 80px;         /* 背景の高さ */
  cursor: pointer;
  z-index: 1001;
  background-color: black;  /* 背景色 */
 padding: 28px 0;
  box-sizing: border-box;
}

.pc-sc-hamburger-menu .pc-sc-bar-1 {
  height: 3px;
  background-color: #fcea36;
  border-radius: 2px;
  width: 40px; /* アイコン（線）の幅 */
  transition: all 0.3s ease;
  transform-origin: center;
}

.pc-sc-hamburger-menu .pc-sc-bar-2 {
  height: 3px;
  background-color: #fcea36;
  border-radius: 2px;
  width: 40px; /* アイコン（線）の幅 */
  transition: all 0.3s ease;
  transform-origin: center;
}

/* ハンバーガーアイコンが開いている時の変化 */
.pc-sc-hamburger-menu.open .pc-sc-bar-1 {
  transform: rotate(45deg) translateY(14px); /* 回転と位置調整 */
}

.pc-sc-hamburger-menu.open .pc-sc-bar-2 {
  transform: rotate(-45deg) translateY(-14px); /* 回転と位置調整 */
}

.pc-sc-slide-menu {
  position: fixed;
  top: 80px;
  right: -100%;
  width: 26%;
  height: 100vh;
  background-color: #fcea36;
  transition: right 0.3s ease-in-out;
  border-left: solid 2px;
}

.pc-sc-slide-menu.open {
  right: 0;
}

.pc-sc-ham-wrap {
  width: 80px;
  height: 80px;
  background: black;
}

.pc-sc-slide-menu .sc-navi-guide {
  padding: 30px 0;
}

.pc-sc-slide-menu .sc-navi-guide:last-child {
  border-bottom: 2px solid black;
}

.pc-sc-res-wrap {
  width: 80px;
  margin: 0 0 0 auto;
}

.pc-sc-res-wrap img {
   width: 80px;
}

.sc-header-navi-wrap {
  margin: 0 auto;
}

.pc-sc-header-big {
  position: fixed;
  background: #fcea36;
  height: 80px;
  z-index: 10000;
  overflow: hidden;
  width: calc(100% - 251px);
  margin-left: 250px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.pc-sc-header-big .sc-header-navi {
  margin: 0 auto;
  width: calc(70% - 251px);
}

.pc-sc-header-big.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/*ヘッダー SP*/

.ks-sc-header-sp {
    display: none;
  }
  

@media screen and (max-width:768px) {
  .ks-sc-header-sp {
    display: none;
    background: #fcea36;;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10001;
  }

  .ks-sc-header-sp-inner {
    max-width: 1235px;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ks-sc-header-logo {
    padding: 0 5px;
  }

  .ks-sc-header-logo img {
    width: 110px;
  }

  .ks-sc-header-res {
    margin-left: auto;
  }

  .ks-sc-header-res {
    height: 60px;
  }

  .ks-sc-header-res img {
    width: 60px;
    height: 60px;
  }

  .ks-hamb-wrap {
    height: 60px;
    width: 60px;
    background: #d84646;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .ks-hamburger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 100000;
  }

  .ks-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
    transition: all 0.4s ease;
    transform-origin: center;
  }

  .ks-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .ks-hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .ks-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }

  .ks-sp-nav {
    position: fixed;
    top: 60px;
    right: 0;
    width: 75%;
    height: 100%;
    background: #fcea36;;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ks-sp-nav.active {
    transform: translateX(0);
  }

  .ks-sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sc-navi-guide-wrap {
    padding-bottom: 60px!important;
  }

  .ks-sp-nav li {
    text-align: left;
    width: 100%;
  }

  .ks-sp-navi-icon {
    height: 35px;
  }

  .ks-sp-nav h5 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 2px;
  }

  .ks-sp-nav p {
    display: inline-block;
    font-size: 10px;
  }

  .ks-sp-navi-icon-wrap {
    width: 35px;
    text-align: center;
  }

  .ks-sp-nav a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  .ks-sp-navi-res-list {
    margin: 22px 15px;
  }

  .ks-sp-navi-res-link img {
    width: 100%;
  }

  .ks-sp-navi-main-wrap .sc-navi-guide {
    padding: 15px 0;
  }

    .ks-sp-navi-main-wrap .sc-navi-guide:first-child {
   border-top: 1px solid black;
  }

  .ks-sp-navi-main-wrap .sc-navi-det img {
  width: 35px;
  margin-right: 13px;
}

.ks-sp-navi-tlttle h5 {
  padding: 20px 0 0 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}

.ks-sp-navi-main-wrap .sc-navi-guide {
  border-bottom: 1px solid black;
}

.sc-header-pc-wrapper {
  display: block;
}

.ks-sc-header-sp {
  display: none;
}

.sc-navi-det-txt-wrap h6 {
  margin-bottom: 3px;
  font-size: 10px;
}
}

@media screen and (max-width: 768px) {
  .sc-header-pc-wrapper {
    display: none;
  }

  .ks-sc-header-sp {
    display: block;
  }
}


/*共通*/

.sp-blind {
  display: block;

}

.pc-blind {
  display: none;
}


@media screen and (max-width: 768px) {
  .sp-blind {
    display: none;
  }

  .pc-blind {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-kai {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/* GMAP追加 */

@media screen and (min-width: 1370px) {
  .kis-gmap-wrap {
    margin-left: -43vw;
  }
}