@charset "UTF-8";

html{
  font-size: 100%;
}

body{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 2.0;
  margin: 0 auto;
  text-align: center;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.bold{
  font-weight: bold;
}

.wrapper{
  display: flex;
  justify-content: space-between;
}

.logo{
  width: 60%;
  margin-top: 10%;
}

.nav-menu{
  display: flex;
}

.nav-menu li{
  font-size: 1.6rem;
  margin-right: 20px;
  margin-top: 10%;
}

.top-text{
  display: inline-block;
  text-align: left;
  font-size: 3rem;
  position: absolute;
  top: 40%;
  left: 10%;
  font-weight: lighter;
  color: whitesmoke;
  filter: drop-shadow(0.5px 0.5px 1px black);
}

.bg-img{
  background-image: url(../img/top-img.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  width: 100%;
}

.news{
  margin: 0 auto;
  margin-top: 50px;
  width: 960px;
}

.news-title{
  border-bottom: solid 3px pink;
  text-align: left;
}

.news p{
  text-align: left;
}

.contents{
  display: inline-block;
}

.contents-hi{
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.session{
  margin-right: 30px;
}

.school{
  margin-left: 30px;
}

.shop{
  margin-right: 30px;
}

.contact{
  margin-left: 30px;
}

.contents-low{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}



footer{
  background-color: rgb(201, 194, 194);
}

.ft-contents{
  display: flex;
  justify-content: center;
}

.map{
  padding-top: 30px;
}

.ft-text{
  padding-top: 30px;
  padding-left: 60px;
  font-weight: bolder;
  display: inline-block;
  text-align: left;
}

.ft-title{
  font-size: 2rem;
}

.ft-menu{
  padding-top: 20px;
}

.ft-logo{
  width: 30%;
}

.ft-list{
  display: flex;
}

.ft-list li{
  padding-right: 10px;
}

