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

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

@media screen and (max-width: 768px) {
  body * {
    box-sizing: border-box !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_menu ul {
    display: flex;
    flex-direction: column;
  }
  #head_home,
  #head_subnav,
  #head_contact {
    display: none;
  }
  #gnav {
    margin-top: 0;
  }
  #gnav ul {
    width: 100%;
  }
  #maincontents,
  .contents {
    width: 100%;
  }
  #maincontents {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header {
    width: 100%;
  }
  #footer #foot_body {
    width: 100%;
  }
  .content_wrap {
    padding: 10px;
    display: none;
  }
  #content {
    background-color: #fff;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    border: #eee 1px solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
    line-height: 150%;
    text-shadow: none;
    overflow: hidden;
  }
  #header {
    display: flex;
    flex-direction: column;
  }
  #header #head_logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sp_menu li a {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ff9000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 32px;
    padding-left: 10px;
  }
  .sp_menu li a::after {
    border-radius: 25px;
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    z-index: 999;
    right: 2%;
    top: 20%;
    text-align: center;
    padding: 6px 8px 5px;
    line-height: 1em;
    background-color: #cb7402;
  }
  .slider_prev,
  .slider_next {
    background: transparent;
  }
  .wideslider .pagination {
    display: none;
    top: 0;
  }
  .wideslider .wideslider_base {
    height: fit-content !important;
  }
  .wideslider .wideslider_wrap {
    height: fit-content !important;
  }
  .wideslider ul {
    height: fit-content !important;
  }
  .wideslider ul li {
    width: 100vw !important;
    height: fit-content !important;
  }
  .wideslider ul li img {
    width: 100vw !important;
  }
  .menu-bumper {
    height: 8px;
    width: 100%;
    position: relative;
    top: -1px;
    background-color: #ff9000;
  }
  .toggle-button {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
    position: absolute;
    display: block;
    right: 8px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 4px 12px;
    top: 8px;
    font-size: 100%;
    line-height: 1.2em;
    text-decoration: none;
    background-color: #ff9000;
    cursor: pointer;
  }
  .toggle-button::after {
    content: "\f078";
    font-family: "FontAwesome";
    color: #fff;
    transition: 0.8s;
    display: block;
    transform-origin: center;
  }
  .sp-open .toggle-button::after {
    transform: rotate(180deg);
  }
  #index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #index iframe {
    width: 100% !important;
  }
  #index #infoArea {
    order: 1;
  }
  #index #infoArea img {
    width: 100%;
  }
  #index .fb_iframe_widget_fluid span {
    width: 100% !important;
  }
  #index #youtubeArea {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index #youtubeArea {
    width: 100%;
    order: 3;
  }
  #index #youtubeArea img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #index #indoorviewArea {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index #indoorviewArea {
    width: 100%;
    order: 3;
  }
  #index #indoorviewArea img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #index #topicsArea {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index #topicsArea {
    width: 100%;
    order: 1;
  }
  #index #topicsArea img {
    width: 100%;
  }
  #index #topicsArea dl img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #index #topicsArea dl {
    overflow-y: auto;
    height: 400px;
  }
  #index #facebookArea {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index #facebookArea {
    width: 100%;
    order: 4;
  }
  #index #facebookArea h2 img {
    width: 100%;
  }
  #index #facebookArea .fb_iframe_widget_fluid {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #index #infoArea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index #infoArea {
    padding: 8px 14px;
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #index #infoArea ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  #index #infoArea ul li {
    margin: 0;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #index #infoArea ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #side {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #side {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #side > * {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #side > * {
    width: 100%;
  }
  #side > * img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #side #sidemenu_new .inner-box {
    border-width: 1.23636vw;
    background-color: #f7f7f7;
  }
  #side #sidemenu_new .inner-box ul {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 768px) {
  #side .beginner_link {
    padding-bottom: 10px;
  }
  #side .beginner_link a {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    transform: none;
  }
  #side.sp {
    margin-bottom: 0;
  }
  #side.sp ul li {
    margin-bottom: 0;
  }
  #qr {
    display: none;
  }
  #foot_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #foot_body #foot_add {
    order: 1;
    margin-top: 20px;
  }
  #foot_body #foot_add .foot_add {
    background-position: top center;
    text-align: center;
  }
  #footer {
    background-color: #e3e3e3;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    background-image: none;
  }
  #footer #foot_body {
    width: 100%;
  }
  #footer .foot_nav {
    width: 100%;
  }
  #footer .foot_nav li {
    margin-right: 10px;
  }
  #breadcrumb {
    width: 100%;
  }
  .subcontents {
    width: 100%;
  }
  ul#scheduleBtn li {
    margin-bottom: 10px;
  }
  #reason ul {
    margin: 0;
  }
  #reason ul li {
    margin-left: 0;
    width: 100%;
  }
  #reason ul li#firstChild {
    width: 100%;
    margin: 0;
  }
  #lesson {
    margin-bottom: 0;
  }
  #lesson #start {
    display: flex;
    flex-direction: column;
    background: none;
  }
  #lesson #start p {
    width: 100%;
  }
  #lesson #start p.free {
    display: none;
  }
  #lesson #menuArea {
    width: 100%;
  }
  #lesson #menuArea ul li img {
    width: 100%;
  }
  #lesson #menuArea ul li.right {
    width: 100%;
  }
  #lesson #menu01 {
    width: 100%;
  }
  #lesson #menu02,
  #lesson #menu03 {
    width: 100%;
  }
  #lesson #menu02.lessonBox dl,
  #lesson #menu03.lessonBox dl {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #lesson #menu03 {
    margin-bottom: 0;
  }
  #course .contents_block {
    width: 100%;
  }
  #course .contents_block img {
    width: 100%;
  }
  #schedule {
    margin-bottom: 0;
  }
  #schedule .contents_block {
    width: 100%;
  }
  #rental #rentalRead {
    display: flex;
    flex-direction: column;
  }
  #rental #rentalRead img {
    width: 100%;
  }
  #rental table#rentalTable th dl {
    margin-left: 0;
  }
  #rental table#rentalTable th dl dd {
    overflow: visible;
  }
  #rental .contents_block {
    width: 100%;
  }
  #facilities .contents_block {
    width: 100%;
  }
  #facilities .contents_block ul {
    width: 100%;
  }
  .staff ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
  .staff ul li {
    margin: 0;
    width: calc((100% - 10px) / 2);
  }
  ul#specailBtn li {
    margin-bottom: 10px;
  }
  .subcontents .contents_block {
    width: 100%;
  }
  #member .contents_block {
    width: 100%;
  }
  #member .contents_block .stepBox {
    width: 100%;
  }
  #member .contents_block .stepPix {
    width: 100%;
  }
  #member .contents_block img {
    width: 100%;
  }
  #access .howto {
    padding: 10px;
  }
  #access .howto .pdf_print {
    width: 100%;
  }
  .goolemap iframe {
    width: 100%;
  }
  #contact .contents_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #contact .school {
    width: 100%;
    margin: 0 auto;
  }
  #contact .school img {
    width: 100%;
  }
  #beginner #sec01 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  #beginner #sec01 ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 !important;
    height: auto !important;
    padding: 10px 7px;
  }
  #beginner #sec01 ul li dd {
    font-size: 14px;
  }
  #beginner h3 {
    position: relative;
  }
  #beginner h3 span.border {
    border: none;
  }
  #beginner h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #82adf4;
    width: 80%;
    height: 3px;
  }
  #beginner #sec02 li {
    width: 100%;
  }
  #beginner #sec02 .pointArea {
    width: 100%;
  }
  #beginner #sec04 .left_box {
    width: 100%;
  }
}
#index #lessonArea {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #index #lessonArea {
    margin-bottom: 0;
  }
}
#index #lessonArea a img {
  transition: 0.3s;
}
#index #lessonArea a:hover img {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #course .contents_block div {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #course .contents_block div p {
    margin-right: 0;
  }
  #course .contents_block div img {
    width: 100%;
  }
  #general img {
    width: 100%;
  }
  #course table {
    width: 100%;
  }
  #maincontents .member {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #maincontents .member .imgBox {
    margin: 0 auto;
    width: max-content;
  }
  #maincontents .member .imgBox img {
    margin: 10px;
  }
  #maincontents .member .profile h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #maincontents .member .profile h3 span {
    display: block;
    margin: 0;
  }
  #maincontents .member .profile h3 span:nth-of-type(1) {
    order: 2;
  }
  #maincontents .member .profile h3 span:nth-of-type(2) {
    order: 3;
  }
  #maincontents .member .profile h3 span:nth-of-type(3) {
    order: 1;
  }
  #maincontents .member .profile dt {
    width: 10em;
  }
}/*# sourceMappingURL=responsive.css.map */