@charset "UTF-8";

/*===共通====*/
body {
    color: black;
    margin: 0;
    font-family: 'BIZ UDMincho', serif;
    font-size: 16px
}
a {
    color: black;
  }
  .container a {
    text-decoration: none;
  }

.container li {
    list-style: none;
    list-style-position: inside;
  }
.header, .top, .menu, .deco, .copy {
  width: 100%;
}

/*====共通終了====*/

/*=====PC--PC=========*/

@media (min-width: 768px) {
    body {
        min-width: 768px;
        font-size: 18px;
      }
#sp {
  display: none;
}
      /*-----header----------------------------------*/
      .header1 img {
        width: 100%;
        padding-left: 15%;
      }
      .header1 {
        width: 20%;
      }

      .header {
        padding-top: 30px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .nav {
        width: 60%;
      }

      .nav ul{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-left: 20px;
      }
      .nav li{
        width: 40%;
        font-size: 1.2rem;
      }

      /*-----top----------------------------------*/
      .top img {
        width: 20%;
        margin: 0 auto;
      }
      .top {
        padding: 70px 0 40px 0;
      }

      /*-----menu----------------------------------*/
      .menu p {
        width: 65%;
        margin: 0 auto;
      }
      .menu img {
        width: 100%;
      }
     
      /*-----deko-----footer----------------------------------*/
      .deco {
        padding-top: 350px;
        position: relative;
      }
      .deco img {
        width: 30%;
        position: absolute;
        right: 0;
        bottom: 60px;
      }
      

      .footer img{
        width: 100%;
      }
      .aside1 {
        width: 20%;
      }
      .aside {
        margin-top: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
      }
      .aside p{
        font-size: 1.3rem;
        padding: 5px 0;
      }
      /*-----copy---------------------------------*/
      .copy p{
        margin: 300px 0 50px 0;
        text-align: center;
        font-size: 0.7rem;
    }







    }



    /*=====スマホ------------------------------スマホ-=========*/

@media (max-width: 767px) {
  body {
      max-width: 767px;
      font-size: 18px;
    }
#pc {
  display: none;
}
/*------------------ハンバーガーバー----------------*/

.logo {
  width: 25%;
  z-index: 0;
  padding-top: 5px;
  margin-left: 5%;
}
  
  /*==ハンバーガーメニュー　設定==*/

  .header2 {
    width: 100vw;
    height: 40px;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    align-items: center;
    background-color: white;
    padding: 30px 0;
  }


  .header__inner {
    width: 80%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }

  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    width: 100%;
    height: 70vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .4s;
    padding-top: 0px;
  }

  .nav-items {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin-top: 20%;
  }


  .nav-items__item a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    padding-bottom: 24px;
  }

  /* ハンバーガーメニュー */
  .header__hamburger {
    width: 22%;
    height: 100%;
    padding-right: 10px;
  }
  .header__hamburger p {
    padding-right: 10px;
  }

  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }

  .hamburger span {
    width: 80%;
    height: 2px;
    background-color: #a25768;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    margin: 9px 0;
  }

  .hamburger span:nth-child(3) {
    top: 0;
  }

  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav.active {
    transform: translateX(0);
  }

  .hamburger.active span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }

  /*==ハンバーガーメニュー　設定終了==*/






      /*-----top----------------------------------*/
      .top img {
        width: 20%;
        margin: 0 auto;
      }
      .top {
        padding: 170px 0 140px 0;
      }

      /*-----menu----------------------------------*/
      .menu p {
        width: 80%;
        margin: 0 auto;
      }
      .menu img {
        width: 100%;
      }
     
      /*-----deko-----footer----------------------------------*/
      .deco {
        padding-top: 200px;
        position: relative;
      }
      .deco img {
        width: 30%;
        position: absolute;
        right: 0;
        bottom: 60px;
      }
      

      .footer img{
        width: 100%;
      }
      .aside1 {
        width: 30%;
        margin: 0 auto;
      }
      .footer {
        margin-top: 30px;
        text-align: center;
      }
      .aside {
        margin-top: 100px;
        margin: 0 auto;
      }
      .aside p{
        font-size: 0.9rem;
        padding: 5px 0;
      }
      /*-----copy---------------------------------*/
      .copy p{
        margin: 300px 0 50px 0;
        text-align: center;
        font-size: 0.7rem;
    }





  }