@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  min-height: 0vw;
  border-width: 0px;
  list-style-type: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  text-shadow: none;
  overflow: hidden;
  overflow-x: hidden;

  box-sizing: border-box;
  box-shadow: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  background: #fff4ea;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 400;
}

a {
  color: var(--dark);
  text-decoration: none;
}

:root {
  --body: #fff;
  --dark: #333;
}

/* 共通 */

.card {
  --bs-card-border-color: none;
}

.h1Text {
  font-size: clamp(1.313rem, 1.038rem + 1.46vw, 2.5rem);
}

.h2Text01 {
  font-size: clamp(1.25rem, 1.091rem + 0.85vw, 1.938rem);
}

.h2Text02 {
  font-size: clamp(1.188rem, 1.058rem + 0.69vw, 1.75rem);
}

.h3Text01 {
  font-size: clamp(1.063rem, 0.962rem + 0.54vw, 1.5rem);
}

.h3Text02 {
  font-size: clamp(1rem, 0.942rem + 0.31vw, 1.25rem);
}

.h4Text {
  font-size: clamp(0.938rem, 0.894rem + 0.23vw, 1.125rem);
}

.h5Text {
  font-size: clamp(0.875rem, 0.832rem + 0.23vw, 1.063rem);
}

.h6Text {
  font-size: clamp(0.75rem, 0.736rem + 0.08vw, 0.813rem);
}

.pText01 {
  font-size: clamp(0.813rem, 0.769rem + 0.23vw, 1rem);
}

.pText02 {
  font-size: clamp(0.75rem, 0.707rem + 0.23vw, 0.938rem);
}

.pText03 {
  font-size: clamp(0.75rem, 0.721rem + 0.15vw, 0.875rem);
}

.container-fluid,
.container-xxl,
.container {
  padding: 0;
}

/* btn上 */
.btn--info {
  color: #fff;
  background-color: #07beb1;
  border-bottom: 5px solid #458782;
}

.btn--info:hover {
  margin-top: 3px;
  color: #458782;
  background: #07beb1;
  border: 1px solid #07beb1;
  border-bottom: 3px solid #458782;
  transform: translateY(3px);
}
.btn--infoshadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* =========================================================================================================================================


                    　　　　　　　　　　　　　　　共通

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/

.whiteBox {
  background: rgb(255, 255, 255);
  width: 96%;
  border-radius: 10px;
}

/* ページトップへのボタン*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 30;
}

.indexTop {
  position: relative;
  top: 0;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  /* background-color: #f56500; */
  background-color: #c74f41;
  /* border: 1.5px solid #fff; */
  /* background: #d8b838; */
  z-index: 30;
}

.indexTop {
  position: relative;
  top: 15px;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  /* background-color: #f56500; */
  background-color: #203f8c;
  /* border: 1.5px solid #fff; */
  /* background: #d8b838; */
  z-index: 30;
}

.indexTop:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.page-top_link {
  position: relative;
  top: 0;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  /* background-color: #f56500; */
  background-color: #fff100;
  border: 1.5px solid #203f8c;
  /* background: #d8b838; */
  z-index: 30;
}

.page-top_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #203f8c;
  border-left: 2px solid #203f8c;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #header（headerNavi）





=========================================================================================================================================*/

#headerPc {
  display: none;
}

#headerSp {
  display: block;
}

/* ↓これをnoneにしないと、問題が起こります。１：aタク飛ばない　２：ハンバーガーを開くとbgが消える*/
.modal-backdrop.show {
  /* background: #fff;
  position: relative;
  z-index: 1; */
  display: none;
}

.humMenu {
  top: 0;
  left: -10px;
  color: #fff;
}

.humBtn a {
  background: rgb(255, 255, 255);
  border: 1px solid #333;
}

.humBtn a:hover,
.humBtn a:active {
  color: #fff;
  border: 1px solid #fff;
  background: #90b7f9;
}

/* menu for PC / hover animation */

#headerPc .nav-link:hover {
  border-bottom: solid 2px #203f8c;
  /* padding-bottom: 0px; */
}

#headerPc a {
  /* display: inline-block; */
  /* padding-bottom: 0px; */
  position: relative;
  cursor: pointer;
  padding: 0 8px;
  font-size: clamp(0.75rem, 0.676rem + 0.37vw, 3rem);
  /* color: red; */
  z-index: 5;
  letter-spacing: -0.5px;
}

#headerPc .description_bottom,
.description_sp {
  width: 150px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  border-radius: 10px;
  /* color: rgb(137, 131, 131); */
  font-size: clamp(0.625rem, 0.551rem + 0.37vw, 0.875rem);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.5s all;
}

/* #headerPc a:hover .description_bottom {
  top: 80%;
  left: 50%;
  font-size: 13px;
  color: #eb6100;
  visibility: visible;
  opacity: 1;
} */
/* contact*/
/* ==========  ＃book お問い合わせ（SP） ============*/

#book {
  display: none;
}

/* #ContactSp {
  display: block;
} */
/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #hero（メイン）





=========================================================================================================================================*/

.btnMainSp,
a.btnMainSp,
button.btnMainSp {
  /* font-size: 1.6rem; */
  top: 180px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;
  color: #203f8c;
  font-weight: 800;
  border-radius: 0;
  background: #fff;

  border-radius: 100px;
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  content: "";
  border-radius: 100px;
  border: 1px solid #203f8c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
  background: #203f8c;
}

a.btn-gradient:hover:after {
  opacity: 0;
}

.lead {
  top: 250px;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #banner（バナー）





=========================================================================================================================================*/
#banner {
  background: url(../img/illust/22113889.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

.labelPc {
  display: none;
}

.illustPc,
.illustCamera {
  display: none;
}

.facebook a:hover,
.x a:hover,
.note a:hover {
  opacity: 0.6;
}

.table > :not(caption) > * > * {
  border-bottom-width: inherit;
}

/* ========== animation sub ============= */
.subMainText {
  display: none;
}

.scrollUpText,
.contentsText {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s;
}

.scrollUpText.active,
.contentsText.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　      　体験レッスン(#traial)　
                     





=========================================================================================================================================*/

#traial {
  background: url(../img/pic/contactBg.jpg);
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #footer




/* ============================================================================================================================================= */

#footer {
  background: url(../img/footerBg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

.flexSm {
  display: flex;
  justify-content: center;
  gap: 40px;
}

iframe {
  width: 280px;
}

/* .copyRight {
  padding-bottom: 80px;
} */

/* =========================================================================================================================================







                                                      下層ページ







 =========================================================================================================================================*/

/* ============================================================================================================================================= 






                                                               responsive





 ============================================================================================================================================= */
@media (min-width: 320px) {
  /* ======== #hero 320-339 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 200px;
  }
}

@media (min-width: 340px) {
  /* ======== #hero 340-359 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 230px;
  }
}

@media (min-width: 360px) {
  /* ======== #hero 360-375 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 270px;
  }
}

/* ============================================================================================================================================= 



                                          0 476 responsive_min375px(376pxから575pxまで適応される):xxs


============================================================================================================================================= */
@media (min-width: 376px) {
  /* ======== #hero 376-395 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 280px;
  }
}

/* ====== 細かく区切る　＝＝＝＝＝＝ */

@media (min-width: 396px) {
  /* ======== #hero 396-434 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 300px;

    padding: 15px 15px;
  }
}

@media (min-width: 435px) {
  /* ======== #hero 435-459 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 350px;

    padding: 15px 15px;
  }
}

@media (min-width: 460px) {
  /* ======== #hero 460-529 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 425px;
  }
}

@media (min-width: 530px) {
  /* ======== #hero 530- 575=========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 500px;
  }
}

/* ============================================================================================================================================= 



                                          1 671 responsive_min576px(576pxから767pxまで適応される):xs


============================================================================================================================================= */

/* ここでfooterの○の高さも調整したい */
@media (min-width: 576px) {
  /* ======== #hero 647- =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 540px;
  }
}

/* ===== 細かく区切る　====== */

@media (min-width: 648px) {
  /* ======== #hero 648-729 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 650px;
  }
}

@media (min-width: 730px) {
  /* ======== #hero 730- 767=========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 720px;

    padding: 20px 15px;
  }
}

/* ============================================================================================================================================= 


                                        2 883 responsive_min768px(768pxから991pxまで適応される):md


============================================================================================================================================= */
@media (min-width: 768px) {
  /* ======== #hero 768- =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 240px;

    padding: 15px 15px;
  }
  /* ======== #banner 768-991 =========*/

  .bannerBox {
    margin-top: -13px;
  }
}

/* ===== 細かく区切る ===== */

@media (min-width: 810px) {
  /* ======== #hero 810-874 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 270px;

    padding: 15px 15px;
  }
}

@media (min-width: 875px) {
  /* ======== #hero 875- 959=========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 320px;

    padding: 15px 15px;
  }
}

@media (min-width: 960px) {
  /* ======== #hero 960-991 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 370px;

    padding: 15px 15px;
  }
}

/* ============================================================================================================================================= 


                                        

                                             3 1095 responsive_min992px(992pxから1199pxまで適応される):lg




============================================================================================================================================= */
@media (min-width: 992px) {
  /* ======== #hero 992- 1054=========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 370px;
    left: 70px;

    padding: 15px 15px;
  }

  /* ==========  ＃book お問い合わせ（PC） ============*/
  #book {
    display: block;
  }

  #headerPc {
    display: block;
  }

  #headerSp {
    display: none;
  }
  .dropdown-menu {
    background-color: #ffffffd3;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
  }

  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -15%;
    margin-top: 8px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  /*  マウスオーバー*/

  .nav-item a:hover {
    color: #203f8c;
    opacity: 0.7;
  }

  /* ======== #banner 992-1199 =========*/

  .bannerBox {
    margin-top: -15px;
  }

  /* ======== #footer 992-1199 =========*/

  .copyRight {
    padding-bottom: initial;
  }
}

/* ===== 細かく区切る ======= */

@media (min-width: 1055px) {
  /* ======== #hero 1055- 1154=========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 420px;
    left: 70px;

    padding: 15px 15px;
  }
}

@media (min-width: 1155px) {
  /* ======== #hero 1155- 1199=========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 450px;
    left: 40px;

    padding: 20px 15px;
  }
}

/* ============================================================================================================================================= 


                                       
                                           4 1299 responsive_min1200px(1200pxから1399pxまで適応される):xl



/* ============================================================================================================================================= */
@media (min-width: 1200px) {
  /* ======== #hero 1200-1299 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 500px;
    left: 80px;

    padding: 25px 15px;
  }
  /* ===== #footer 1200-1399 ===== */

  iframe {
    width: 500px;
    height: 400px;
  }
}

/* ====== 細かく分ける ======= */

@media (min-width: 1300px) {
  /* ======== #hero 1300-1389 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 550px;
    left: 40px;

    padding: 25px 15px;
  }
}

@media (min-width: 1390px) {
  /* ======== #hero 1390- 1399 =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 570px;
    left: 30px;

    padding: 25px 15px;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   5 responsive_min1400px(1400pxから1800pxまで適応される):xxl



============================================================================================================================================= */
@media (min-width: 1400px) {
  /* ======== #hero 1400-  =========*/

  .btnMainSp,
  a.btnMainSp,
  button.btnMainSp {
    top: 550px;
    left: 100px;

    padding: 25px 15px;
  }
}
