@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1025px) {

.container {
    width: 100%;
    margin: 0 auto;
    height: 600px;
    color: peru;
    background-color: rgb(255, 250, 194);
}

.main {
    width: 100%;
    margin: 0 auto;
}

.main1 {
    font-family: "Changa One", sans-serif;
}

.main h1 {
    text-align: center;
    padding-top: 100px;
    font-size: 90px;
}

.main2 {
    width: 100%;
}

.main2 p {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 120px;
    font-size: 18px;
}

.home {
    width: 100%;
    text-align: center;
}



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  background-color: #b8860b;
}

/*色や主な共通部分は省略*/

a.btn--circle {
    border-radius: 50%;
    line-height: 100px;
    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-box-shadow: 0 5px 0 #f3c570;
    box-shadow: 0 5px 0 #f3c570;
  }
  
  a.btn--circle:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    -webkit-box-shadow: 0 2px 0 #f3c570;
    box-shadow: 0 2px 0 #f3c570;
  }

}









/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1024px) {
    .container {
        width: 100%;
        margin: 0 auto;
        height: 1180px;
        color: peru;
        background-color: rgb(255, 250, 194);
    }
    
    .main {
        width: 100%;
        margin: 0 auto;
    }
    
    .main1 {
        font-family: "Changa One", sans-serif;
    }
    
    .main h1 {
        text-align: center;
        padding-top: 350px;
        font-size: 90px;
    }
    
    .main2 {
        width: 100%;
    }
    
    .main2 p {
        text-align: center;
        padding-top: 90px;
        padding-bottom: 120px;
        font-size: 18px;
    }
    
    .home {
        width: 100%;
        text-align: center;
    }
    
    
    
    .btn,
    a.btn,
    button.btn {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding-left: 50px;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
      background-color: #b8860b;
    }
    
    /*色や主な共通部分は省略*/
    
    a.btn--circle {
        border-radius: 50%;
        line-height: 100px;
        width: 100px;
        height: 100px;
        padding: 0;
        -webkit-box-shadow: 0 5px 0 #f3c570;
        box-shadow: 0 5px 0 #f3c570;
      }
      
      a.btn--circle:hover {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
        -webkit-box-shadow: 0 2px 0 #f3c570;
        box-shadow: 0 2px 0 #f3c570;
      }
    
}









/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {
    .container {
        width: 100%;
        margin: 0 auto;
        height: 850px;
        color: peru;
        background-color: rgb(255, 250, 194);
    }
    
    .main {
        width: 100%;
        margin: 0 auto;
    }
    
    .main1 {
        font-family: "Changa One", sans-serif;
    }
    
    .main h1 {
        text-align: center;
        padding-top: 180px;
        font-size: 60px;
    }
    
    .main2 {
        width: 100%;
    }
    
    .main2 p {
        text-align: center;
        padding-top: 90px;
        padding-bottom: 120px;
        font-size: 15px;
    }
    
    .home {
        width: 100%;
        text-align: center;
    }
    
    
    
    .btn,
    a.btn,
    button.btn {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding-left: 50px;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
      background-color: #b8860b;
    }
    
    /*色や主な共通部分は省略*/
    
    a.btn--circle {
        border-radius: 50%;
        line-height: 100px;
        width: 100px;
        height: 100px;
        padding: 0;
        -webkit-box-shadow: 0 5px 0 #f3c570;
        box-shadow: 0 5px 0 #f3c570;
      }
      
      a.btn--circle:hover {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
        -webkit-box-shadow: 0 2px 0 #f3c570;
        box-shadow: 0 2px 0 #f3c570;
      }

}
