@charset "utf-8";

/* *{border: 1px solid red} */


.bg-1 {
    position: relative;
    margin-bottom: 200px;
}

.bg-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/wave111_1919x90.png)no-repeat center center/100% 90px;

    bottom: -90px;
    left: 0;
    position: absolute;
}

h2 {
    padding: 60px 0 100px;
    text-align: center;
}

h2 img {
    max-width: 100%;
    height: auto;
    background-position: cover;
}


.inner-1 {
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


h3 {
    display: inline-block;
    font-family: 'nikumaru', sans-serif;
    font-size: 36px;
    letter-spacing: 0.4rem;
    color: #ff8182;
    position: relative;
    margin: 0 auto;
}

h3::after {
    content: '';
    width: 83px;
    height: 85px;
    background: url(../images/title_83x85.png) no-repeat left bottom;
    left: 0;
    bottom: 10px;
    position: absolute;
    transform: translateX(-100%); 
}

.guide-flow .flow-step {
    position: relative;
    display: inline-block;
    max-width: 200px;
    margin: 20px 0;
}

.guide-flow h3 {
    margin: 0 0 80px;
}



.guide-flow img {
    width: 100%;
    height: auto;
}

.guide-flow .flex {
    justify-content: center;
    align-items: stretch;
    text-align: center;
    flex-wrap: wrap;
}


.guide-flow p {
    text-align: start;
    margin: 10px;
}

.flow-item {
    display: flex;
}



.flow-arrow img {
    width: 30px;
    height: auto;
    margin-top: 80px;

}



.guide-flow h4 {
    color: #ff8182;
    font-size: 24px;
    margin-top: 20px;
    display: inline-block;
}

.flow-step span {
    font-size: 14px;
    /* font-weight: bold; */

}

/* -------------------------------------------- */


.price-area h3 {
    margin: 150px 0 80px;
}

.price-area {
    padding-bottom: 150px;


}

.price-area .flex {
    justify-content: center;
    gap: 150px;
    margin-bottom: 30px;
}


.price-container dt {
    font-family: "nikumaru";
    font-size: 28px;
    margin-bottom: 10px;

}

.price-container dd span {
    display: block;
}

.price-container dd span:nth-of-type(2),
.price-container dd span:nth-of-type(4) {
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-size: 36px;
    line-height: 1;
}

.price-item1 {
    color: #ff8182
}

.price-item2 {
    color: #FFC800;
}


.price-item3 {
    color: #50d2d0
}

.price-area p{
    font-weight: bold;
    text-align: right;
}

/* ----------------------------------- */

.item-area h3 {
    margin: 0 0 80px;
}

.item-area .flex {
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 30px; */
}


.item-area dl span{
    font-size: 18px;
}


.item-area dt {
    color: #ff8182;
    font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    letter-spacing: 0.2em;
}



.item-area .item1 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/itiji_goods1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.item-area .item2 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/itiji_goods2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
     background-size: 80%;
}

.item-area .item3 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/itiji_goods3.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
     background-size: 80%;
}

.item-area .item4 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/itiji_goods4.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
     background-size: 80%;
}

.item-area .item5 {
    width: 200px;
    padding-bottom: 120px;
    background-image: url(../images/sub_images/itiji_goods5.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
     background-size: 80%;
}


.item-area{
    padding-bottom: 150px;
}



/* ----------------------------------- */

.caution-area h3{
    margin: 0 0 80px;
}



.caution-area li {
    width: 80%;
    height: auto;
    line-height: 1.5;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: bold;
    border-bottom: double 3px #50d2d0;
    list-style:circle;
    list-style-position: inside;
    padding: 20px 0;
  }

.caution-area text{
    margin: 0 auto;
}




@media screen and (max-width: 768px) {

    .bg-1::after {
        content: "";
        display: block;
        width: 100%;
        height: 90px;
        background: url(../images/wave111_1919x90.png)no-repeat right center;

        bottom: -90px;
        left: 0;
        position: absolute;
    }

    h2 {
        padding: 60px 0 0;
        text-align: center;
    }

    h2 img {
        max-width: 100%;
        height: 180px;
        object-fit: cover;
        /* padding-top: 60px; */
    }

    h3 {
        font-size: 24px;
    }

    .caution-area h3,
    .item-area h3 {
    margin: 0 0 40px;
}

.price-area h3{
    margin: 150px 0 40px;
}


     .guide-flow .flex {
        flex-direction: column;
        align-items: center;
    }



    .flow-item {
        flex-direction: column;
        align-items: center;
    }

    .flow-item:last-child h4{
        width: 120px;
    }

     .flow-step img{
        width: 60%;
    }

    .flow-step {
        font-size: 14px;
        font-weight: bold;
        align-items: center;

    }

    .flow-arrow {
        /* margin-top: 20px; */
        justify-content: center;
    }

    .flow-arrow {
    opacity: 1;
    /* 初期は動かさず */
    transition: opacity 0.3s ease;
  }

  /* ゆらゆら上下に動くアニメーション */
  @keyframes floatUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
  }

  /* アニメーションをつけるクラス */
  .flow-arrow.animate {
    animation: floatUpDown 3s ease-in-out infinite;
  }

    

    .flow-arrow img {
        transform: rotate(90deg);
        margin-top: 0;
    }

    


    .price-area {
        max-width: 100%;
        /* margin: 0 10px; */
    }

    .price-area .flex {
        flex-wrap: nowrap;
        gap: 30px;
    }

    .price-container dt {
        font-family: "nikumaru";
        font-size: 18px;
        margin-bottom: 10px;

    }

    .price-container dd span {
        display: block;
    }

    .price-container dd span:nth-of-type(2),
    .price-container dd span:nth-of-type(4) {
        font-family: 'corp', "M PLUS Rounded 1c", sans-serif;
        font-size: 24px;
        line-height: 1;
    }

    .price-area p{
       
    font-weight: bold;
    text-align: right;
}

    .item-area .flex{
        gap:30px;
    }

    .item-area .item1 {
        width: 200px;
        padding-bottom: 0;
        padding-left: 80px;
        background-image: url(../images/sub_images/itiji_goods1.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .item-area .item2 {
        width: 200px;
        padding-bottom: 0;
        padding-left: 80px;
        background-image: url(../images/sub_images/itiji_goods2.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .item-area .item3 {
        width: 200px;
        padding-bottom: 0;
        padding-left: 80px;
        background-image: url(../images/sub_images/itiji_goods3.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .item-area dt {
        height: 70px;
    }

    .item-area .item4 {
        width: 230px;
        padding-bottom: 0;
        padding-left: 100px;
        background-image: url(../images/sub_images/itiji_goods4.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .item-area .item5 {
        width: 220px;
        padding-bottom: 0;
        padding-left: 100px;
        background-image: url(../images/sub_images/itiji_goods5.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .item-area dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-area p {
        border: dashed 2px #FFC800;
        border-radius: 30px;
        font-size: 16px;
        padding: 5px;
    }

    .item-area p span {
        display: block;
    }




}