/*****
 * mobile
 */
@media only screen and (max-width: 750px) {
  /*---------------------------------------------------------
 * -------------------COMMON
--------------------------------------------------------- */

  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  address,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  div,
  span,
  form,
  label,
  input,
  textarea,
  select,
  option,
  button,
  a,
  .tribe-common .tribe-common-h2 {
    font-size: 3.5vw;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .toppage .mainVBlkwrapper {
    height: 100vh;
  }
  .mainVBlkwrapper .contentsscroller {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 13vw;
    bottom: 0vw;
  }

  .topheaderTxt h1 {
    font-size: 10.133vw;
    font-size: 8vw;
    margin-top: 20vw;
  }

  h2 {
    font-size: 5vw;
    letter-spacing: 0.75vw;
    margin: 15vw auto 10vw;
  }

  h3 {
    font-size: 4vw;
  }

  h4 {
    font-size: 3.8vw;
  }

  a.contentsscroller span {
    font-size: 3.5vw;
  }

  section {
    padding: 0 5vw;
    width: 100%;
    max-width: 95vw;
    max-width: none;
  }

  .logo img {
    width: 25vw;
    height: 5.41vw;
  }

  .sectionfull.narrow {
    max-width: 80vw;
  }

  .sectionhalf.r560,
  .sectionhalf.l560 {
    width: 100%;
  }

  .sectionhalf p,
  .section23rd p {
    width: 100%;
  }

  /*---------------------------------------------------------
 * -------------------menu
--------------------------------------------------------- */

  #menu span {
    height: 0.6vw;
    width: 5vw;
    left: calc(50% - 5vw / 2);
  }

  #menu.active span:nth-of-type(1) {
    transform: translateY(2vw) rotate(-45deg);
  }

  #menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.48vw) rotate(45deg);
    transform: translateY(-1.48vw) rotate(45deg);
  }

  #header {
    max-width: none;
    height: auto;
    padding: 0;
    border-radius: 0 0 1.3vw 1.3vw;
    overflow: hidden;
  }

  #header .wrap {
    max-width: none;
  }

  .logowrapper {
    width: 100vw;
    max-width: none;
    height: 10vw;
    margin: 0 auto;
    padding: 0 4vw;
    border-radius: 1.3vw;
    position: relative;
    display: flex;
    align-items: center;
  }

  .scrl #header .logo img,
  .page2nd #header .logo img,
  ._event #header .logo img {
    width: 28.333vw;
    height: 5vw;
  }
  nav#global ul > li {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  nav#global li {
    margin-bottom: 1em;
    width: 40vw;
  }

  nav#global li a {
    font-size: 4.2vw;
  }

  #header .wrap nav ul {
    display: none;
  }

  .__fixed #header .wrap nav ul {
    height: 100vh;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 4vw;
    align-items: center;
    flex-direction: column;
  }

  .scrl.__fixed #header .wrap nav ul {
    padding-top: 20vw;
  }

  Button#menu {
    position: absolute;
    top: 1.071vw;
    right: 0.714vw;
    width: 3.214vw;
    height: 2.857vw;
    cursor: pointer;
    background: none;
    border: none;
    display: block;
    top: 0;
    right: 2vw;
    height: 9vw;
    width: 7vw;
    padding: 0;
  }
  #menu,
  #menu span {
    display: inline-block;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  #menu span {
    position: absolute;
    left: calc(50% - 50% / 2);
    height: 0.6vw;
    width: 5vw;
    background-color: #000;
    border-radius: 0.286vw;
  }
  #menu span:nth-of-type(1) {
    top: 30%;
  }

  #menu span:nth-of-type(2) {
    top: 50%;
  }

  #menu span:nth-of-type(3) {
    top: 70%;
  }

  #menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  #menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  #menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }

  .__fixed #header {
    align-items: flex-start;
  }

  .__fixed #header .wrap {
    margin: 0;
  }

  .__fixed #global {
    display: block;
    width: 90%;
  }

  nav#global li a {
    min-width: 35vw;
    padding: 0.5em;
    box-sizing: border-box;
  }

  .toppage #header .wrap nav ul li a {
    border-bottom: none;
    padding: 2px;
  }

  /*---------------------------------------------------------
 *
 * -------------------COMMON
 *
 --------------------------------------------------------- */
  .wrapinner {
    padding: 20vw 0;
  }
  .backtoTop {
    width: 10vw;
  }
  /*---------------------------------------------------------
 * -------------------TOP
--------------------------------------------------------- */
  .toppage .mainVBlk {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.3vw;
  }

  .inner_half {
    width: 100%;
    max-width: none;
  }

  .intro .is-layout-flex {
    flex-direction: column-reverse;
  }

  img.top_about,
  img.top_aboutkaoruimg {
    height: 60vw;
    height: 80vw;
    object-fit: cover;
    object-position: top;
    margin-bottom: 2vw;
  }

  img.top_aboutkaoruimg {
    object-position: 0 -3vw;
  }

  .classBlk {
    width: 100%;
    height: 60vw;
    border-radius: 2vw;
    padding: 2.222vw;
    margin-bottom: 3.333vw;
  }

  .classBlk .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .classBlk h5 {
    width: 100%;
    font-size: 4vw;
  }

  .classBlk .top_classimg {
    max-width: 100%;
    max-height: 30vw;
    max-width: none;
    max-height: 45vw;
    object-fit: cover;
    margin: 2vw auto;
  }

  .classBlk p strong {
    font-size: 6vw;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 5vw;
  }

  .classBlk p {
    margin: 2vw auto;
    font-size: 3.5vw;
    width: 50%;
  }

  .class a.btn_fullW,
  .aboutkaoru a.btn_fullW {
    width: 100%;
    border-radius: 2vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 5vw;
    padding: 1.667vw 0;
  }
  .toppage section {
    padding-bottom: 13.333vw;
  }

  .toppage .why {
    margin-top: 16.667vw;
    position: relative;
  }
  .toppage .why p strong {
    font-size: 4vw;
    line-height: 1.4em;
    display: block;
    margin-bottom: 1em;
  }
  .toppage .why h3,
  .toppage .aboutkaoru h3 {
    font-size: 5vw;
    font-weight: 400;
    margin: 0 0 1em;
    display: block;
  }
  .toppage .why p,
  .toppage section.aboutkaoru p {
    font-size: 3.5vw;
  }
  .sun-wrap {
    width: var(--size, 150vw) !important;
    bottom: -14vw;
    left: auto;
    right: -74vw;
    opacity: 0.35;
  }

  section.aboutkaoru {
    width: 100%;
    margin: auto;
    padding: 20% 5%;
  }

  .wpcf7-text,
  .wpcf7 input[type="url"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7-textarea {
    padding: 1vw;
    border-radius: 2vw;
  }
  .wpcf7-submit {
    margin-top: 2vw;
    font-size: 4vw;
    padding: 1vw;
    border-radius: 2vw;
  }

  /*---------------------------------------------------------
 * ------------------- 2nd page COMMON
--------------------------------------------------------- */

  .page2nd #main {
    margin-top: 30vw;
  }

  .page2nd #main h1 {
    font-size: 7.5vw;
    letter-spacing: 0.75vw;
  }

  /*---------------------------------------------------------
 * ------------------- 2nd page _classandreservation
--------------------------------------------------------- */

  ._classandreservation .classBlk h3 {
    font-size: 4.5vw;
  }

  ._classandreservation .classBlk p {
    font-size: 3.5vw;
    width: 100%;
  }

  .resrvBtn a {
    font-size: 3.5vw;
  }
  ._classandreservation .separator h2 {
    font-size: 7vw;
    margin: 0 0 7vw 0;
  }

  ._classandreservation .separator {
    background-repeat: no-repeat;
    background-size: 163%;
    background-position: -2vw bottom;
    padding-top: 11.111vw;
  }

  iframe[data-tec-events-ece-iframe="true"] {
    height: calc(60vw + 240px) !important;
  }

  .tribe-tickets__rsvp-title {
    font-size: 4.5vw !important;
  }
  ._event #main {
    margin-top: 20vw;
  }
  .tribe-events-single-event-title {
    font-size: 6vw;
  }

  .tribe-tickets__rsvp-actions-rsvp {
    text-align: center;
  }
  .event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn {
    max-width: none !important;
  }
  .tribe-common button.tribe-common-c-btn {
    width: 100%;
  }

  /*---------------------------------------------------------
 * ------------------- 2nd page _aboutkaoru
--------------------------------------------------------- */
  ._aboutkaoru.page2nd .wrapinner {
    margin-top: 10vw;
    padding: 10vw 0 20vw;
  }
  ._aboutkaoru .mainImg {
    width: 100%;
    height: auto;
    margin-bottom: 2vw;
  }
  ._aboutkaoru .txtBlk {
    max-width: none;
  }
  ._aboutkaoru .note {
    font-size: 3vw;
  }

  /*---------------------------------------------------------
 * ------------------- 2nd page access
--------------------------------------------------------- */
  .mapBLK {
    flex-direction: column;
  }
  .mapinfo {
    width: 100%;
    max-width: none;
    padding: 2vw 0 0 0;
  }
  /*---------------------------------------------------------
 * ------------------- footer
--------------------------------------------------------- */

  footer nav#global ul > li.about:after,
  footer nav#global ul > li.profile:after,
  footer nav#global ul > li.curriculum:after,
  footer nav#global ul > li.recruit:after,
  footer nav#global ul > li.facility:after,
  footer nav#global ul > li.exam:after {
    content: none;
  }

  footer nav#global li a {
    font-size: 3.5vw;
  }
  footer nav#global li a:before {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
    margin-right: 10px;
    border-right: solid 0.5vw #000;
    border-top: solid 0.5vw #000;
  }

  footer nav#global {
    max-width: 90%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  footer nav#global .nav02,
  footer nav#global .nav03,
  footer nav#global .headerbanners01 {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }

  footer nav#global .headerbanners01 {
    width: 100%;
  }
  footer nav#global .nav02 li,
  footer nav#global .nav03 li,
  footer nav#global .headerbanners01 li {
    justify-content: space-between;
    width: 50%;
  }

  footer nav#global .nav02 li a,
  footer nav#global .nav03 li a,
  footer nav#global .headerbanners01 li a {
    width: 100%;
  }

  .footerlogo img {
    margin: 10vw auto;
    width: calc(3.846vw * 2);
    height: calc(4.615vw * 2);
  }

  footer .logo img {
    margin: 0 0 5vw 0;
  }

  footer p,
  footer a {
    font-size: 3vw;
    letter-spacing: 0;
  }

  .copy {
    font-size: 3vw;
    padding: 2vw 0;
  }
} /*------------------750px----------------------- */
