@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body ,html {
  background-color: #FDF8F5; 
  height: 100%;
  overflow: hidden;

  
}


.welcome-container {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color:  #009879;
    

}

.welcome-text {
  margin-left:-7vw;
}

.welcome-container h1 {
    font-size: 20px;
    font-weight: 500;
    justify-content: flex-start;
} 

.language {
    padding-left: 46.5vw;
}

#c-one {
    color: #009879 ;
}
#c-two {
    color: #FF4545;
}


/* HEADER - NAV MENU*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: rgb(255,255,255);
  transition: all 0.5s;
  z-index: 997;
  padding: 40px 0;
  height: 16vh;
  
  
}



.welcome-container {
width: 100%;
z-index: 999;
background-color: #009879;
position: relative;
padding-left: 18vw;
}


  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */   /* Desktop Navigation */  /* Desktop Navigation */  /* Desktop Navigation */
  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 25vw;
  }
  .logo-container{
    margin-left: 50px;
  }

  
  
  .nav-menu > ul {
    display: flex;
    flex-direction: row;
  }
  
  .nav-menu  li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;

  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: rgba(12, 154, 29,.7);
    transition: 0.3s;
    font-size: 18px;
    padding: 0 3px;
    text-decoration: none;
  }
  
  .nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #FF4545;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #0C9A1D;
    font-weight: 500;
  }
  





  /*--------------------------------------------------------------
                                 ABOUT US  
  --------------------------------------------------------------*/

  body.about {

  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;

  }




.services-container {
  width: 50vw;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  padding: 120px 100px;
  min-height: 60vh;
  margin: 30px 30px;
  margin-left:-100px;
}

.services-container .box  {
  position: relative;
  width: 320px;
  background:#fff;
  padding:100px 40px 60px;
  box-shadow: 0 15px 45px rgba(0,0,0,.4);
  margin: 10px 20px;
  letter-spacing: 1px;
  transform:translateX(100%);
  animation:moveToLeft 1.5s linear infinite;
}

.services-container  .box:before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#009879;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.services-container .box:hover:before {
  transform: scaleY(1);
  transform-origin:bottom;
  transition:transform 0.5s;



}

.services-container .box h2{
  position:absolute;
  left: 40px;
  top: 60px;
  font-size:4em;
  font-weight:800;
  z-index:1;
  opacity:0.1;
  transition:0.5s;  
}
.services-container .box:hover h2 {
  
  opacity:1;
  color:#fff;
  transform:translateY(-60px);
  transition: 0.5s;
}

.services-container .box h3 {
  position: relative;
  font-size: 1.5em;
  z-index:2;
  color:#333;
  transition:0.5s;
}

.services-container .box:hover h3 {
  
  opacity:1;
  color:#fff;
  transform:translateY(-20px);
  transition: 0.5s;
}

.services-container .box:hover p {
  
  opacity:1;
  color:#fff;
  transform:translateY( 30px);
  transition: 1s;
}

.link-serv {
  position: relative;
  font-size: 18px;
  position: relative;
  margin-top: 80px;
  z-index: 997;

}

.services-container .box:hover a {
  opacity:1;
  color:#FF4545;
  transform:translateY( -60px);
  font-weight: 600;
  transition: .5s;
  text-decoration: none;

}


  /*--------------------------------------------------------------
                                 PRICE 
  --------------------------------------------------------------*/



.title-table-content {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;

}


.content-table {
  border-collapse: collapse;
  width: 60vw;
  margin: 150px 20vw;
  font-size: .9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.content-table th,
.content-table td {
  padding: 10px 10px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;

}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.btn-action{
  padding: 1px 10px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;   ;
  background-color: #009879;
  font-size: 1em;
  color: #fff;
  margin-left: 100px;
  border-color: white;



}




  /*--------------------------------------------------------------
                                 Contact
  --------------------------------------------------------------*/
  .contact-wrap {
    width: 60%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 150px;
    box-shadow: 0 15px 45px rgba(0,0,0,.4);
  }

  contact-wrapper {
    height: 90vh;
    display: grid;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0px 10px rgba(0,0,0,.4);
    
  }
  
  
  .contact-in {
    padding: 60px 30px;
    margin: 5px 5px;
  
  }

  
  
  .contact-in:nth-child(1) {
    flex: 30%;
    background-color: #fff;
    color: #000;
    
  }
  
  .contact-in:nth-child(2) {
    flex: 45%;
    background: #fff;
  }
  
  .contact-in:nth-child(3) {
    flex: 25%;
    padding: 0;
  }
  
  .contact-in h1 {
    font-size: 24px;
    color: #009879;
    font-weight: 500;
    margin-bottom: 40px;
  }
  
  .contact-in h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #009879;
    
  }
  
  .contact-in h2 i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #f5f5f5;
    color: #000;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    color: #009879;
  }
  
  .contact-in p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #000;
  }
  
  .contact-in ul {
    padding: 0;
    margin: 0;
    color: #000;
  }
  
  .contact-in ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    color: #000;
  }
  
  .contact-in ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    color: #000;
  }
  
  .contact-in ul li a i {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    color: #000;
  }
  
  .contact-in form {
    width: 100%;
    height: auto;
    color: #000;
  }
  
  .contact-in-input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #009879;
    outline: none;
    padding-left: 5px;
    background: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
  }
  
  .contact-in-input::placeholder {
    color: #000;
  }
  
  .contact-in-textarea {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    border: 1px solid #009879;
    outline: none;
    padding-top: 5px;
    padding-left: 5px;
    background: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
  }
  
  .contact-in-textarea::placeholder {
    color: #000;
  }
  
  .contact-in-btn {
    width: 100%;
    height: 40px;
    border: 1px solid #009879;
    outline: none;
    background: transparent;
    color: #009879;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
  }
  
  .contact-in iframe {
    width: 100%;
    height: 100%;
    color: #009879;
  }
  
  @media only screen and (max-width:480px) {
    .contact-in:nth-child(1) {
      flex: 50%;
    }
  
    .contact-in:nth-child(2) {
      flex: 50%;
    }
  
    .contact-in:nth-child(3) {
      flex: 100%;
    }
  
  }
  
  @media only screen and (max-width:360px) {
    .contact-in:nth-child(1) {
      flex: 50%;
    }
  
    .contact-in:nth-child(2) {
      flex: 50%;
    }
  
    .contact-in:nth-child(3) {
      flex: 100%;
    }
  
  }
  


  /*--------------------------------------------------------------
                                 Appointment
  --------------------------------------------------------------*/

.wrapper-appointment {
  margin: 150px 20vw;
  background-color: #fff; 
  width: 58%;
  height: 79vh;
  font-family: 'Open Sans';
 
}
.app-title {
  text-align: center;
  padding: 25px 0px;
  border-bottom: solid 1px #009879;
}

.drop-down-select {
  margin: 20px 20px; 
  display: flex;
  justify-content: space-evenly;
  
}
.drop-down-select p {
  margin: 10px 0px;
}

.box-service-drop {
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #999;

}

app-names {
  margin: 10px 10px;
}

.name1 {
  display: flex;
  flex-direction: row;

}
.name1 label {

  margin-left: 100px;
  margin-right: 80px;
  margin-top: 10px;

}

.name2 {

  display: flex;
  flex-direction: row;
  margin-left: 500px;
  margin-right: 91px;
  margin-top: -45px;

}
.name2 label {
  margin-right: 80px;
  margin-left: 115px;
  margin-top: 10px;


}

.f-name, .s-name {

  padding: 10px 10px;
  width: 250px;
  border-radius: 5px;
  border: 1px solid #999;
  
}

.item3 {
  margin: 50px 100px ;
}

.item3 label {
  margin-right: 80px;
  margin-top: 10px;

}

.email-input {
  padding: 10px 10px;
  width: 480px;
  border-radius: 5px;
  border: 1px solid #999;
}


[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
 

.coc-input {
  width: 250px;
  height: 200px;
  margin-left: 80px;
  border-radius: 5px;
  padding: 20px 20px;
}
 
.coc-block-row {
    width: 100%;
    height: 300px;
    margin: 0px 100px;
    /*display:table-row;*/
}
.coc-block {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 3px;
    width: 500px;
    height: 150px;
    
}
.coc-block-label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-bottom: 3px;
  padding-right: 5px;
  margin-bottom: 0;
}
.coc-input {
  height: 25px;
  font-size: 16px;
  border: 1px solid #999;
  /* variations */
}
.coc-form {
    padding-top: 5px;
    padding-left: 8px;
}

.txt-area-app {
  width: 60%;
  margin-top: -160px;
  margin-left: 100px;
}

.title-area-app {
  margin-right: 50px;
}

.input-big {
  border: 1px solid #999;
  border-radius: 5px;
  width: 480px;
  padding-bottom: 20px;
  
}

.btn-submit {
  position: relative;
  z-index: 999;
  margin-left: 232px;
  margin-bottom: 100px;
  padding: 10px 20px;
  width: 480px;
  border-radius: 5px;
  background-color: #009879;
  color: #fff;
}