body{
  background: #FFFEF0;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.04em;
}
.wrapper{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.h-flex{
      display: flex;
        justify-content: space-between;
        align-items: center;
}
.mail{
    font-family: "Zen Maru Gothic", sans-serif;
      color: #FFFCEC;
      background: #F26E50;
      font-weight: bold;
      font-size: 18px;
      display: inline-flex;
      padding: 13px 17px;
      border-radius: 999px;
}
.mail img{
      margin-right: 5px;
}
.mail:hover{
  opacity: 0.8;
  transition: 0.3s;
}
header{
      padding: 22px 0;
}
.main-im{
      display: block;
        margin: 0 auto;
          max-width: 100%;
}
.main{
  position: relative;
}
.float{
      position: absolute;
        top: 50px;
        left: 30px;
}
.float2{
      position: absolute;
        bottom: 0;
        left: 120px;
}
.float3{
      position: absolute;
        right: 130px;
        top: 45%;
}
.float4{
      position: absolute;
        bottom: 20px;
        right: 22%;
}


    .anime {
      animation: upDown 4s ease-in-out infinite;
    }
  
    @keyframes upDown {
      0% {
        transform: translateY(0);
      }
  
      50% {
        transform: translateY(-20px);
      }
  
      100% {
        transform: translateY(0);
      }
    }
    .anime2 {
      animation: upDown 5s ease-in-out infinite;
    }
  
    @keyframes upDown {
      0% {
        transform: translateY(0);
      }
  
      50% {
        transform: translateY(-20px);
      }
  
      100% {
        transform: translateY(0);
      }
    }

  .scroll{
        position: absolute;
          bottom: 20px;
  }

  .p1{
    color: #AC5B66;
    font-size: 28px;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;
        letter-spacing: 0.04em;
  }
  .p2{
    color: #7C3E47;
      font-size: 17px;
      font-weight: 600;
      line-height: 38px;
      margin-top: 42px;
  letter-spacing: 0.06em;
  }
  .img2{
        max-width: 580px;
            margin-left: 50px;
              margin-top: 20px;
  }
  .sec-f{
    display: flex;
        justify-content: center;
  }
  .section{
    margin-top: 240px;
  }
  .m-star{
        margin-top: 30px;
  }

  .section2{
    background-image: url(/img/blue.svg);
    background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
        min-height: 1090px;
          margin-top: 120px;
  }

  .p3{
    text-align: center;
    color: #FFFDF0;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-family: "Zen Maru Gothic", sans-serif;
        padding-top: 124px;
          margin-bottom: 30px;
  }
  .blue-img{
        width: 100%;
  }

  .p4{
    padding-top: 24px;
  }

  .p5{
    color: #AC5B66;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 77px;
  }
  .section3{
        margin-top: 133px;
  }

  button{
        color: #80676B;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 0.04em;
          padding: 3px 20px;
          border: 2px solid #988185;
          border-radius: 999px;
          background: none;
          margin-right: 10px;
        }
    .buttons{
          text-align: center;
            margin-bottom: 75px;
    }

        button:hover{
          background: #FFF274;
          border: 2px solid #FFF274;
          cursor: pointer;
          transition: 0.1s;
        }

     .buttons button.active {
       background: #FFF274;
        border: 2px solid #FFF274;
     }
     .cards a{
      max-width: 375px;
        width: 100%;
        display: inline-block;
     }
     .post-im{
      width: 100%;
     }

    .item{
      position: relative;
    }
    .item p{
      position: absolute;
      top:10px ;
      left: 7px;
      color: #80676B;
            font-weight: 600;
        letter-spacing: 0.04em;
        padding: 7px 13px;
        background: rgba(255, 255, 255, 0.5);
        /* opacity: 0.5; */
        border-radius: 999px;
    }
    .content{
          color: #80676B;
                font-weight: 600;
            font-size: 18px;
            letter-spacing: 0.04em;
            line-height: 30px;
            margin-top: 5px;
    }
  .map-p{
        color: #0078CA;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: 0.04em;
          display: inline-flex;
          align-items: center;
          margin-top: 10px;
  }
  /* .cards{
        display: flex;
          flex-wrap: wrap;
              gap: 35px;
  } */
     .cards {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       /* 3列固定 */
       gap: 50px 20px;
       /* 行間30px・列間20px */
     }

     .card:hover {
        transform: scale(1.03);
        transition: transform 0.3s;
     }
            .hidden {
              display: none !important;
            }
    
          .f-img{

                  text-align: center;
                  display: block;
                  margin: 0 auto;
                margin-top: 135px;
          }
  footer{
        background: #80676B;
          color: #FFFFFF;
          font-size: 14px;
          font-weight: 600;
          text-align: center;
              padding: 30px 0;
  }
  .f-img2{
        display: block;
          margin: 0 auto;
          margin-bottom: -9px;
          margin-top: 90px;
  }

  .pc-on{
    display: block;
  }
  .sp-on{
    display: none;
  }

.modoru{
      color: #80676B;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.04em;
        display: inline-flex;
        align-items: center;
        font-family: "Zen Maru Gothic", sans-serif;
            margin-bottom: 50px;
            cursor: pointer;
}
.modoru:hover{
  opacity: 0.8;
  transition: 0.3s;
}
.modoru img{
      margin-right: 3px;
}

.main{
      margin-top: 50px;
}
.post-img-c{
      width: 100%;

}
.cate-icond{
      position: relative;
}
.cate-icon{
    position: absolute;
      top: 26px;
      left: 16px;
      color: #80676B;
      font-weight: 600;
      background: rgba(255, 255, 255, 0.5);
      padding: 10px 15px;
      border-radius: 999px;
    }

    .title1{
          color: #80676B;
            font-weight: 600;
            font-size: 26px;
            margin-top: 15px;
            letter-spacing: 0.04em;
            margin-bottom: 100px;
            line-height: 33px;
    }

    .title2img{
          display: block;
              margin-right: 20px;
          }
    .p10{
          color: #80676B;
                font-weight: 500;
            font-size: 18px;
              line-height: 33px;
            margin-top: 13px;
              display: flex;
    }
    .p11{
          color: #80676B;
            font-weight: bold;
            font-size: 18px;
            background: #FFF16E;
            padding: 10px 20px;
            border-radius: 999px;
          }
    .title2{
          display: flex;
            align-items: flex-start;
            margin-bottom: 80px;
    }
    .p12{
      color: #80676B;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.04em;
        display: inline-flex;
        align-items: center;
            margin-top: 10px;
    }

    .access-img{
          margin-right: 5px;
    }

    .title3{
          display: flex;
            align-items: flex-start;
            /* max-width: 544px; */
            width: 100%;
    }
    .title-flex2{
          display: flex;
              margin-bottom: 80px;
    }

    .line2{
          width: 100%;
    }
    .mr{
      margin-right: 50px;
    }

.p13{
      color: #FFFEF0;
      font-weight: 600;
      font-size: 18px;
      background: #0078CA;
}


.img20{
  display: flex;
      justify-content: center;
}
.img20 img{
      width: 544px;
}
.img20-f{
  margin-right: 30px;
}

.access-div {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.p30{
  line-height: 1.5;
      margin-top: -3px;
}

.d-40{
  width: 100%;
}

.p50{
  display: block !important;
}

.linkj{
  text-decoration: underline;
    color: #0085ff;
        margin-top: 20px;
          display: inline-block;
}

.linkj:hover{
  opacity: 0.8;
  transition: 0.3s;
}

    @media screen and (max-width: 814px) {
.sec-f {
    display: block;
      
    }
    .pc-on{
      display: none !important;
    }
    .sp-on{
      display: block !important;
    }
    .sp-img2{
          width: 100%;
            margin-top: 30px;
    }
    .p2 {
      font-size: 15px;
    }
        .p1 {
          color: #AC5B66;
          font-size: 20px;
          text-align: center;
        }
    .p3 {
      font-size: 20px;
    }
    .section2 {
      background-image: url(/img/sp-blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 1040px;
      margin-top: 60px;
    }
    .blue-img.sp-on{
          width: 99%;
    }
        .p4 {
          padding-top: 34px;
        }
        .section3 {
          margin-top: 83px;
        }
        .p5 {
          font-size: 33px;
          margin-bottom: 47px;
        }
        button {
          color: #80676B;
          font-size: 15px;
          margin-bottom: 20px;
        }
        .f-img {
          margin-top: 65px;
        }
            .f-img2 {
              margin-top: 30px;
              width: 110px;
              margin-bottom: -6px;
            }
            .cards {
              display: block;
            }
      .sp-flex{
        display: flex;
      }
      .post-im.sp-on{
        width: 140px;
          margin-right: 10px;
      }
            .content {
              font-size: 16px;
              line-height: 24px;
            }
            .cate{
                  color: #80676B;
                    font-weight: 600;
                    font-size: 12px;
                    background: #fff;
                    border-radius: 999px;
                    padding: 10px;
                    display: inline;
                    text-align: center;
            }
            .map-p {
              font-size: 12px;
                  margin-top: 0px;
            }
            .map-img{
              width: 15px;
            }
      .sp-flex2{
        display: flex;
      }
            .content{
              margin-top: 0;
            }
            .card{
                  margin-bottom: 20px;
            }
            .buttons {
              margin-bottom: 45px;
            }
            .mail {
              font-size: 15px;
              padding: 9px 17px;
            }
      .mail img {
        width: 18px;
      }
      .logo{
        width: 130px;
      }
        header {
          padding: 14px 0;
        }
      .main-im.sp-on{
        margin-top: 70px;
      }
    .float {
      position: absolute;
      top: -30px;
      left: 10px;
      width: 45px;
    }
    .float3 {
      position: absolute;
      right: 40px;
      top: 18%;
      width: 36px;
    }
        .float2 {
          position: absolute;
          bottom: 100px;
          left: 20px;
          width: 38px;
        }
     .float4 {
      display: none;
  }
    .scroll {
      position: absolute;
      bottom: -60px;
      width: 23px;
    }
    .section {
      margin-top: 150px;
    }
.img20 {
  display: block;
}
.img20 img {
  width: 100%;
}
.img20-f {
  margin-right: 0px;
  margin-bottom: 25px;
}
footer{
  padding: 23px 0;
}
.modoru {
  color: #80676B;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 35px;
}

    .main {
      margin-top: 40px;
    }
.cate-icon {
  position: absolute;
  top: 11px;
  left: 9px;
  font-size: 14px;
}
.title1 {
  font-size: 20px;
  margin-bottom: 75px;
}
.title2-flex{
  display: flex;
}
.p11 {
  font-size: 16px;
  padding: 6px 23px;
  width: 100%;
}
.title2img {
  display: block;
  margin-right: 10px;
  width: 27px;
}
.p10 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
        
}
.title2-sp{
  margin-bottom: 75px;
}
.p12 {
  color: #80676B;
  font-size: 16px;
      /* line-height: 1.8; */
        /* align-items: self-start; */
    /* margin-top: 20px; */
        line-height: 1.8;
        margin-top: 0;
}

.access-img{
      margin-top: 3px;
}
.p20{
  margin-top: 10px;
}
.title3-sp{
  margin-bottom: 45px;
}
    }
