@charset "UTF-8";

/*全般*/
body{
  margin: 0;
  padding: 0;
  background-color: #FFFAF0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}

li{
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

li a{
  color: #4C4948;
  text-decoration: none;
}

li a:hover{
  color: #B0B0B0;
}

li a:focus{
  color: #B0B0B0;
}

h1{
  font-family: 'Noto Serif', serif;
}

.makalea-logo a{
  text-decoration: none;
  color: #FFFAF0;
}

h2{
  font-family: 'Noto Serif', serif;
  color: #00141D;
  margin: 0;
}

h3{
  font-family: 'Noto Serif', serif;
  color:#FF2E4B;
  margin: 0;
}

p{
  font-weight: bold;
}

.ep{
  font-family: 'Lora', serif;
  color: #B0B0B0;
  font-size: 1.3em;
  padding-left: 20px;
}

.suby, .subx{
  color: #4C4948;
}

.h2x, .bdx, .subx{
  text-align: center;
  padding-bottom: 10px;
}

.bdx{
  margin: 0 auto;
}

footer{
  background-color: #FF2E4B;
  padding: 50px 0 50px 0;
  text-align: center;
}

.footer-logo a{
  text-decoration: none;
  color: #FFFAF0;
  font-size: 2em;
}

footer li a{
  color:#FFFAF0;
}

.copyright{
  color: #FFFAF0;
  font-weight: normal;
  padding-top: 30px;
}

.wave1, .wave2{
  width: 100%;
  margin: 0;
}

/* トップへ戻るボタン */
.ScrollTop {
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/gototop.png);
  background-repeat: no-repeat;
  color: rgba(255,255,255,0.0);
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}


/*headerＳＰの時の見え方-->*/
@media (max-width:767px){
  h2{
    font-size: 5em;
  }

  h3{
    font-size: 3em;
  }

  p{
    font-size: 1.5em;
  }

  .suby, .subx{
    font-size: 1.3em;
  }

  footer ul{
    font-size: 1.8em;
    list-style: none;
  }

  footer li{
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .copyright{
    font-size: 1em;
  }

  .makalea-logo{
    position: fixed;
    padding: 15px 10px 15px 10px;
    margin-top: 0;
    font-size: 2em;
    color: #FFFAF0;
    background-color: #FF2E4B;
    border-radius: 0 0 10px 0;
  }

  .site-header .site-nav__toggle{
    display: none;
  }

  .menu-img{
    height: 32px;
    padding: 0px 5px 0 5px;
  }

  .site-header .main-nav{
    display:none;
    padding: 0;
    background-color: rgba(255,250,240,0.9);
    z-index: 9;
  }

  .site-header input[type="checkbox"]:checked ~ .main-nav{
    display: block;
    width: 100%;
    border-radius: 0 0 0 30px;
    display: flex;
    flex-direction: column;
  }

  .site-header .site-nav__toggle-label{
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
  }

  .site-header .site-nav{
    width: 100%;
  }

  .site-header .site-nav li{
    list-style: none;
  }

  .site-header .main-nav{
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 20px;
  }

  .site-header .main-nav__item a{
    display: block;
    padding: 17px;
    font-size: 2em;
  }

  .site-header .sns-nav{
    position: fixed;
    top: 7px;
    right: 60px;
    left: auto;
    display: flex;
  }

  .site-header .main-nav__sns{
    padding: 0 5px 0 10px;
  }

  .site-header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 10;
  }

  .bdx, .bdy{
    border-top: 2px solid #4C4948;
    width: 20px;
  }

  .title{
    text-align: center;
  }

  .bdy{
    margin: 0 auto;
  }

  .suby{
    margin-bottom: 30px;
  }
}


/*headerＰＣの時の見え方-->*/
@media (min-width:768px){
  h2{
    font-size: 10em;
  }

  h3{
    font-size: 4em;
  }

  p{
    font-size: 2em;
  }

  .suby, .subx{
    font-size: 1.5em;
  }

  footer ul{
    font-size: 1.8em;
    list-style: none;
    display: flex;
    justify-content: center;
  }

  footer li{
    padding-right: 30px;
  }

  .copyright{
    font-size: 1.5em;
  }

  .makalea-logo{
    position: fixed;
    padding: 15px 20px 15px 20px;
    margin-top: 0;
    font-size: 3em;
    color: #FFFAF0;
    background-color: #FF2E4B;
    border-radius: 0 0 10px 0;
  }

  .site-header .site-nav__toggle{
    display: none;
  }

  .site-header .site-nav__toggle-label{
    display: none;
  }

  .site-header .site-nav{
    width: 100%;
  }

  .site-header .site-nav li{
    list-style: none;
  }

  .site-header .main-nav{
    display: flex;
    flex-wrap: nowrap;
    margin-right: -40px;
    z-index: 8;
  }

  .site-header .main-nav__item{
    padding-left: 15px;
    font-size: 1.7em;
  }

  .site-header .sns-nav{
    display: flex;
    flex-wrap: nowrap;
    margin-right: 15px;
  }

  .site-header .main-nav__sns{
    padding-left: 15px;
  }

  .site-nav{
    display: flex;
    flex-wrap: nowrap;
    top: 5px;
    right: 20px;
    padding-top: 3px;
    align-items: center;
    justify-content: right;
  }

  .site-header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 10;
  }

  .bdx{
    border-top: 2px solid #4C4948;
    width: 20px;
  }

  .bdy{
    border-left: 2px solid #4C4948;
    height: 20px;
    margin: auto 30px 30px 40px;
  }

  .suby{
    margin-bottom: 30px;
  }

  .title{
    display: flex;
    align-items: flex-end;
  }
}


@media (max-width:340px){
  .makalea-logo{
    position: fixed;
    padding: 15px 10px 15px 10px;
    margin-top: 0;
    font-size: 1.5em;
    color: #FFFAF0;
    background-color: #FF2E4B;
    border-radius: 0 0 10px 0;
  }

  h2{
    font-size: 4.5em;
  }
}
