* {
    box-sizing: border-box;
  }

@font-face {
font-family: 'Anerome'; 
src: url('../fonts/Anerome Stamped.ttf') format('truetype'); 
font-weight: normal; 
font-style: normal;  
}

.clear {
clear: left;
}

html, body {
    overflow-x: hidden;
}

.lang_menu{
    display: flex;
    justify-content: right;
    height: 50px;
    font-size : 30px;
    margin: 20px 50px 0 0;
    gap: 15px;
  }

a:link, a:visited, a:hover, a:active {
    color:#a6a6a6;
    text-decoration: none;
}

.now_lang{
    color:#737373; 
    font-weight: bold;
    border-bottom: #737373 solid 3px;
}
  
body{
    background-color: white;
    color:rgb(244, 124, 185);
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    color:#737373;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.main{
    padding: 50px 0 20px 0;
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: normal;
    color:#737373
}

.main-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:15px;
}

.main-title-script{
    text-align: left;
    width: 60%;
}

.main-title-script h1{
    font-size : 70px;
    text-shadow: 3px 3px 0px rgba(244, 124, 185, 0.5);
}

.main-title-script h2{
    font-size : 40px;
    color:#a6a6a6;
    text-shadow: 2px 2px 0px rgba(244, 124, 185, 0.5);
}

.main-title-img img{
    width: 500px;
    height: 400px;
    object-fit: cover;
}

.link {
    margin: 100px 0;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}

.link_low1, .link_low2{
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
}

.link_low2{
    margin-top: 50px;
}

.link a {
    display: inline-block;
    width : 250px;
    border-radius: 40px;
    line-height: 70px;
    font-size: 25px;
    text-decoration: none;
}

.link a:hover {
    opacity: 0.6;
}

.button_gray a {
    color: rgb(244, 124, 185);
    background-color: #5c5b5b;
}

.button_pink a{
    color:  #5c5b5b;
    background-color: #ffcae5;
}

.youtube_danceReel{
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    justify-content: center;
    margin-bottom: 100px;
}

.youtube_danceReel iframe{
    width: 768px;
    height: 432px;
}

.about {
    background-color: #737373;
    color: #ffffff;
   
}

.about_box{
    
    display: flex;
    justify-content:center; 
    align-items :center;
    flex-wrap: wrap;
}

.about_body_left {
    width: 500px;
    flex:auto;
}

.about_contanier {
    margin: 50px 0;
}

.about_content {
    text-align: center;
}

.about_content h2 {
    font-size: 70px;
    color: #f47cb9;
    font-family: 'Anerome', sans-serif;
    font-weight: normal;
}

.about_content h3 {
    font-size: 50px;
    color: #f47cb9;
    font-family: 'Anerome', sans-serif;
    font-weight: normal;
}

.about_content p {
    font-size: 20px;
}

.job{
    font-family: 'Anerome', sans-serif;
    font-size: 30px;
    font-weight: normal;
}

.about_body_right {
    width: 500px;
    flex: auto;
    display: flex; 
    justify-content: center; 
    background-color: #E4C5E7;
}

.about_body_right img{
    height: 750px;
    width : 500px;
    object-fit: cover;
}

.career{
    margin: 0 auto;
    color: #737373;
}

.career .container{
    padding: 50px;
    margin-bottom: 100px;
}

.career_title h1{
    text-align: center;
    font-size: 70px;
    margin-top :30px;
    border-bottom: solid 3px rgb(255, 178, 216);
    text-shadow: 2px 2px 0px rgba(244, 124, 185, 0.5);
    line-height: 1.0;
    padding-bottom: 5px;
    position: relative;
}

.career_title h1::after, .career_title h1::before{
    content: "";
    background: rgb(255, 178, 216);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    bottom: -8px;
    position: absolute;
    }

.career_title h1::after{
    right: 0;
}

.career_title h1::before{
    left: 0;
}

.career_body td{
    font-size: 15px;
    margin-top : 5px;
}

.career_body h1{
    margin : 30px 0 5px 0;
    font-size: 40px;
}

.career_body table{
    border-spacing: 0;
}

.career_body table td{
    border-bottom: 0.5px solid #737373;
    padding: 3px;
}

.td-first{
    width: 620px;
}

.td-second{
    width: 200px;
}

.td-second-awards{
    width: 440px;
}

.td-third{
    width: 240px;
}

.classfee {
    width: 100%;
    padding: 70px 30px;
    background-color: #737373;
}

.classfee-title h1{
    text-align: center;
    color: rgb(244, 124, 185);
    text-shadow: 2px 2px 0px rgb(185, 185, 185);
    font-size: 70px;
    margin-top :30px;
    border-bottom: solid 3px rgb(185, 185, 185);
    line-height: 1.0;
    padding-bottom: 5px;
    position: relative;
}

.classfee-title h1::after, .classfee-title h1::before{
    content: "";
    background: rgb(185, 185, 185);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    bottom: -8px;
    position: absolute;
    }

.classfee-title h1::after{
    right: 0;
}

.classfee-title h1::before{
    left: 0;
}

.classfee-content{
    margin:100px 0;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.classfee-workshop{
    float:left;
    width:50%;
}

.classfee-privatelesson{
    float:right;
    width:50%;
}

.circle{
    width: 500px;
	height: 500px;
	border-radius: 50%;
    display: inline-block;
}

.pink{
    background-color: #ffcae5;
}

.workshop-content,.priatelesson-content{
    width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.workshop-content h2,.priatelesson-content h2{
    font-size: 40px;
}

.workshop-content h3,.priatelesson-content h3{
    font-size: 30px;
    margin-top: 30px;
}

.workshop-content p,.priatelesson-content p{
    font-size: 20px;
    margin-top: 10px;
}

.gray{
    background-color:#4c4c4c;
}

.priatelesson-content{
    color:#ffcae5;
    text-shadow: 1px 1px 0px #000000;
}

.classfee-supplement{
    display: inline-block;
    padding-top: 100px;
    text-align: left;
    font-size: 20px;
    color: #ffcae5;
    text-shadow:none;
}

.classfee-supplement h1{
    text-shadow: 1px 1px 0px #000000;
}

.td_title{
    width:110px;
}

.contact{
    width: 100%;
    padding: 70px 30px;
    color: #737373;
}

.contact-title{
    margin-bottom: 50px;
    text-shadow: 2px 2px 0px rgba(244, 124, 185, 0.5);
    font-size: 30px;
    text-align: center;
    position: relative;
    border-bottom: solid 3px rgb(255, 178, 216);
    line-height: 1.0;
    padding-bottom: 5px;
}

.contact-title::after, .contact-title::before{
    content: "";
    background: rgb(255, 178, 216);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    bottom: -8px;
    position: absolute;
    }

.contact-title::after{
    right: 0;
}

.contact-title::before{
    left: 0;
}

.contact-body{
    display: flex;
	align-items: center;
}

.contact-body-left{
    margin-right: 50px;
}

.contact-body-left img{
    width: 600px;
    border-radius: 50px;
    object-fit: cover;
}

.contact-body-right{
    width: 500px;
    text-align: right;
}

.contact-body-name{
    margin-top: 30px;
    font-size: 20px;
    text-shadow: 2px 2px 0px rgb(255, 178, 216);
}

.contact-body-detail{
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(255, 178, 216);
}

.contact-body-detail a {
    color: #737373;
    text-decoration:underline;
}

.contact-body-detail a:hover {
    opacity: 0.6;
}

.contact-body-right .link{
    text-align: right;
    flex-direction: column;
    margin: 50px 0;
}

.contact-body-right .link a{
    text-align: center;
    font-size: 25px;
}