*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}



p{
    font-family: "Noto Sans JP", sans-serif;
}

a{
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    color: #007bff;
    background-color: transparent;
    list-style: none;
    padding: 0; 
    margin: 0; 
}

ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

.body {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden; 
    padding: 0 10px; 
}

.img, .campaign_contents, .worries img,.worries2 img, .reason_img, .features_img {
    width: 100%;
    max-width: 100%; 
    height: auto; 
}

.information_detail, .QA_contents, .qacontents_list, .campaign, .textbox, .reason_content, .kv, .hacomono_tool {
    width: 100%;
    max-width: 100%;
}

.sp-br {
    display: none; /* デフォルトでは非表示 */
  }

  @media screen and (max-width: 768px) { /* スマートフォン向けのメディアクエリ */
    .sp-br {
      display: inline; /* スマートフォンでは表示 */
    }
  }

.kv{
    background-image: url(../img/fv.png); 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
    overflow: hidden; 
    max-width: 430px;
    height: 690px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.fade {
    opacity: 0;
    transition: all 1s;
}
/* フェードイン用のクラス */
.fadeIn {
    opacity: 1;
}

.kv_contents{
    margin-top: 84px;
}

.kv_contents .date{
    font-size: 29px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 31px;
    color: #302F2F;
}

.kv_contents .newopen{
    font-size: 29px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    color: #96b45a;
}

.kv_contents .heading{
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    color: #302F2F;
    line-height: 46px;
    margin-top: 16px;
}

.kv_contents .heading span{
    font-size: 40px;
}

.kv_contents .access{
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    color: #302F2F;
    line-height: 43px;
}

.concept_contents{
    width: 80%;
    margin: 0 auto;
}

.cta{
    max-width: 330px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 295px; /* デフォルト（スマホ用） */
    padding-bottom: 18px;
}
/* PC 用のスタイル (画面幅が 768px 以上の場合) */
@media screen and (min-width: 768px) {
    .cta{
        margin-top: 311px;
    }
}

.line_cta {
    display: flex;
    align-items: center;
    color: white;
    background: #02B902;
    border: 2px solid white;
    border-radius: 50px;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.2s;
}
.line_cta:hover{
    opacity: 0.6 ; 
}

.flo_cta:hover{
    transform: scale(1.1, 1.1);
}

.line_cta .lineicon {
    width: 34px;
}

.cta span {
    font-size: 24px;
}

.arrow{
    width: 24px;
    margin-left: 12px;
}

.arrow.web{
    margin-left: 8px;
}

.reservation{
    padding: 5px 18px;
    margin-left: 11px;
}

.reservation.line{
    padding: 6px 16px;
}

.web_cta {
    display: flex;
    align-items: center;
    color: #96b45a;
    background: white;
    border: 2px solid #96b45a;
    border-radius: 50px;
    padding: 0 11px 0 27px;
    margin-top: 7px;
    margin-bottom: 24px;
    text-decoration: none;
    transition: all 0.2s;
}

.web_cta:hover {
    opacity: 0.6; 
}

.web_cta .webicon {
    width: 26px;
}

.textbox{
    font-family: "Zen Maru Gothic", serif;
    max-width: 430px;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    margin-top: 58px;
    margin-bottom: 64px;
}

.textbox .title{
    font-size: 22px;
    color: #ff7800;
    font-weight: 500;
    text-align: center;
}

.textbox .subheading{
    font-size: 22px;
    color: #302F2F;
    font-weight: 500;
    /* margin-top: 10px; */
    margin-bottom: 15px;
    text-align: center;
}

.textbox .subheading span{
    color: #ff7800;
}

.textbox .explanation{
    font-size: 16px;
    color: #302F2F;
    font-weight: 500;
}

.textbox .explanation span{
    color: #ff7800;
}

.campaign {
    background-color: #f3ffdb;
    max-width: 430px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.campaign_contents {
    text-align: center;
    /* padding-left: 33px; */
    margin-top: 30px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    display: block;
    padding: 40px 20px;
}

.speechbubble{
    background-image: url(../img/speech.png);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
    overflow: hidden; 
    max-width: 274px;
    height: 81px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    padding: 14px 0;
    padding-left: 8px;
    color: #0abab5;
    font-weight: bold;
    font-size: 18px;
}

.speechbubble span{
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.cta.second{
    margin-top: 6px;
}

.worries{
    text-align: center;
    padding-top: 0px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.worries2 {
    text-align: center;
    padding-top: 0px;
    width: 100%;
    max-width: 430px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: flex; /* Flexboxを使用 */
    flex-wrap: wrap; /* 必要に応じて折り返す */
    padding-top: 40px;
}

.worries2 img {
    width: 100%; /* 画像の幅を50%に設定 */
    max-width: 430px; /* 画像の最大幅を50%に設定 */
    height: auto;
    box-sizing: border-box; /* paddingを含めて幅を計算 */
}

/* PC画面での調整 */
@media screen and (min-width: 768px) {
    .worries2 img {
        width: 100%; /* PC画面では画像の幅を25%に設定 */
        max-width: 430px; /* PC画面では画像の最大幅を25%に設定 */
    }
}

/* スライダーここから */
body {
    background-color: #ffffff;
  }
.slider {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }
.slider-img img {
    height: auto;
    width: 100%;
  }
.slide-arrow {
    background-color: #333;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
.prev-arrow {
    border-bottom: 10px solid  #333;
    border-left: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid  #333;
    left: -25px;
  }
.next-arrow {
    border-bottom: 10px solid  #333;
    border-left: 10px solid #fff;
    border-right: 0;
    border-top: 10px solid  #333;
    right: -25px;
  }
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
/* スライダーここまで */
/* スライダーGPTここから */



/* スライダーGPTここまで */

.solution{
    font-size: 20px;
    margin: 0 auto;
    color: #302F2F;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 18px;
    margin-bottom: 72px;

}
.solution span {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to bottom, transparent 50%, #CFEBE8 50%); /* アンダーバー用の青い色 */
    background-size: 100% 115%; 
    background-repeat: no-repeat;
}

.reason_content{
    background-color: #FAF8F7;
    max-width: 430px;
    margin: 0 auto;
}

.reason_contents{
    background-color: #FAF8F7;
    max-width: 430px;
    margin: 0 auto;
}

.textbox.reason{
    margin-top: 0px;
    padding-top: 40px;
    /* padding-bottom: 12px; */
    padding-bottom: 0px;
    width: 83%;
}

.worries_head{
    margin-top: 36px;
    text-align: right;
    overflow: hidden;
    width: 100%;
}

.subheading.plus span{
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to bottom, transparent 50%, #fcf1df 50%); /* アンダーバー用の青い色 */
    background-size: 100% 115%; 
    background-repeat: no-repeat;
    color: #302F2F;
}

.reason_img{
    padding-top: 18px;
}
.reason_detail{
    font-size: 16px;
    margin: 0 auto;
    color: #302F2F;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    margin-bottom: 40px;
    padding-top: 8px;
    text-align: justify;
}

.map{
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 18px;
    transform: translateX(-5%); 
    margin-bottom: -14px;
    width: 110%;
}

.campaign.sec{
    margin-top:-65px;
}

.features_contents{
    margin: 0 auto;
    justify-content: center;
    color: #302F2F;
    border: 2px solid #0abab5;
    border-radius: 14px;
    width: 87%;
    padding: 12px 12px;
    margin-top: 68px;
    transform: translateX(-13%);
}

.features_title{
    font-size: 19px;
    text-align: left;
    padding: 0px 0px 12px 17px;
    border-bottom: 2px solid #0abab5;
    font-weight: 500;
}

.features_list{
    max-width: 430px;
    margin: 0 auto;
    overflow: hidden;
}

.features_detail{
    display: flex;
    padding: 9px 0px 2px 0px;
}

.features_title span{
    color: #0abab5;
}

.features_img{
    width: 152px;
    padding-top: 12px;
    margin-bottom: 8px;
}

.features_text{
    padding: 12px 15px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    line-height: 27px;
}

.features_contents.sec{
    margin-top: 38px;
    transform: translateX(13%);

}

.features_title.sec{
    text-align: right;
    padding-right: 17px;
}

.features_contents.thi{
    margin-top: 38px;
}

.textbox.plan{
    background-color: #fef5e8;
    max-width: 430px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 86px; */
}

/* .plan_text{
    text-align: left;
    padding-top: 32px;
} */

.place_plan_list{
    margin: 0 auto;
    width: 100%;
}

.supplementary_explanation{
    padding: 12px 15px 47px 0px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    line-height: 18px;
    font-size: 12px;
    color: #302F2F;
}

.campaign.sec.thi{
    margin-top:-100px;
}

.textbox.free{
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 86px;
    padding-top: 40px;
}

.free_trial_frow{
    padding: 12px 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 430px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    margin: 0 auto;
    padding-left: 18px;
    padding-top: 32px;
    position: relative;
}

.trial_img{
    width: 108px;
    display: flex;
    padding-right: 24px;
    position: relative;
}

.free_trial_frow::before{
    background: url(../img/stick.png) no-repeat center / contain;
    content: "";
    display: block;
    position: absolute;
    transform: translate(-100%, 100%);
    left: 19%;
    height: 14rem;
    width: 0.4rem;
    bottom: 0;
    top: -99px;
    z-index: 0;
}

.free_trial_frow.fin::before{
    display: none;
}

.trial_content{
    max-width: 262px;
}

.step_number{
    font-size: 14px;
    background-color: #ff7800;
    border-radius: 50px;
    width: 0px;
    padding: 1px 58px 3px 22px;
    color: white;
}

.trialflow_title{
    color: #302F2F;
    font-size: 20px;
    text-align: left;
    margin-top: 18px;
    line-height: 27px;
}

.trialflow_detail{
    color: #302F2F;
    text-align: left;
    margin-top: 12px;
    line-height: 21px;
}

.textbox.free .subheading.free{
    margin-bottom: 12px;
}

.point_stick {
    position: absolute;
    top: 63%;
    left: 18%;
    transform: translateX(-50%);
    margin-top: 10px;
    height: 151px;
}

.information_contents{
    max-width: 430px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}

.information_detail{
    background-color: white;
    border: 2px solid #ff7800;
    border-radius: 18px;
    font-size: 14px;
    padding: 14px 12px 14px 18px;
    color: #302F2F;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    line-height: 18px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    max-width: 79%;
    margin-bottom: 12px;
}

.textbox.plan.info{
    margin-bottom: 26px;
}

.store_name_content{
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 22px 0px 26px 0px;
    border-bottom: 1px solid #302F2F;
    align-items: flex-start;
}

.store_name_title{
    color: #fff;
    background-color: #f66f14;
    padding: 5px 8px;
    margin-right: 18px;
    width: 79px;
    border-radius: 3px;
}

.name{
    font-size: 18px;
    margin-right: 18px;
    text-align: left;
    line-height: 24px;
    max-width: 196px;
}

.name span {
    font-size: 12px;
    line-height: 12px !important;
}

.store_name_content.none{
    border-bottom: none;
}

.map.sec{
    margin-top: -18px;
    padding-bottom: 12px;
}

.textbox.qa{
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 86px;
}

.QA_contents{
    max-width: 430px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.qacontents_list{
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    padding: 0 12px;
}


.area01{
    background-color: #fff;
}

.inner {
    margin: 20px auto;
}

.qa_box {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(48, 47, 47, 0.3);
}
.qa_box .qa_q {
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    color: #302F2F;
}

.qa_box .qa_a {
    display: none; 
    padding: 8px 30px 25px 30px;
    box-sizing: border-box;
    background: #fff;
}

.toggle_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -15px;
}
.toggle_icon:before{
  position: absolute;
  content: "＋";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  color: #ff7800;
}

.qa_q.open .toggle_icon:before{
    position: absolute;
    content: "ー";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.q_txt{
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    max-width: 300px;
    text-align: left;
    font-size: 17px;
}

.q_txt::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #ff7800;
    font-size: 20px;
    font-weight: bold;
}

.a_txt {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    text-align: left;
    font-size: 17px;
}

.campaign.sec.fo {
    margin-top: -8px;
    margin-bottom: 120px; /* デフォルト値 (PC用)フォームなし仕様 */
  }
  
  /* スマートフォン向けのスタイル */
  @media (max-width: 767px) { /* 例: 767px以下をスマホとみなす　フォームなし仕様  */
    .campaign.sec.fo {
      margin-bottom: 87px;
    }
  }

.hacomono_tool{
    max-width: 430px;
    margin: 0 auto;
}

.textbox.plan.hacomono{
    background-color: white;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 86px;
}

.subheading.rese{
    margin-bottom: 0px;
}

@media screen and (max-width: 750px) { 
    .inner{
        width: auto;
    }
    
    .toggle_icon {
        right: 0.8rem;
    }
    
    .toggle_icon:before {
        width: 15px;
    }
    .toggle_icon:after {
        height: 15px;
        right: 7px;
    }
}

@media screen and (max-width: 480px) { 
    .toggle_icon {
        right: 0.4rem;
    }
}

@media screen and (max-width: 410px) { 
    .textbox .subheading {
        font-size: 18px;
    }
}

@media screen and (max-width: 337px) { 
    .textbox .subheading {
        font-size: 16px;
    }
}

@media screen and (max-width: 392px) { 
    .free_trial_frow::before {
        background: url(../img/stick.png) no-repeat center / contain;
        content: "";
        display: block;
        position: absolute;
        transform: translate(-100%, 100%);
        left: 21%;
        height: 14rem;
        width: 0.4rem;
        bottom: 0;
        top: -78px;
        z-index: 0;
    }
}

.wrapper{
    max-width: 100%;
}

/*コンテンツ部分*/
.box{
    width:100%;
    height:12px;
}

.flo_cta {
    position: fixed;
    z-index: 9999;
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    bottom: -22px; /* 下からの距離を適宜調整 */
    height: auto; /* 高さを自動調整 */
    display: flex;
    justify-content: center; /* 中央に配置 */
    align-items: center; /* 縦方向に中央揃え */
}

.floating {
    max-width: 430px; /* 最大幅を設定 */
    width: 100%; /* 親要素の幅に応じて調整 */
    height: auto; /* アスペクト比を維持 */
}

  /* box-shadow:1px 1px 5px #aaa; */






/* ヘッダー関連のCSS */
header {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    width: 100%;
    max-width: 430px; 
    top: 0;
    z-index: 1000;
    left: 50%; 
    transform: translateX(-50%);
}

.navigation {
    display: none;
    position: fixed;
    background: #FAF8F7;
    top: 44px;
    width: 100%;
    z-index: 9999;
    max-width: 430px; 
    left: 50%; 
    transform: translateX(-50%);
}

.navigation__link {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(48, 47, 47, 0.3); 
}

.navigation__list-item:first-child {
    border-top: solid 1px white;
}

.navigation__list-item {
    text-align: center;
    list-style: none; 
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.header_content {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.header_content ul {
    display: none;
}

.header_content ul li {
    padding: 0 16px;
}

.header_content a {
    color: white;
}

.header_content a:hover {
    opacity: 0.5;
}

.logo {
    width: 100px;
    height: auto;
}

.hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    display: block;
}
.hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #96b45a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.hamburger-menu__bar:first-child {
    top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}
.hamburger-menu__bar:last-child {
    top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}

@media (max-width: 690px) {
    .confirm.html p {
        font-size: 24px;
    }
}

@media (max-width: 440px) {
    .confirm.html p {
        font-size: 18px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        opacity: 0.6 ; 
    }
}

@media screen and (max-width: 690px) {
    .header_content ul {
        width: 350px;
    }
}

@media screen and (max-width: 587px) {
    .service_flex {
        flex-flow: column;
    }

    .c-txtsp {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 525px) {
    .header_content ul {
        display: none;
    }
    .hamburger-menu{
        display: block;
    }
}
