



/*========= 共通 ===============*/


a{
  text-decoration: none;
}


body{
  font-family: "Sawarabi Gothic";
}




/*========= PC ===============*/
@media only screen and  (min-width : 481px) {
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc { display: block !important; }
  .sp { display: none !important; }

    /* パソコンで見たときのみ改行 */
  .br-sp {display: none; }


  
    /* ヘッダー、トップ */

  
    /*========= 上部固定させるためのCSS ===============*/
    #header{
      background-color: #ED7C98;
      height: 70px;
      width: 100%;
      margin: 0 auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 80;
    }
  
    #header img{
      width: 10%;
      position: fixed;
      top: 15px;
      left: 500px;
      margin: auto;
    }




#top{
  text-align: center;
  margin: 70px 0 0 0 ;
}

#top img{
  width: 40%;
}

      /* ヘッダー、トップおわり */



    /* ハンバーガーメニュー */
    .menu-btn {
      position: fixed;
      top: 1%;
      right: 25%;
      display: flex;
      height: 50px;
      width: 50px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
      background-color: #ED7C98;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
   }
   #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
   }

   #menu-btn-check {
    display: none;
}

   .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ED7C98;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 30px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color:  rgba(237,124,152,0.9);
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
    
      /* ハンバーガーメニューおわり */







/*会社概要はじめ*/

#gaiyou{
  max-width: 40%;
  background-color: #e6e6e6;
  padding: 35px 30px;
  margin: 100px auto 100px auto ;
 }
 
 #gaiyou img{
   width: 40%;
   
  }
 
  #bangou{
   font-size: 40px;
   color: #e8456c;
   font-weight: bold;
  }
 
  #kobutsu{
   color: #55100d;
   font-size: 15px;
   line-height: 30px;
  }
  
 
 /*会社概要おわり*/


 /*追従バナーはじめ*/

.bottom-fixed-button {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding-top: 5px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #fff;
}

#bottom-fixed-button02 {
  margin: 0 auto;
}

.bottom-fixed-button ul{
  display: flex;
  justify-content: center;
  margin-left: 300px;
}

.bottom-fixed-button ul li{
  margin: 0 -130px;
}

.bottom-fixed-button img{
  width: 50%;

}

/*追従バナーおわり*/




/*TOPボタンはじめ*/

#page-top {
  position: fixed;
  z-index: 10;
  right: 500px;
  bottom: 120px;
  width: 100px;
  height: 100px;
  font-size: 20px;
  line-height: 30px;
  background: #55100d;

  border-radius: 50%;

  align-items: center; /* 上下中央寄せ */
  display: flex; /* Flexboxを適用 */
  justify-content: center; /* 左右中央寄せ */
}


#page-top p{
 font-size: 20px;
 font-weight: bold;
 color: #fff;

}




   /*プライバシーポリシー*/
   #privacypolicy{
    background-color: #fff;
    font-family: 'Kosugi Maru', sans-serif;
    padding: 10px;
    margin-bottom: 80px;
  }

  #privacypolicy h1{
    color: #333;
    text-align: center;
    margin: 150px auto 40px auto;
    border-bottom: 1px solid   #333;
    padding-bottom: 10px;
    font-size: 30px;
    max-width: 25%;
  }

  #privacypolicy p{
    color: #333;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    max-width: 40%;
    margin:  0 auto 20px auto;

  }

  #privacypolicy h2{
    color: #333;
    text-align: center;
    margin: 80px auto 40px auto;
      border-bottom: 1px solid   #333;
    max-width: 40%;
    padding-bottom: 10px;
    line-height: 40px;
    font-size: 25px;
  }


}




/*========= スマホ ===============*/
@media only screen and  (max-width : 481px) {

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }

  /* パソコンで見たときのみ改行 */
  .br-pc {display: none; }


  /* ヘッダー、トップ */
  #header{
    background-color: #ED7C98;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }

  #header img{
    width: 30%;
    position: fixed;
    top: 10px;
    left: 10px;
    margin: auto;
  }


  #top{
    margin: 50px 0 0 0 ;
    text-align: center;
  }
  
  #top img{
    width: 100%;
  }

    /* ヘッダー、トップおわり */



    /* ハンバーガーメニュー */
    .menu-btn {
      position: fixed;
      top: 5px;
      right: 10px;
      display: flex;
      height: 40px;
      width: 40px;
      justify-content: center;
      align-items: center;
      z-index: 100;
      background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ED7C98;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
   }
   #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
   }



   .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ED7C98;
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;

}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color:  rgba(237,124,152,0.9);
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
    
      /* ハンバーガーメニューおわり */






/*会社概要はじめ*/

#gaiyou{
 background-color: #e6e6e6;
 padding: 35px 10px;
 margin: 100px 0 120px 0 ;
}

#gaiyou img{
  width: 50%;
  
 }

 #bangou{
  font-size: 30px;
  color: #e8456c;
  font-weight: bold;
 }

 #kobutsu{
  color: #55100d;
  font-size: 15px;
  line-height: 30px;
 }
 

/*会社概要おわり*/


/*追従バナーはじめ*/

.bottom-fixed-button {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding-top: 5px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #fff;
}

.bottom-fixed-button ul{
  display: flex;
  justify-content: center;
  margin-left:30px;
}

.bottom-fixed-button img{
  width: 80%;

}

/*追従バナーおわり*/



/*TOPボタンはじめ*/

#page-top {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 140px;
  width: 80px;
  height: 80px;
  font-size: 20px;
  line-height: 30px;
  background: #55100d;

  border-radius: 50%;

  align-items: center; /* 上下中央寄せ */
  display: flex; /* Flexboxを適用 */
  justify-content: center; /* 左右中央寄せ */
}


#page-top p{
 font-size: 20px;
 font-weight: bold;
 color: #fff;

}




/*追従バナーおわり*/





 /*プライバシーポリシー*/
 #privacypolicy{
  background-color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  padding: 10px;
  margin-bottom: 20px;
}

#privacypolicy h1{
  color: #333;
  text-align: center;
  margin: 100px 0 40px 0;
    border-bottom: 1px solid   #333;
  padding-bottom: 10px;
  font-size: 25px;
}

#privacypolicy p{
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
}

#privacypolicy h2{
  color: #333;
  text-align: center;
  margin: 40px 0;
    border-bottom: 1px solid   #333;
  padding-bottom: 10px;
  font-size: 20px;
}
  }
