@charset "UTF-8";

body{
    background-image:url(../images/haikei.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100vh;
}
html{
    scroll-behavior: smooth;
}
/* トップへ戻るボタン */
.page_top_btn {
    position: absolute;
    bottom:90%;
    right:1%;
    width: 40px;
  }
.container {
    max-width: 750px;
    margin: 0 auto;
}
.ds_f{
    display: flex;
}
.jc_sb{
    justify-content: space-between;
}
.fv{
    background-color: #fff;
    position: relative;
}
.konpon{
    position: absolute;
    top: 38%;
    left: 7%;
    width: 30%;
}
.sale{
    position: relative;
}
.price{
    position: absolute;
    top: 43%;
    left: 43%;
    width: 46%;
}
.free{
    position: absolute;
    top: 72%;
    left: 60%;
    width: 32%;
    border-radius: 120px;
}
.price2{
    position: absolute;
    top: 37%;
    left: 43%;
    width: 46%;
}
.free2{
    position: absolute;
    top: 69%;
    left: 60%;
    width: 32%;
    border-radius: 120px;
}
.reason_bg{
    padding: 6%;
    background:url(../images/kaizen_bg.png);
    border-radius: 30px;
    margin-bottom: 4%;
    box-shadow: 0px 0px 10px 1px;
    position: relative;
}
.sakura1{
    position: absolute;
    width: 50%;
    top: 3%;
    left: 49%;
}
.sakura2{
    position: absolute;
    width: 50%;
    top: 7%;
    left: 49%;
}
.sakura3{
    position: absolute;
    width: 50%;
    top: 5%;
    left: 49%;
}
.sakura4{
    position: absolute;
    width: 50%;
    top: 2%;
    left: 49%;
}
.reason{
    border:solid 2px;
    border-color: #ff2d72;
    margin: 12% 0;
}
.reason_icon{
    width: 15%;
    position: absolute;
}
.r_w{
    background: #ffdfe5;;
    position: relative;
}
.r_bg{
    color: #ff2d72;
    text-align: center;
    padding: 7% 0 3%;
    font-family: serif;
}
.gold_bg{
    position: relative;
    background: #f9f2df;
    margin: 10% 3% 3%;
    border-radius: 30px;
    padding: 6% 3%;
}
header{
    position:fixed;
    background:#fae6be;
    top: 0px;
    max-width: 750px;
    z-index: 1000;
}
main{
    margin-top: 14%;
}
h4{
    font-size: 2rem;
    color:#ff6983;
}
p{
    line-height: 1.5;
}
.interview{
    padding:6%;
}
.question{
    color: #ff2d72;
    font-weight: bold;
    font-size: 1.2rem;
}
.answer{
    color: #053b73;
    margin-bottom: 4%;
    font-size: 1rem;
}
.catch{
    text-align: center;
    font-weight: bold;
    font-size: 2rem; text-decoration:underline;
    text-decoration-color:#fabd00;
    padding: 2% 0 4%;
}
.mutter{
    aspect-ratio: 1;
}
.mutter iframe {
    width: 100%;
    height: 233%;
    margin-top:-62%;
    overflow:hidden;
    pointer-events: none;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.gold_title{
    position:absolute;
    top:-15%;
    left:23%;
    width:50%;
}
.map {
    width: 100%;
    aspect-ratio: 7 / 8;
}
.map iframe {
    width: 100%;
    height: 100%;
}

.recommend li{
    font-size: 1.5rem;
    color:#FF2D72;
    line-height: 2;
}
.n_recommend li{
    font-size: 1.5rem;
    color:#78481D;
    line-height: 2;
}
.ad_btn {
    margin: 0 auto;
  }
  .ad_btn img {
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
    box-shadow: 0 0 10px grey;
    border-radius: 18px;
  }

.toggle_title {
    background-color: #ff6983;
    position: relative;
    padding: 3% 9% 3% 3%;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.4;
    font-size: 16px;
    border: solid 1px;
    border-color: #fff;
    color: #fff;
}
.toggle_btn {
    position: absolute;
    top: 50%;
    right: 2.8%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toggle_btn:before {
    width: 2px;
    height: 10px;
}
.toggle_title.selected .toggle_btn:before {
    content: normal;
}
.toggle_contents dd {
    display: none;
    line-height: 2;
    padding: 3% 4% 3% 4%;
    font-size: 0.9em;
    margin: 0;
    background: #fff;
}
.toggle_title:before {
    content: '';
    display: inline-block;
    width: 2.1em;
    height: 2.2em;
    background-image: url(../images/q.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 0.5em;
}

  @keyframes anime1 {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }

.kouka{
    display: inline-block;
    overflow: hidden;
}

.kouka:hover {
    text-decoration: none;
    color: #fff;
}

.kouka::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.board input{
    width: 96%;
    padding: 2%;
    border:solid 1px #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.board textarea{
    width: 96%;
    padding: 2%;
    border:solid 1px #ccc;
    border-radius: 5px;
    margin-top: 10px;
}
    .copy{
        color: #ABAAA9;
        text-align: center;
        padding-bottom: 2%;
        font-size: 0.9em;
    }

    @media (max-width: 750px) {
        .catch{
            font-size: 25px;
        }
        .phone {
            font-size: 6vw;
        }

        .title,td,th,label,.toggle_title,.toggle_contents dd,.copy {
            font-size: 2.8vw;
        }

        .hoka a{
            font-size: 2.8vw;
        }

        .text_box{
            font-size: 4vw;
        }
        .tenmincyou, .middle {
            font-size: 7vw;
        }
        .kigen,.cdt_txt{
            font-size: 4vw;
        }
        .cdt_num{
            font-size: 8vw;
        }
        .title{
            background-size: 4vw auto;
        }
        .ad_btn img{
            border-radius: 9px;
        }
    }
    @media (max-width: 500px) {
        h4{
            font-size: 20px;
        }
        .gold_title{
            position:absolute;
            top:-5%;
            left:23%;
            width:50%
        }
        .recommend li{
            font-size: 1rem;
        }
        .n_recommend li {
            font-size: 1rem;
        }
        .mutter iframe {
            width: 100%;
            height: 233%;
            margin-top: -123%;
            overflow: hidden;
            pointer-events: none;
        }
    }