@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%;
}

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

.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);
}

.s-title{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.maya{
  display: inline-block;
  margin-top: 50px;
}

.maya p{
  text-align: left;
}

.coach{
  display: inline-block;
  margin-top: 100px;
}

.coach p{
  text-align: left;
}

.birth{
  display: inline-block;
  margin-top: 100px;
}

.birth p{
  text-align: left;
}

.read{
  margin-top: 100px;
}

.readst{
  display: inline-block;
}

.readst p{
  text-align: left;
}

.readst-text{
  margin-top: 30px;
}

.readoil{
  display: inline-block;
  margin-bottom: 100px;
}

.readoil p{
  text-align: left;
}

.s-title{
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.read-menu{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.b{
  font-weight: bold;
  font-size: 1.5rem;
}


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

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

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

.ft-menu{
  display: flex;
  margin-top: 10px;
}

.ft-menu-text p{
  margin-right: 5px;
}

.ft-logo{
  width: 30%;
}

.ft-list{
  display: flex;
}

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