@charset "utf-8";

/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 1000px) {

    header {
      padding-top: 30px;
      height: 150px;
    }
    li{
      padding: 20px;
    }
  
  .logo{
    margin-top: -15px;
  }
  
  #h-menu2{
  background: rgb(223, 223, 223);
  }
  #h-menu2 p {
    text-align: center;
    font-size: 20px;
  }
    .pc {
      display: none;
    }
    .pc2 {
      display: none;
    }
  
    #hamburger {
      background-color: transparent;
      position: relative;
      cursor: pointer;
      margin: 30px 0 0 auto;
      height: 60px;
      width: 120px;
    }
  
    .icon span {
      position: absolute;
      left: 5px;
      width: 60px;
      height: 5px;
      background-color: rgb(61, 61, 61);
      border-radius: 8px;
      transition: ease 0.75s;
    }
  
    .icon span:nth-of-type(1) {
      top: 10px;
    }
    .icon span:nth-of-type(2) {
      top: 30px;
    }
    .icon span:nth-of-type(3) {
      bottom: 4px;
    }
  
    .close span:nth-of-type(1) {
      transform: rotate(45deg);
      top: 28px;
    }
  
    .close span:nth-of-type(2) {
      opacity: 0;
    }
  
    .close span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 28px;
    }
  
    .sm {
        top: 170px;
        left: -40px;
        position: absolute;
        z-index: 10;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
  
    ul {
      flex-direction: column;
      font-size: 25px;
    }
  
    a {
      text-align: center; 
      ;
    }
  }
  
/*****************************************************************/

.purchasing_title {
	font-size: 30px;
}

p{
	font-size: 14px;
}


.sample1 {
	font-size: 15px;}

#footer{
	font-size: 10px;}


  .sample3_title {
    width: 50%;
  }

  .font_title {
    width: 40%;
    margin: 50px auto;
  }

  .sample4-1sp{
    margin-bottom: 40px;
  }


  .sample2-1sp p {
    padding: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 22px;
    width: 74%;
    margin: 0px auto;
    background-color:rgb(255, 255, 255,0.9);
}
#sample2 p span{
  display: block;
  color: rgb(0, 0, 0);
  text-align: right;
}



.sa14e .sa14-2-texte {
  padding: 15px;
}
.sa14e .sa14-1e .sa14-2e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px; }



  .album2e {
    height: 20vh; 
  }


  .sa14en .sa14-2-texten span {
    font-size: 25px;
  }


  .aircon8 {
    font-size: 14px;
    line-height: 60px;
  }

  .env4-1 {
    width: 90%;
    margin-bottom: 20px;
  }


  .env1 p {
    font-size: 13px;
  }

  .env1 span {
    font-size: 23px;
  }

  .env2 {
    margin-bottom: 15px;
  }


  .env5 p {
    font-size: 13px;
  }