body {
  color: #333333;
  background-color: #e5e5e5;
  font-family: -apple-system, BlinkMacSystemFont, 'Raleway', 'Helvetica Neue','Esteban', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, Verdana, 'メイリオ', Meiryo, sans-serif;
 
  /* GoogleChromeのバグ対策 */
  font-weight: 500;
}


/* ヘッダー */ 
header{
 max-width: 1300px;
  margin: 0 auto;
}

.head-top{
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}


/* top */ 
.top{
  width:1300px;
  margin: auto;
}

.logo {
  text-decoration: none;
  font-family: Esteban;
  font-weight: 500;
  color: black;
  font-size: 1.5rem;
}


/* nav */
.main-nav {
display: flex;
  font-family: Raleway;
  font-size: 0.9rem;
  text-transform: uppercase;
  list-style: none;
}

.main-nav li{
  margin-left: 30px;
}

.main-nav a{
    text-decoration: none;
  color: #333333;
}

.main-nav a:hover {
  color: #2dae00;
}



/* 本文　*/
.logo-text2 {
  font-family: Esteban;
  font-weight: 500;
  color:black;
  font-size: 1rem;
  width: fit-content;
margin:0 auto;
}


.text{
  max-width: 640px;
  margin:0 auto;
  font-family: Esteban;
  color: #545d63;
  font-size: 0.9rem;
  line-height: 20px;
   text-align-last: left;
}

.images{
 padding: 0 10px;
  display: flex;
    justify-content: center;
}

.images img{
  width: 100%;
    max-width: 1300px;
  display: block;
}




/* 調整 */
.adjust-spaceA {
  height: 50px;
}

.adjust-spaceB {
  height: 40px;
}

.adjust-spaceC {
  height: 10px;
}

.adjust-spaceD {
  height: 120px;
}

hr{
  border-top: 1px solid #b6b6b6;
  max-width: 1300px;
  margin-bottom: 15px;
  margin: 0 auto;
}




/* footer */
footer {
  text-align: center;
  font-family: YuGothic, sans-serif;
  font-size: 0.6rem;
  color: #999;
  position: relative; /* 必要ならfixedではなくrelativeに */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}







/* flexible */
/* for mini phone----------------------------------------------------------- */
@media(max-width: 375px) {
    .main-nav {
      text-align: justify;
      list-style: none;
      justify-content: center;
      margin:0 auto;
    }
  
  .nav-text{
    font-size: 0.7rem;
    margin: 0x; 
  }
  }
  

/* for ipad----------------------------------------------------------- */
@media (max-width: 769px) {
  /* ヘッダー */
  header {
    max-width: 300px;
    margin: 0 auto;
  }

  .head-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
  }

  /* top */
  .top {
    max-width: 100px;
    display: inline;
    text-align: center;
      }

  .logo {
    text-decoration: none;
    font-family: Esteban;
    font-weight: 500;
    color: black;
    font-size: 1.2rem;
  }

  /* nav */
  .main-nav {
    font-size: 0.8rem;
    text-align: center;
    list-style: none;
    justify-content: center;
    margin: 20px;
    margin-right: 50px;
  }
  
  .main-nav li {
    margin: 0 12px;

      }

  .main-nav a {
    text-decoration: none;
    color: #333333;
  }

  .main-nav a:hover {
    color: #2dae00;
  }

  .text {
    max-width: 769px;
    margin: 0 10px;
    font-family: Esteban;
    color: #545d63;
    font-size: 0.9rem;
    line-height: 20px;
  }

  hr {
    border-top: 1px solid #b6b6b6;
    max-width: 769px;
    margin-bottom: 15px;
    margin: 0 10px;
  }

  .adjust-spaceA {
  height: 20px;
}
  
  .adjust-spaceB {
  height: 30px;
}
  
  
.adjust-spaceD {
  height: 60px;
}
  
}




/* for ipad----------------------------------------------------------- */
@media (max-width: 1024px) {
  /* ヘッダー */
  header {
    max-width: 300px;
    margin: 0 auto;
  }

  .head-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
  }

  /* top */
  .top {
    max-width: 100px;
    display: inline;
    text-align: center;
      }

  .logo {
    text-decoration: none;
    font-family: Esteban;
    font-weight: 500;
    color: black;
    font-size: 1.2rem;
  }

  /* nav */
  .main-nav {
    font-size: 0.8rem;
    text-align: center;
    list-style: none;
    justify-content: center;
    margin: 20px;
    margin-right: 50px;
  }
  
  .main-nav li {
    margin: 0 12px;

      }
  
  .main-nav a {
    text-decoration: none;
    color: #333333;
  }

  .main-nav a:hover {
    color: #2dae00;
  }
  
    .adjust-spaceA {
  height: 20px;
}
  
  .adjust-spaceB {
  height: 30px;
}
  
}


/* for PC mini----------------------------------------------------------- */
@media (max-width: 1300px) {
  /* ヘッダー */
  header {
    max-width: 1024px;
    margin: 0 auto;
  }

  .head-top {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* top */
  .top {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }

  .images img {
    width: 100%;
    max-width: 1024px;
    display: block;
  }

  .adjust-spaceD {
    height: 80px;
  }

  hr {
    border-top: 1px solid #b6b6b6;
    width: 100%;
    max-width: 1024px;
    margin-bottom: 15px;
    margin: 0 auto;
    box-sizing: content-box;
    display: block;
  }
  }
  











