/*
Theme Name: まほうのシール福岡支部
Author:Shizuka Yamano
Description:wordpressテーマ
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,mypress,seazoostagram
*/


  @media screen and (min-width:600px){
    .kai {
      display: none;
    }
  }

  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(0px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }  

  .animate__fadeInTopRight{
    animation-duration:3s;
    animation-fill-mode: forwards;
    opacity:0;
  }

  .animate__fadeInLeft, .animate__fadeInRight, .animate__fadeInUp{
    animation-duration:3s;
    animation-fill-mode: forwards;
    opacity:0;
  }

/*ローディングアニメーション*/
  /* Loading背景画面設定　*/
    #splash {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#FBF3D5;  
      background-image: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/ふわふわ素材2.png);    
    }
  
  /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    #splash_logo p{
      text-align:center;
      color:#8A9A8E;
      font-size: 2em;
    }

    .first-hand{
      width: 220px;
      display: block;
      margin: 0 auto;
      margin-top: 70vh;
    }
    
  /* fadeUpをするアイコンの動き */
    .filst-fadeUp{
      animation-name: filst-fadeUpAnime;
      animation-duration:0.8s;
      animation-fill-mode:forwards;
      opacity: 0;
    }
  
    @keyframes filst-fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(10px);
      }
  
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .first-hand{
      animation-name: first-handUpAnime;
      animation-duration:2s;
      animation-fill-mode:forwards;
      opacity: 0;
    }
  
    @keyframes first-handUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
  
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    

  body{
    background-color: #FBF3D5;
    font-family: "wanpaku-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #8A9A8E;
  }

/*ハンバーガーボタン*/
  .hm{
    display: none;
  }

  .menu-btn{
    display: none;
  }

/* Footer */
  /*Mail*/
  .attention{
    background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材2.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    width: 393px;
    margin: 0 auto;
    margin-top: 10%;
    padding-top: 4%;
    padding-bottom: 5%;
    text-align: center;
  }

  .attention p{
    display: inline-block;
    text-align: left;
    width: 95%;
  }

  .warm-hearted{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 1.2em;
    color: #EFBC9B;
  }

  /*SNSとウィジェットの横並び*/
  .footer-flex{
    width: 393px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 10%;
  }


  /*SNS*/
  .snsbtn{
    position: relative;
    display:flex;
    justify-content: left;
  }

  .snsflex{
    margin-left: 5px;
    margin-right: 5px;
  }
  
  /*ボタンの枠*/
    .flowbtn4{
      border-radius:20px;
      display:inline-block;
      width: 80px;
      height: 80px;
      font-size:40px;
      transition:.5s;
      text-decoration:none;
    }
    
    .flowbtn4:hover{
      color:#fff!important;
    }

  /* ボタン内テキスト調整 */
   .flowbtn4 div{
      font-size:0.8rem;
      font-weight:bold;
      text-align: center;
    }

  /* Instagram */
    .fa-instagram{
      display: table;
      margin: 0 auto;
      margin-top: 12px;
    }

    .flowbtn4.insta_btn2 {
      color:#c6529a;
    }

  /* Instagramマウスホバー時 */
    .flowbtn4.insta_btn2:hover{
      border:solid 1px #c6529a;
      background:#c6529a;
    }
      
  /* Facebook */
    .fa-facebook-f{
      display: table;
      margin: 0 auto;
      margin-top: 12px;
    }
  
    .flowbtn4.fl_fb2{
      color:#3b5998;
    }

  /* Facebookマウスホバー時 */
   .flowbtn4.fl_fb2:hover{
      border:solid 1px #3b5998;
      background:#3b5998;
   }

  /* widget */
    .widget{
      position: relative;
    }

    .widget a{
      text-decoration: none;
      font-size: 1rem;
      color: #8A9A8E;
    }

    .widget li{
      list-style:none;
    }

    .foot{
      margin-top: 20px;
    }

  /*End*/
    .end-line{
      width: 100%;
      height: 30px;
      position: relative;
      margin-top: 10px;
      background-color: #8A9A8E;
    }

    .end-line p{
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding-top: 5px;
      color: #ffffff;
      font-size: 0.8em;
    }


/*PCの左右*/
  .pc-background{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    position: fixed;
    background-image: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/例背景4-scaled.jpg);
    background-size: cover;
    background-position: center;
  }


/*左右共通*/
  .left-right {
    width: calc(50% - 200px);/*50%で分割して-200pxする*/
    height: 100vh;
    position: fixed;
  }

/*pc左側*/
  .pc-left p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 1.2em;
    line-height: 40px;
  }

  .lineimg{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .babyimg{
    width: 15%;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }


/*pc右側*/
  .pc-right{
    right: 0;/*右側に来る要素を右寄せにする*/
  }

  .pc-right img{
    width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 25vh;
  }

  nav{
    text-align: center;
    position: relative;
    top: 20vh;
  }

  .menu{
    display: inline-block;
    text-align: left;
  }

  .menu li{
    list-style: none;
    padding-bottom: 5vh;
    width: 100%;
  }

  .menu a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #8A9A8E;
  }

  /*sns*/
  .nav-snsbtn{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
  }

/*pc中央*/
  .pc-center{
    width: 450px;
    position: relative;
    margin: 0 auto;
  }

  .center-header{
    position: fixed;
    z-index: 100;
    width: 450px;
    height: 8vh;
    top: 0;
    border-radius: 0px 0px 10px 10px;
    background-color: #FBF3D5;  
  }

  .center-header img{
    width: 70%;
    height: auto;
    margin-top: 1vh;
  }

  /*top画像*/
    .topimg{
      display: block;
      margin: 0 auto;
      padding-top: 7vh;
      width: 95%;
    }
  
  /*top-section*/
    .home section p{
      width: 95%;
      display: block;
      margin: 0 auto;
      margin-top: 10%;
      line-height: 30px;
    }

    .seal-design{
      display: flex;
      justify-content: space-around;
      margin-top: 10%;
      gap: 5%;
    }
  
    .nomal img, .fukuoka img{
      width: 80%;
      height: 100%;
      display: block;
      margin: 0 auto;
    }

  /*top-youtube*/
    .youtube{
      background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材3.png);
      background-size: cover;
      height: 350px;
      margin-top: 10%;
      padding-top: 15px;
    }

    .youtube p{
      color: #ffffff;
      text-align: center;
      padding-top: 5%;
     font-size: 1.2em;
    }

    iframe{
      display: block;
      margin: 0 auto;
      margin-top: 5%;
    }

  /*top-シール入手、各種募集*/
    .circle-line{
      width: 80%;
      display: block;
      margin: 0 auto;
      margin-top: 20%;
    }

    .to-give{
      width: 50%;
      margin-top: 20%;
    }

    .to-receive{
      width: 40%;
      display: block;
      margin-left: auto;
      margin-top: 20%;
    }

    .get-seal, .solicitation{
      width: 230px;
      height: 58px;
      background-color: #EFBC9B;
      border-radius: 10px;
      box-shadow: 1px 3px 6px;
      transition: .1s;
      display: block;
      margin: 0 auto;
      margin-top: 20%;
    }

    .solicitation{
      margin-top: 10%;
    }

    .get-seal:hover, .solicitation:hover{
      box-shadow: 0px 0px 0px;
    }

    .get-seal a, .solicitation a{
      color: #ffffff;
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 1.5em;
      padding-top: 15px;
      height: 58px;/*リンクの範囲拡大のため*/
    }

  /*top-協賛ありがとうございます*/
    .thanks{
      width: 80%;
      display: block;
      margin: 0 auto;
      border-top: dashed 3px #8A9A8E;
      border-bottom: dashed 3px #8A9A8E;
      padding: 10%;
      margin-top: 50%;
    }

    .thanks p{
      text-align: center;
    }
  
    .thanks-list{
      width: 230px;
      height: 58px;
      background-color: #EFBC9B;
      border-radius: 10px;
      box-shadow: 1px 3px 6px;
      transition: .1s;
      display: block;
      margin: 0 auto;
      margin-top: 5%;
    }

    .thanks-list a{
      color: #ffffff;
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 1.2em;
      padding-top: 16px;
      height: 58px;/*リンクの範囲拡大のため*/
    }

  /*まる装飾*/
    .marumaru-img{
      width: 100%;
      margin-top: 50%;
    }

  /*広島こそだて未来会議*/
    .box{
      position: relative;
      margin-top: 30%;
    }

    .hand{
      width: 40%;
    }

    .group{
      background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材3.png);
      background-size: 100% 100%;
      height: 500px;
      width: 100%;
      position: absolute;
      top: 110px;
    }

    .group p{
      width: 95%;
      display: block;
      margin: 0 auto;
      padding-top: 100px;
      color: #ffffff;
      line-height: 30px;
    }

    .group-link{
      width: 350px;
      height: 58px;
      background-color: #8A9A8E;
      border-radius: 10px;
      box-shadow: 1px 3px 6px;
      transition: .1s;
      display: block;
      margin: 0 auto;
      margin-top: 5%;
    }

    .group-link a{
      color: #ffffff;
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 1em;
      padding-top: 17px;
      height: 58px;/*リンクの範囲拡大のため*/
    }

  /*まるライン*/
    .circle-line2{
      width: 100%;
      margin-top: 500px;
    }

  /*Ponte*/
    .group-ponte{
      width: 95%;
      display: block;
      margin: 0 auto;
      margin-top: 20%;
    }

    .group-ponte h1{
      border-bottom: dashed;
      padding-bottom: 2%;
      margin-bottom: 2%;
      font-weight: normal;
      font-size: 1em;
      text-align: center;
    }

    .group-ponte p{
      line-height: 30px;
      text-align: justify;
    }

    .ponte-link{
      width: 350px;
      height: 58px;
      background-color: #8A9A8E;
      border-radius: 10px;
      box-shadow: 1px 3px 6px;
      transition: .1s;
      text-align: center;
      margin: 0 auto;
      margin-top: 5%;
    }

    .ponte-link a{
      color: #ffffff;
      display: inline-block;
      text-align: left;
      text-decoration: none;
      font-size: 1em;
      padding-top: 12px;
      height: 58px;/*リンクの範囲拡大のため*/
    }


/*page-activity.php*/
    #activity section{
      height: 350px;
      background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材2.png);
      background-size: 100% 80%;
      background-repeat: no-repeat;
      background-position-y: bottom;
      padding-top: 110px;
      text-align: center;
    }

    .explanation{
      display: flex;
      justify-content: space-around;
    }

    .explanation h2{
      color: #EFBC9B;
      font-weight: normal;
    }

    .explanation img{
      width: 50%;
      margin-top: -3%;
    }

    #activity section p{
      width: 95%;
      display: inline-block;
      text-align: left;
      line-height: 20px;
      padding-top: 3%;
    }

  /*twitter*/
    .twitter {
      margin-top: 20%;
      text-align: center;
    }

    .twitter img{
      width: 90%;
    }
  
  /*twitter-under*/
    .twitter-under{
      text-align: center;
      margin-top: 15%;
    }

    .twitter-under p{
      width: 95%;
      display: inline-block;
      text-align: left;
      line-height: 20px;
      margin-bottom: 10%;
    }
   
    #activity .seal-design{
      margin-top: 5%;
      margin-bottom: 10%;
    }


  /*親だって泣きたい*/
    .parent-background img{
      width: 45%;
      display: block;
      position: absolute;
      right: 5%;
      opacity: 0.3;
    }

    .parent-background{
      text-align: center;
      background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材3.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding-top: 5%;
      padding-bottom: 20%;
      margin-top: 10%;
    }

    .parent{
      position: relative;
      padding-top: 20%;
      width: 95%;
      display: inline-block;
      text-align: left;
    }

    .parent h3{
      font-weight: normal;
      color: #ffffff;
      padding-bottom: 3%;
    }

    .parent p{
      color: #ffffff;
    }

  /*まるライン*/
    #activity .circle-line2{
      margin-top: 20%;
      margin-bottom: 20%;
    }

  /*街中で赤ちゃんが～*/
    .activity-area{
      background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材2.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position-y: bottom;
    }

    .activity-get{
      text-align: center;
    }

    .activity-get p{
      width: 95%;
      display: inline-block;
      text-align: left;
    }

    #activity .to-give{
      width: 50%;
      margin-bottom: 5%;
    }

    #activity .to-receive{
      width: 30%;
      margin-top: 2%;
    }

    #activity .get-seal{
      margin-top: 5%;
    }

/*page-get.php*/
  /*全国発送にご対応します～*/
  #get section {
    background-color: #ffffff;
    border-radius: 50px;
    padding-top: 15%;
    padding-bottom: 15%;
    display: inline-block;
    margin-top: 20%;
    text-align: center;
    width: 100%;
  }

  .how-to-get h2{
    font-weight: normal;
    color: #EFBC9B;
    margin-bottom: 3%;
  }

  .how-to-get{
    display: inline-block;
    text-align: left;
    width: 95%;
    line-height: 25px;
  }

  /*ご注文の流れ*/
  .flow{
    position: relative;
    margin-top: 30%;
  }

  .hand{
    width: 40%;
  }

  .flow-text{
    background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材3.png);
    background-size: 100% 100%;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 110px;
    text-align: center;
  }

  .flow-text h3{
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 3%;
  }

  .flow-text li{
    display: block;
    margin: 0 auto;
    color: #ffffff;
    line-height: 30px;
  }

  .text-center{
    display: inline-block;
    text-align: left;
    margin-top: 25%;
    width: 95%;
  }

  /*寄付＆注文ボタン*/
  .order-button, .order-button2{
    width: 230px;
    height: 58px;
    border-radius: 10px;
    box-shadow: 1px 3px 6px;
    transition: .1s;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
  }

  .order-button{
    background-color: #EFBC9B;
    margin-top: 400px;
  }

  .order-button2{
    margin-top: 10%;
    margin-bottom: 10%;
    background-color: #8A9A8E;
  }

  .order-button:hover, .order-button2:hover{
    box-shadow: 0px 0px 0px;
  }

  .order-button a, .order-button2 a{
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    padding-top: 15px;
    height: 58px;/*リンクの範囲拡大のため*/
  }

  /*注意事項＆個人情報取り扱いについて*/
  .information{
    text-align: center;
  }

  .information h3{
    font-weight: normal;
    margin-top: 5%;
    margin-bottom: 1%;
  }

  .information-text{
    display: inline-block;
    text-align: left;
    width: 95%;
    font-size: 0.9em;
  }

  /*シールラインナップ*/
  #get .seal-design{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 50%;
    margin-bottom: 50%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-top: dashed 3px #8A9A8E;
    border-bottom: dashed 3px #8A9A8E;
  }

  #get .nomal img, #get .fukuoka img{
    width: 80%;
    margin: 0 auto;
  }

  #get .nomal{
    margin-bottom: 10%;
  }

  #get .seal-design p{
    text-align: center;
    margin-top: 3%;
  }


/*page-solicitation.php*/
  #solicitation article{
    width: 95%;
    display: block;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    height: 350px;
    background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材2.png);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }

  #solicitation article p{
    width: 95%;
    display: inline-block;
    text-align: left;
  }

  /*リンクボタン*/
    .type-a{
      width: 220px;
      height: 55px;
      background-color: #EFBC9B;
      border-radius: 10px;
      box-shadow: 1px 3px 6px;
      transition: .1s;
      display: block;
      margin: 0 auto;
      margin-top: 5%;
    }

    .type-b{
      width: 220px;
      height: 55px;
      background-color: #8A9A8E;
      border-radius: 10px;
      box-shadow: 1px 3px 6px;
      transition: .1s;
      display: block;
      margin: 0 auto;
      margin-top: 5%;
    }

    .type-a :hover, .type-b:hover{
      box-shadow: 0px 0px 0px;
    }


    .type-a a, .type-b a{
      color: #ffffff;
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 1.2em;
      padding-top: 16px;
      height: 58px;/*リンクの範囲拡大のため*/
    }

  /*パートナー団体部分*/
    .type-partner{
      display: block;
      margin: 0 auto;
      width: 95%;
      margin-top: 20%;
    }

    .type-partner h2{
      font-weight: normal;
      font-size: 1.3em;
      margin-bottom: 5%;
      padding-bottom: 2%;
      border-bottom: dashed 3px #8A9A8E;
      text-align: center;
    }

    .type-partner p{
      line-height: 30px;
      display: inline-block;
      text-align: left;
      margin-bottom: 5%;
    }

    .type-partner a{
      width: 330px;
      height: 55px;
      background-color: #8A9A8E;
      border-radius: 10px;
      box-shadow: 1px 3px 6px #8A9A8E;
      transition: .1s;
      display: block;
      margin: 0 auto;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      font-size: 1.2em;
      padding-top: 16px;
    }

    .type-partner a:hover{
      box-shadow: 0px 0px 0px;
    }

  /*協賛企業様募集部分*/
    .type-sponsorship {
      display: block;
      margin: 0 auto;
      width: 95%;
      margin-top: 20%;
      text-align: center;
    }

    .type-sponsorship h2{
      font-weight: normal;
      font-size: 1.3em;
      margin-bottom: 5%;
      padding-bottom: 2%;
      border-bottom: dashed 3px #8A9A8E;
      text-align: center;
    }

    .sponsorship-text1{
      line-height: 40px;
      display: inline-block;
      text-align: left;
      margin-bottom: 5%;
    }

    .seal-back{
      width: 350px;
      background-color: #ffffff;
    }

    .sponsorship-text2{
      line-height: 40px;
      display: inline-block;
      text-align: left;
      margin-top: 5%;
      margin-bottom: 5%;
    }

    .sponsorship-text2 a{
      font-weight: bold;
      color: #8A9A8E;
    }

    #solicitation .thanks{
      margin-top: 30%;
    }

  /*Q&A*/
    .qanda{
      background-color: #ffffff;
      border-radius: 50px;
      margin: 0 auto;
      padding-top: 15%;
      padding-bottom: 15%;
      padding-left: 3%;
      padding-right: 3%;
      margin-top: 40%;
      width: 95%;
    }

    .qanda h1{
      font-weight: normal;
      color: #EFBC9B;
      text-align: left;
      margin-bottom: 10%;
    }

    .qanda h3{
      font-weight: normal;
      color: #EFBC9B;
      display: inline-block;
      text-align: left;
      padding-bottom: 3%;
      font-size: 1em;
    }

    .qanda p{
      display: inline-block;
      text-align: left;
      padding-bottom: 10%;
    }

    .qanda a{
      color: #8A9A8E;
      display: block;
      margin-top: -5%;
    }
    
/*archive-support.php*/
  .support-thanks{
    height: 250px;
    background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/フレーム素材3.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
  }

  .support-thanks h2{
    padding-top: 120px;
    color: #ffffff;
    font-weight: normal;
    border-bottom: dashed 3px #ffffff;
    display: inline-block;
  }

  .archive section{
    background-color: #ffffff;
    border-radius: 50px;
    padding-top: 25%;
    padding-bottom: 15%;
    display: block;
    margin: 0 auto;
    margin-top: -20%;
  }

  .thanks-comment{
    width: 95%;
    display: block;
    margin: 0 auto;
  }

  .archive section h1{
    font-weight: normal;
    font-size: 1.5em;
    color: #EFBC9B;
    text-align: center;
    margin-bottom: 3%;
  }

  .archive section p{
    text-align: center;
    line-height: 30px;
    font-size: 1em;
    margin-bottom: 5%;
  }

  .line{
    width: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 10%;
  }

  /*ページナビ*/
    .wp-pagenavi{
      width: 200px;
      display: flex;
      justify-content: space-around;
      margin: 0 auto;
      margin-top: 10%;
      margin-bottom: 10%;
      clear: both;
    }

    /*最初の数字と続いていく数字*/
    .current, .archive .page{
      background-color: #EFBC9B;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      line-height: 50px;
      color: #ffffff;
      font-size: 2em;
      text-decoration: none;
      padding-left: 13px;
    }

    /*>>と<<の部分*/
    .nextpostslink, .previouspostslink{
      background-color: #EFBC9B;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      line-height: 40px;
      padding-left: 12px;
      font-size: 4em;
      color: #ffffff;
      text-decoration: none;
    }
  
    .pages{
      display: none;
    }

  .archive-text{
    text-align: center;
    line-height: 30px;
    font-size: 1.2em;
    margin-top: 30%;
  }

/*page-sitemap.php*/
  .page-id-22 h2{
    padding-top: 100px;
    font-size: 2rem;
    text-align: center;
  }

  .sitepages ul{
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    list-style: none;
  }

  .sitepages li{
    margin-top: 3%;
  }

  .sitepages a{
    font-size: 2rem;
    text-decoration: none;
    color: #8A9A8E;
  }

/*page-privacy-policy*/
  .privacy-policy h1{
    padding-top: 100px;
    font-size: 2rem;
    text-align: center;
  }

  .privacy-policy h2{
    font-weight: normal;
    margin-top: 10%;
    margin-bottom: 3%;
  }

  .privacy-policy h3{
    font-weight: normal;
  }

  .privacy-policy article{
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }



/*スマホ*/
@media(max-width:450px){
  /*ローディングアニメーション*/
    #splash{
      background-size: cover;
    }

    #splash_logo{
      width: 350px;
    }

    #splash_logo p{
      font-size: 2em;
    }

  /*背景画像の設定*/
  .pc-background{
    width: 450px;
  }

  
  /*PCの左右*/
  /*左だけ非表示*/
  .pc-left{
    display: none;
  }

  .left-right{
    height: auto;
    position: static;
  }

  /*真ん中の要素*/
  .pc-center{
    width: 100%;/*393px以下の大きさの時に伸縮するように*/
  }

  .center-header{
    width: 100%;
  }

  /*menuボタンの位置*/
  .hm{
    display: inline-block;
    position: fixed;
    z-index: 999;
  }  


  /*ハンバーガーメニュー*/
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/

  .menu-btn{
    position: fixed;
    right: 2%;
    margin-top: 2%;
    z-index: 2;
    width: 20%;
    height: 41px;
    display: inline-block;
    font-weight: bold;
  }

  .menu-btn:hover{
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }

  .menu-btn:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  }

    /*MENUをCLOSEに*/
    .menu-btn ::after {
      content:"Menu";
      position: absolute;
      color: #f09cb4;
      font-size: 1.2rem;
      left: 1px;
      top: 15px;
      text-transform: uppercase;
    }

    .menu-btn.active ::after {
      content:"Close";
      color: #8A9A8E;
      border-bottom: solid 2px#8A9A8E;
    }
    /*MENUをCLOSEに、ここまで*/ 

  /*----------------------------
   * メニュー本体
   *----------------------------*/
    .nav{
      position: fixed;
      top: 0;
      z-index: 1;
      width: 90%;
      height: 550px;
      display: flex;
      flex-direction: column;
      background: url(http://mahoufukuoka.cloudfree.jp/wp-content/uploads/2025/03/ハンバーガー素材.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding-top: 20%;
      margin-top: 100px;
      margin-left: 5%;
    }


    .menu__item{
      width: 100%;
      height: auto;
      padding: .5em 1em;
      box-sizing: border-box;
    }

    .menu li{
      text-align: center;
      padding-bottom: 25px;
    }

    .menu-item a{
      color: #ffffff;
      text-shadow: 0px 3px 10px #8A9A8E;
    }

    /*snsの部分*/
    .nav-snsbtn{
      margin-top: 2%;
    }

    .nav-snsbtn .flowbtn4{
      font-size: 30px;
    }

    .nav-snsbtn .fa-facebook-f, .nav-snsbtn .fa-instagram{
      margin-top: 0px;
    }


  /*----------------------------
  * アニメーション部分
  *----------------------------*/

  /* アニメーション前のメニューの状態 */
  .nav{
    /*transform: translateX(150%);横から出る場合*/
    opacity: 0;
    transition: all .5s linear;
    visibility:hidden;/*opacityではリンクが押せるので非表示にする*/
  }
  /* アニメーション後のメニューの状態 */
  .nav.is-active{
    /*transform: translateX(10%);横から出る場合*/
    opacity: 1;
    visibility:visible;
  }

/* Footer */
  /*Mail*/
  .attention{
    width: 95%;
  }

  /*SNSとウィジェットの横並び*/
  .footer-flex{
    width: 100%;
  }






}

