
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Zen+Kaku+Gothic+New:wght@300;400&display=swap');


body {
  color: #333;
  font-family: 'Zen Kaku Gothic New','Dosis', sans-serif;
  line-height: 1.5;
}



img {
  width: 100%;
  height: auto;
}

a{
  text-decoration: none;
  color: #333;
  
}

a:hover{
opacity: 0.7;
}

.container{
  width: 90%;
  max-width: 980px;
  margin: auto;
}

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

header {
  padding: 10px 0 0px;
}

.main-title {
  font-size: 25pt;
  font-family: 'Dosis';
}

.sub-title {
  font-size: 12px;
  padding-left: 10px;
  font-family: 'Zen Kaku Gothic New'
}

.header-l {
  float: left;
}

.header-r {
  float:right;
  display: flex;
}

.header-nav-item {
  float: left;
  margin-left: 50px;
}

.header-nav-item a {
  font-family: 'Dosis';
  font-size: 18px;
  line-height: 60px;
}

/*===============================================
section
================================================*/

section {
  padding: 50px 0;
}

.section-title {
  text-align: center;
  font-family: 'Dosis';
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0 0;
}

.section-subtitle {
  text-align: center;
  font-family: 'Dosis';
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 20px;
}

.top-img p {
  font-family: 'Dosis';
}

.top-message {
  margin-bottom: 10px;
}

.top-title {
  font-family: 'Dosis';
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.text-jp {
  font-family: 'Zen Kaku Gothic New';
  font-size: 15px;
}

.top-text {
  font-size: 18px;
  line-height: 2.5em;
  text-align: center;
}
.wave-bc {

}

.wave-bc-img-wrapper {
display: flex;
justify-content: space-evenly;
padding: 10px 0;
}


.about {
  background-color: #b2d1ce;
}

canvas{
    bottom:0;
    left:0;
    width: 100%;
    vertical-align: bottom; 
    }

  .wave {
  position:relative;
  height:100px;
  }

.about-text {
  text-align: center;
  line-height: 2em;
}

.about-img-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 20px;
}

.about-img {
  width: 32%;
}

.canvas-wrapper2 {
  background-color: #b2d1ce;
}

.workshop {
  background-color: #eae5de;
}

.workshop-info {
  text-align: center;
}