@charset "utf-8";

/*
Theme Name:natsukiuyama
*/

body{
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}

h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  font-size: 70px;
  line-height: 1;
  color: #333333;
  font-family: 'Bitter', serif;
  border: none;
}

p {
  font-size: 17px;
  color: #333333;
}

img{
  vertical-align: bottom;
}

ul{
  margin: 0;
  padding: 0;
}

span {
  color: yellow;
}

a{
  text-decoration: none;
}

a:visited{
  color: rgb(125, 125, 4);
}

a:hover{
  text-decoration: underline;
}

header {
  height: 120px;
  width: 100%;
  margin: 0px 0px 150px;
  padding: 150px auto;
  background: black;
  position: fixed;
  z-index: 1000;
}

#fixed-header {
  top: -120px;
  height: 120px;
  width: 100%;
  margin: 0px 0px 150px;
  background: #000;
  position: fixed;
  z-index: 1;
  transition: .5s;
  opacity: 0.4;
}

#orgartdanceclass header {
  height: 120px;
  width: 100%;
  margin: 0;        /* ← 削除 */
  padding: 0;       /* ← 削除 */
  background: black;
  position: fixed;
  z-index: 9999;
}

#orgartdanceclass #fixed-header {
  top: -120px;
  height: 120px;
  width: 100%;
  margin: 0;        /* ← 削除 */
  background: #000;
  position: fixed;
  transition: .5s;
  z-index: 9999 !important;
  opacity: 0.85;        /* 見えやすく（任意） */
}


#fixed-header.is-show {
  top: 0;
}  

.logolist{
  height: 100px;
  width: 100px;
  display: flex;
  list-style: none;
  margin: 0 20px 15px 0;
}

.logolist li img {
  width: 100px;
  height: 100px;
  margin: 10px;
}


#global-nav{
  float: right;
  margin-top: 60px;
}

#global-nav li{
  float: left;
  margin: 0 20px;
  font-size: 20px;
  list-style: none;
  font-family: 'Bitter', serif;
}

#global-nav li a{
  color: #969292;
}

#global-nav li a:hover {
  border-bottom: 2px solid #969292;
  padding-bottom: 3px;
  text-decoration: none;
}

 a .anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#wrap {
  clear: both;
  background-color: #fff;
  margin-top: 220px;
  padding: 35px 0;
}

#orgartdanceclass .wrap {
  clear: both;
  background-color: transparent;
  padding: 35px 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

footer {
  height: 60px;
  width: 100%;
  margin: 0px 0px;
  background: black;
  position: relative;
}

footer small {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 30px;
  white-space: nowrap;
  color: #f7f6f4;
}

#index .content{
  margin-top: 15px;
  padding-left: 10px;
  text-align:left;
  margin-bottom: 30px;
}

.menuButton {
  display: block;
  margin: 10px 10px;
  height: 100px;
  width: 100px;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
}

.menuButton div {
  height: 1px;
  width: 60%;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.3s;
}

.menuButton div:nth-of-type(1) {
  transform: translate(-50%,-10px);
}

.menuButton div:nth-of-type(3) {
  transform: translate(-50%,10px);
}

.menuButton.active div:nth-of-type(1) {
 transform: rotate(45deg) translate(-50%,0);
 transform-origin: 0% 50%;
}

.menuButton.active div:nth-of-type(2) {
  opacity: 0;
}

.menuButton.active div:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%,0);
  transform-origin: 0% 50%;
 }

 nav {
   opacity: 0;
   visibility: hidden;
   transform: 1s;
 }

 nav.active {
   opacity: 1;
   visibility: visible;
   position: fixed;
   top: 60px;
   right: 0;
   background-color: #ffffff;
   width: 200px;
   height: 400px;
   max-height: 100vh;
   overflow: auto;
 }

 nav ul {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 100%;
 }

img {
  width: 100%;
}

li {
  list-style: none;
}

mark {
  background-color: rgb(255, 238, 0);
}

.changeBack1 {
  background-color: #000;
  color: #ffffff;
  width: auto;
  padding-bottom: 380px;
}

.changeBack2 {
  width: auto;
  height: auto;
  margin: auto;
  padding: auto;
  text-align: left;
  justify-items: flex-start;
}

.changeBack3 {
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 30px 0px;
}

.changeBack4 {
  color: #ffffff;
  width: auto;
  padding-bottom: 380px;
}

.changeBack5 {
  color: #fff;
  width: auto;
  padding: 30px 0px;
}

.changeBack6 {
  background-color: #000;
  background: rgba(20, 20, 20, 0.4);
  color: #fff;
  width: auto;
  padding: 30px 0px;
}

#index .pc {
  width: 100%;
  height: auto;
  margin: 0px auto 10px;
  text-align: center;
  justify-items: center;
  display: block !important;
}

#index .sp {
  display: none !important;
}

.profile-txt {
  width: 540px;
  float: left;
  padding-bottom: 50px;
}

.profile-image {
  float: right;
  width: 350px;
  height: auto;
  border-radius: 5px;
}

.aboutpc {
  display: block;
}

.aboutsp {
  display: none;
}

.survice-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.survicepic {
  width: 230px;
  height: 230px;
  margin: 20px 10px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.survicepic:hover {
  opacity: 0.5;
}

.survice-box {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.survice-box.show {
  opacity: 1;
  transform: none;
}


.survice-box p {
  font-weight: bold;
  font-size: 25px;
  margin: 0 10px;
}

.survice-txt {
  width: 230px;
  margin: 0 10px;
  height: auto;
  font-weight: bold;
}

.result-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.resultpic {
  width: 400px;
  height: 400px;
  margin: 20px 50px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.resultpic:hover {
  opacity: 0.5;
}

.result-box {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.result-box p {
  font-weight: bold;
  font-size: 25px;
}

.modal1, .modal2, .modal3 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background-color: #333333;
  padding: 20px;
  border-radius: 5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  max-height: 80vh;
  overflow: auto;
  width: 50%;
}

.modal1 h2, .modal2 h2, .modal3 h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  color: #f7f6f4;
}

.modal1 h3, .modal2 h3, .modal3 h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #f7f6f4;
}

.modal1.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal2.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal3.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modalContents {
  font-size: 15px;
  font-weight: 1.8;
  color: #f7f6f4;
}

.modalContents p {
  font-weight: bold;
  color: #f7f6f4;
}


.youtubepc {
  display: block;
}

.youtubesp {
  display: none;
}

.mark1 {
  background-color: rgba(230, 189, 5, 0.6);
}

.modalClose1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background-color: rgba(230, 189, 5, 0.6);
  color: #f7f6f4;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  margin: 30px auto;  
  cursor: pointer;
  top: 50%;
  left: 50%;
}

.modalClose2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background-color: rgba(230, 189, 5, 0.6);
  color: #f7f6f4;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  margin: auto auto 0;  
  cursor: pointer;
}

.modalClose1:hover {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
}

.modalClose2:hover {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
}

.modalText {
  width: 700px;
  height: auto;
  text-align: center;
  justify-content: center;
}

.modalContents p {
  font-size: 30px;
}

.clearfix {
  content: "";
	display: block;
	clear: both;
}

.modalPic {
  text-align: center;
  justify-content: center;
  width: 700px;
  margin: 30px auto;
  height: 300px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mask.active {
  opacity: 0.6;
  visibility: visible;
}

.content {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.content.show {
  opacity: 1;
  transform: none;
}

.content li.show {
  opacity: 1;
  transform: none;
}

img.show {
  opacity: 1;
  transform: none;
}

.project li {
  position: relative;
}

.project li.show h2,
.project li.show p,
.project li.show img {
  opacity: 1;
  transform: none;
}

.project li:not(:first-of-type) {
  margin-top: 200px;
}

.project li:nth-of-type(odd) .projectText {
  right: 0;
}

.project li:nth-of-type(even) .projectText {
  align-items: flex-start;
}

.project li:nth-of-type(even) img {
  margin-left: auto;
}

.projectList {
  margin: 30px 300px 70px;
}

.projectText {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 25%;
}

.project h2 {
  font-size: 50px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: rgba(20, 20, 20, 0.8);
  line-height: 1.4;
  letter-spacing: .05em;
  border-radius: 5px;
  color: #ffffff;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}

.project p {
  line-height: 1.6;
  background-color: rgba(230, 189, 5, 0.6);
  color: #ffffff;
  font-size: 20px;
  max-width: 400px;
  padding: 15px;
  margin-top: 30px;
  border-radius: 5px;
  overflow-wrap: break-word;
  opacity: 0;
  transition: 1s;
  transform: translateX(20px);
}

.project img {
  width: 500px;
  height: 500px;
  display: block;
  border-radius: 5px;
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
}

.btn {
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  background-color: rgba(20, 20, 20, 0.8);
  color: white;
  font-size: 10px;
  border-radius: 5px;
  text-decoration: none;
  margin: 20px auto 0;  
  padding: 10px 20px;
  cursor: pointer;
}

.btn:hover {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.section-inner{
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.contactForm {
  text-align: center;
}

.form dl dd {
  width: 165px;
  padding: 10px 0;
  clear: both;
  text-align: center;
}

form dt {
  font-size: 30px;
  text-align: left;
}

form dl dd {
  padding: 10px 0;
}

form .name {
  width: 660px;
  height: 30px;
}

form .email {
  width: 660px;
  height: 30px;
}

form .tel {
  width: 660px;
  height: 30px;
}

form .type {
  width: 660px;
  height: 30px;
}

form .message {
  width: 660px;
  height: 300px;
}

input {
  width: 660px;
  height: 30px;
  border-radius: 5px;
}

textarea {
  width: 660px;
  height: 300px;
  border-radius: 5px;
}

.g-recaptcha {
  top: 50%;
  left: 50%;
  margin: auto auto 10px;
}

#submit_button {
  background-color: rgb(230, 211, 5);
  color: #ffffff;
  font-size: 15px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 15px;
  border-radius: 5px;
  border: 3px solid  rgb(230, 211, 5);
  margin: auto;
}

#submit_button:hover {
  background-color: #ffffff;
  color: rgba(219, 219, 6, 0.905);
  cursor: pointer;
}

form .required:after {
  content: "*";
  color: #ff0000;
}

form .attention {
  margin: 20px 0 0 165px;
}

#mail {
  background-color: #000;
}

.close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  border-radius: 5px;
  text-decoration: none;
  margin: 100px auto 0;  
  cursor: pointer;
  top: 60%;
  right: 50%;
}

.close:hover {
  background-color: #ffffff;
  color: orange;
  cursor: pointer;
}

.animationTarget { opacity: 0; transform: translateY(50px); transition: 1s; }
.animationTarget.show { opacity: 1; transform: none; }

#orgartdanceclass .content {
  margin-left: 10px;
}

#orgartdanceclass .pc {
  width: 105%;
  height: auto;
  margin: auto;
  padding: auto;
  text-align: center;
  justify-items: center;
  display: block !important;
  position: fixed;
  z-index: -10000;
}

#orgartdanceclass .sp {
  display: none !important;
}

#orgartdanceclass h1,h2,h3 {
  color: #fff;
  font-family: 'Luckiest Guy', cursive;
}

#orgartdanceclass h2 {
  color: #fff;
  font-family: 'Dela Gothic One', cursive;
}

#orgartdanceclass p {
  color: #fff;
  font-family: 'Dela Gothic One', cursive;
}

#orgartdanceclass footer {
  height: 60px;
  width: 100%;
  margin: 0px 0px;
  background: rgba(20, 20, 20, 0.4);;
  position: relative;
}

#orgartdanceclass .content {
    max-width: 1100px;   /* ← ここで全体の横幅を統一 */
    margin: 0 auto;
  }

  #orgartdanceclass .reasonList,
  #orgartdanceclass .instructorList,
  #orgartdanceclass .contactList {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
  }

.about-txt {
  width: auto;
  padding-bottom: 50px;
}

.about-txt p {
  font-size: 22px;
}

.reasonList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 30px auto;
  gap: 60px;
}

.reasonPic {
  width: 100%;     /* ← 400pxやめる */
  height: auto;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}

.reasonPic:hover {
  opacity: 0.5;
}

.reasonBox {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
  font-family: 'Dela Gothic One', cursive;
  font-weight: lighter;
  font-size: 20px;
  color: #fff;
}

.reasonBox:nth-child(2) {
  display: flex;
  gap: 20px;
}

.reasonBox:first-child {
    flex: 1.2;   /* ← 文章を広めに */
  }

.reasonBox:last-child {
    flex: 1;     /* ← 写真側 */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 20px;
  }


#instructor h1 {
  padding-left: 10px; 
}


.instructorList {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start !important;
  gap: 30px;
}

.instructorPic {
  width: 400px;
  height: auto;
  margin: 20px 50px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.instructorPic:hover {
  opacity: 0.5;
}

.instructorBox {
  margin: 0 !important;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
  font-family: 'Dela Gothic One', cursive;
}

.instructorBox p {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.price {
  margin: 30px 0 !important;
}

th {
  width: 30%;
  color: #FFF;
  background-color: #30583b;
  padding: 12px 0;
  border: 1px solid #cccccc;
  text-align: center;
  font-family: 'Dela Gothic One', cursive;
  font-size: 18px;
}

td {
  width: 70%;
  padding: 12px 0 12px 10px;
  border: 1px solid #cccccc;
  text-align: left;
  font-family: 'Dela Gothic One', cursive;
  font-size: 22px;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed; /* 文字が多くても崩れにくい */
}


.section-inner{ 
  padding: 0 16px; 
}

.contact li {
  position: relative;
}

.contact li.show h2,
.contact li.show p,
.contact li.show img {
  opacity: 1;
  transform: none;
}

.contact li:not(:first-of-type) {
  margin-top: 200px;
}

.contact li:nth-of-type(odd) .contactText {
  right: 0;
}

.contact li:nth-of-type(even) .contactText {
  align-items: flex-start;
}

.contact li:nth-of-type(even) img {
  margin-left: auto;
}

.contactList {
  margin: 30px 300px 70px;
}

.contactText {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 25%;
}

.contact h2 {
  font-size: 50px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 20px;
  background-color: rgba(20, 20, 20, 0.8);
  line-height: 1.4;
  letter-spacing: .05em;
  border-radius: 5px;
  color: #ffffff;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}

.contact p {
  line-height: 1.6;
  background-color: rgba(102, 155, 108, 0.6);
  color: #ffffff;
  font-size: 20px;
  max-width: 400px;
  padding: 15px;
  margin-top: 30px;
  border-radius: 5px;
  overflow-wrap: break-word;
  opacity: 0;
  transition: 1s;
  transform: translateX(20px);
}

.contact img {
  width: 500px;
  height: 500px;
  display: block;
  border-radius: 5px;
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
}

.contact .btn {
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  background-color: rgba(20, 20, 20, 0.8);
  color: white;
  font-size: 10px;
  border-radius: 5px;
  text-decoration: none;
  margin: 20px auto 0;  
  padding: 10px 20px;
  cursor: pointer;
}

.contact .btn:hover {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.news-embed iframe{
  width: 100%;
  border: 0;
  display: block;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background:  #30583b;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color:  rgba(102, 155, 108, 0.6);
}


@media screen and (max-width : 600px) {
  /* 画面サイズが600px以下の場合に適用 */
  
  body {
    font-size: 3.5vw;
  }

  #fixed-header {
    height: 50px;
    width: 100%;
  }

  h1,h2,h3,h4,h5,h6{
    font-size: 9.8vw;
    margin: 0px auto 5px;
    white-space: none;
  }

  p {
    font-size: 2.8vw;
  }

  #index header {
    width: 100%;
    height: 50px;
  }


  .logolist{
    margin: 0px 5px 0px;
    height: 30px;
    width: 30px;
    display: flex;
    list-style: none;
  }
  
  .logolist li img {
    width: 30px;
    height: 30px;
    margin: 5px;
  }

  .menuButton {
    display: block;
    margin: 5px 15px;
    height: 30px;
    width: 30px;
    position: fixed;
    top: 0;
    right: 0;
  }

  .menuButton div {
    height: 0.5px;
  }

  #global-nav {
    margin-top: 30px;
  }

  #wrap {
    margin-top: 120px;
    padding: 35px 0 0;
    height: 200vh;
  }

  .changeBack1 {
    width: 100%;
    height: 120%;
    padding-bottom: 120%;
  }

  .changeBack1 p {
    padding: 5px;
  }

  .changeBack2 {
    width: 100%;
  }

  .changeBack3 {
    width: 100%;
    height: auto;
    padding: 0px;
  }

  #index .pc {
    display: none !important;
  }  

  #index .sp {
    display: inline-block !important;
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-top: 50px;
  }
  
  .content {
    width: auto;
    max-width: 980px;
    padding-top: 20px;
  }

  .profile-txt {
    width: 60%;
    height: auto;
  }

  .profile-image {
    width: 35%;
    height: 280px;
    padding: 80px 5px 5px;
  }

  .aboutpc {
    display: none;
  }
  
  .aboutsp {
    display: block;
  }

  .survice-list {
    display: block;
  }

  .survice-box {
    flex-basis: 30%;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
  }

  .survice-box.show {
    opacity: 1;
    transform: none;
  }

  .survice-box p {
    font-size: 6vw;
    margin: auto 5px;
  }

  .survicepic {
    width: 350px;
    height: 200px;
    margin: 10px 5px 10px;
  }

  .survice-txt {
    width: auto;
    height: 200px;
    font-size: 2vw;
    margin: 0 10px;
    padding: 10px
  }

  .resultpic {
    width: 150px;
    height: auto;
    margin: 10px 5px 20px;
  }

  .result-box p {
    font-size: 3vw;
  }


  .modal1 h3, .modal2 h3, .modal3 h3 {
    font-size: 4vw;
  }

  .modal1, .modal2 {
    width: 85%;
  }

  .modalContents {
    font-size: 3vw;
  }

  .modalContents p {
    font-size: 4vw;
  }

  .modalText {
    width: auto;
    height: auto;
    text-align: left;
  }

  .modalPic {
    width: 300px;
    height: auto;
    margin: 10px auto;
  }

  .youtubepc {
    display: none;
  }

  .youtubesp {
    display: block;
    width: 100%;
  }

  .project h2 {
    font-size: 6.0vw;
    font-weight: bold;
    padding: 5px 10px;
  }
  
  .project p {
    font-size: 3vw;
    max-width: 200px;
    padding: 15px;
    margin-top: 30px;
  }
  
  .project img {
    width: 200px;
    height: 200px;
    display: block;
  }
  
  .projectList {
    margin: 30px 20px 50px;
  }

  .projectText {
    margin-bottom: 30px;
  }

  .btn {
    width: 60px;
    height: 20px;
    font-size: 1vw;
    padding: 3px 10px;
    margin-top: 30px;
  }
  
  input {
    width: 90%;
    height: 30px;
    border-radius: 5px;
  }

  form dt {
    font-size: 7.2vw;
  }
  
  textarea {
    width: 90%;
    height: 50px;
    border-radius: 5px;
  }
  
  form #submit_button {
    font-size: 3vw;
    width: 70px;
  }

  #mail img {
    width: 300px;
    height: 300px;
  }

  #orgartdanceclass .pc {
    display: none !important;
  }  

  #orgartdanceclass .sp {
    display: inline-block !important;
    width: 125%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .about-txt {
    padding-bottom: 10px;
  }

  .about-txt p {
    font-size: 2.5vw;
  }

  .reasonList {
    display: block;
    justify-content: center;
  }

  .reasonPic {
    width: 95% !important;
    height: auto !important;
    margin: 10px auto !important;
    display: block !important;
  }

  .reasonBox {
    font-size: 3vw;
    flex-basis: 30%;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
    margin: 5px;
  }

  .reasonBox:nth-child(2){
    display: block !important;
  }

  .reasonBox.show {
    opacity: 1;
    transform: none;
  }

  .reasonBox p {
    font-size: 6vw;
    margin: auto 5px;
  }

  .instructorList {
    display: block;
  }

  .instructorBox {
    flex-basis: 30%;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
    margin: 5px;
  }

  .instructorBox.show {
    opacity: 1;
    transform: none;
  }

  .instructorBox p {
    font-size: 6vw;
    margin: auto 5px;
  }

  .instructorBox:nth-child(2){
    padding-left: 15px;
    padding-right: 15px;
  }

  .instructorPic {
    width: 335px;
    height: auto;
    margin: 10px 5px 10px;
  }

  .instructorList p {
    font-size: 6vw;
  }

  table{
    table-layout: auto !important;
    width: auto !important;   /* ← 以前の見え方に寄せる */
  }

  td {
    width: 300px;
  }

  td {
    width: 400px;
  }

  .map iframe {
    width: 95%;
    height: auto;
  }

  .info iframe {
    width: 95%;
  }

  .contact h2 {
    font-size: 6.0vw;
    font-weight: bold;
    padding: 5px 10px;
  }
  
  .contact p {
    font-size: 3vw;
    max-width: 200px;
    padding: 15px;
    margin-top: 30px;
  }
  
  .contact img {
    width: 200px;
    height: 200px;
    display: block;
  }
  
  .contactList {
    margin: 30px 20px 50px;
  }

  .contactText {
    margin-bottom: 30px;
  }

  #contact .btn {
    width: 60px;
    height: 20px;
    font-size: 1vw;
    padding: 3px 10px;
    margin-top: 30px;
  }

  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    margin-top: 10px;
  }
  

}

