@charset "UTF-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------*/

#front img{
    width:100%;
}
#front .cmHd{
    max-width: 550px;
    margin: 0 auto;
}

/*------------------------------------------------------------
  mainView
------------------------------------------------------------*/
#front #mainView{
    background:url(../img/index/bg-shibafu.jpg);
    background-size:contain;
    position:relative;
}
#front #mainView::after{
    content: "";
    background: url(../img/index/line-kusa.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 14vw;
    position: absolute;
    bottom: -6vw;
    display: block;
    z-index: 1;
    left:0;
}
#front #mainView .contentWrapper{
    padding-top: 210px;
}
#front #mainView h2{
    display:flex;
}
#front #mainView h2 img{
    flex: 1;
    width: 50%;
    margin: 0 7px;
}
#front #mainView p.title img{
    max-width: 400px;
    margin: 4rem auto;
}
#front #mainView p.comment{
    text-align: center;
    color: #FFF;
    line-height: 230%;
    font-weight: 700;
    padding-bottom: 9rem;
}

/*------------------------------------------------------------
  intro
------------------------------------------------------------*/
#front #intro{
    background:url(../img/index/bg-sougen.jpg);
    background-size:contain;
    position:relative;
    padding:10rem 1rem 4rem 1rem;
    margin-top: -1rem;
}
#front #intro::before{
    content: "";
    background: url(../img/index/kusa-left.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 7vw;
    height: 24vw;
    left: 0;
}
#front #intro::after{
    content: "";
    background: url(../img/index/kusa-right.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 7vw;
    height: 24vw;
    right: 0;
    bottom: 20px;
}
#front #intro ul{
    background: #FFF;
    padding: 3rem;
    border-radius: 20px;
    width: 80%;
    margin: 3rem auto;
    position:relative;
}
#front #intro ul li{
    font-weight: 700;
    font-size: 130%;
    padding: 10px 0 10px 50px;
    border-bottom: 1px dotted #3333336e;
    position: relative;
}
#front #intro ul li:last-child{
    border:none;
}
#front #intro ul li::before{
    content: "";
    background: url(../img/index/kinoko-orange.png) no-repeat;
    background-size: cover;
    width: 38px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 11px;
}
#front #intro ul li:nth-of-type(even)::before{
    content: "";
    background: url(../img/index/kinoko-green.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 11px;
}
#front #intro ul::after{
    content: "";
    background: url(../img/index/introFukuro.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 220px;
    height: 296px;
    top: 0;
    bottom: -30px;
    right: -30px;
    margin: auto;
    z-index: 1;
}

/*------------------------------------------------------------
  service
------------------------------------------------------------*/
#front #service{
    background:url(../img/index/bg-shibafu.jpg);
    background-size:contain;
    position:relative;
    padding:10rem 1rem 9rem 1rem;
}
#front #service:before{
    content: "";
    display: block;
    background: #bce0aa;
    height: calc(tan(50deg) * 110px / 2);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 0;
    position: absolute;
    top: -1px;
}
#front #service::after{
    content: "";
    background: url(../img/index/line-kusa.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 14vw;
    position: absolute;
    bottom: -5vw;
    display: block;
    left:0;
    z-index: 1;
}
#front #service .title{
    color: #FFF;
    text-align: center;
    font-weight: 800;
    font-size: 290%;
}
#front #service .fukuro{
    max-width: 70%;
    margin: 1rem auto;
}
#front #service ul{
    gap: 4%;
    margin: 2rem 0;
}
#front #service ul li{
    color: #FFF;
    flex: 1;
    font-weight: 800;
    text-align: center;
    font-size: 140%; 
}
#front #service ul li img{
    width: 90%;
    margin: 10px auto;
}


/*------------------------------------------------------------
  case
------------------------------------------------------------*/
#front #case{
    background:url(../img/index/bg-sougen.jpg);
    background-size:contain;
    position:relative;
    padding:10rem 1rem 4rem 1rem;
    margin-top: -1rem;
}
#front #case::before{
    content: "";
    background: url(../img/index/kusa-left.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 7vw;
    height: 24vw;
    left: 0;
}
#front #case::after{
    content: "";
    background: url(../img/index/kusa-right.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 7vw;
    height: 24vw;
    right: 0;
    top: 30vw;
}
#front #case .caseWrap{
    background: #FFF;
    padding: 3rem;
    border-radius: 20px;
    margin: 3rem 0;
    position: relative;
}
#front #case .caseWrap .inner{
    width: 70%;
    margin: 0 0 0 auto;
}
#front #case .caseWrap .inner .name{
    background: #f9edcb;
    font-size: 140%;
    padding: 10px;
    font-weight: 700;
    flex: 1;
    text-align: center;
    margin:0;
    border-radius: 80px 0 0 80px;
}
#front #case .caseWrap .inner .prf{
    background: #846e17;
    color: #FFF;
    font-size: 140%;
    padding: 10px;
    font-weight: 700;
    flex: 1;
    text-align: center;
    margin:0;
    border-radius: 0 80px 80px 0;
}
#front #case .caseWrap .inner .comment{
    font-size: 140%;
    font-weight: 600;
}
#front #case .caseWrap .deco{
    position: absolute;
    width: 270px;
    top: -10px;
    left: 10px;
}
#front #case .pointWrap{
    background: #FFF;
    padding: 3rem;
    border-radius: 20px;
    margin: 5rem auto 13rem auto;
    border: 10px solid #897925;
    width: 80%;
}
#front #case .pointWrap img{
    width: 90%;
    margin: 0 auto;
}
#front #case .pointWrap ul{
    position: relative;
    width: 70%;
    margin: 1rem auto;
}
#front #case .pointWrap ul li{
    font-weight: 700;
    font-size: 130%;
    padding: 10px 0 10px 50px;
    border-bottom: 1px dotted #3333336e;
    position: relative;
}
#front #case .pointWrap ul li:last-child{
    border:none;
}
#front #case .pointWrap ul li::before{
    content: "";
    background: url(../img/index/kinoko-orange.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 11px;
}
#front #case .pointWrap ul li:nth-of-type(even)::before{
    content: "";
    background: url(../img/index/kinoko-green.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 11px;
}

/*------------------------------------------------------------
  voice
------------------------------------------------------------*/
#front #voice{
    background: #66ad40;
    padding: 7rem 1rem 17rem 1rem;
    position: relative;
}
#front #voice:before{
    content: "";
    background: url(../img/index/bg-kusamura.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    top: -220px;
}
#front #voice h2{
    width: 250px;
    margin: 0 auto;
}
#front #voice ul{
    gap: 4%;
    margin: 7rem 0;
}
#front #voice ul li{
    flex: 1;
    position: relative;
    background: #FFF;
    border-radius: 20px;
    padding: 9rem 2rem 2rem 2rem;
    font-weight: 600;
    text-align: center;
    font-size:1.14rem;
    line-height: 150%;
}
#front #voice ul li span{
    display: block;
    background: #f9edcb;
    border-radius: 80px;
    font-size: 1rem;
    margin-top: 10px;
}
#front #voice ul li img{
    width: 230px;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}
#front #voice ul li:nth-of-type(1){
    font-size: 1.1rem;
}
#front #voice ul li:nth-of-type(1) img{
    top: -90px;
    width: 250px;
}
#front #voice .kameo{
    width: 520px;
    margin: 0 auto;
}


/*------------------------------------------------------------
  fee
------------------------------------------------------------*/
#front #fee{
    background:#4cbfdd;
    padding:10rem 1rem 7rem 1rem;
    position: relative;
}
#front #fee:before{
    content: "";
    background: url(../img/index/taki-line.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 20.5vw;
    position: absolute;
    left: 0;
    top: -17vw;
}
#front #fee h2{
    width: 210px;
    margin: 0 auto;
}
#front #fee .pr{
    background: #FFF;
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px;
    color: #007cbe;
    margin: 4rem 0 2rem 0;
}
#front #fee .listFLex{
    gap:3%;
}
#front #fee .listFLex li{
    flex: 1;
    background: #FFF;
    border-radius: 10px;
}
#front #fee .listFLex li h3{
    background: #007cbe;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    padding: 8px;
}
#front #fee .listFLex li h3 span{
    
}
#front #fee .listFLex li ul{
    margin: 1.5rem 1.5rem 0 1.5rem;
    min-height: 117px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
#front #fee .listFLex li ul li{
    color: #333;
    font-size: 95%;
    font-weight: 600;
}
#front #fee .listFLex li .season{
    color: #007cbe;
    text-align: center;
    padding: 0 1rem;
    margin: 0;
    font-weight: 900;
    font-size: 190%;
}
#front #fee .listFLex li .season span{
    font-size: 60%;
    padding-right: 10px;
}
#front #fee .listFLex li .price{
    color: #333;
    text-align: center;
    padding: 0 1rem 2rem 1rem;
    margin: 0;
    font-weight: 800;
    font-size: 130%;
}
#front #fee .listFLex li .price span{
    font-size: 260%; 
}


/*------------------------------------------------------------
  qa
------------------------------------------------------------*/
#front #qa{
    background:#29abcd;
    padding:8rem 1rem 10rem 1rem;
    position:relative;
}
#front #qa::before{
    content: "";
    background: url(../img/index/mizu-line.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 5vw;
    top: -3px;
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
}
#front #qa::after{
    content: "";
    background: url(../img/index/line-kusa.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 14vw;
    position: absolute;
    bottom: -5vw;
    display: block;
    z-index: 1;
    left:0;
}
#front #qa h2{
    width: 230px;
    margin: 2rem auto;
}
#front #qa dl{

}
#front #qa dt{
    background: #f9edcb;
    font-weight: 600;
    font-size: 120%;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
}
#front #qa dt i{
    font-style: normal;
    font-size: 150%;
    padding-right: 10px;
}
#front #qa dd{
    color: #FFF;
    font-weight: 700;
    padding: 10px 10px 30px 10px;
    font-size: 120%;
}
#front #qa dd i{
    font-style: normal;
    font-size: 150%;
    padding-right: 10px;
}


/*------------------------------------------------------------
  prof
------------------------------------------------------------*/
#front #prof{
    background:url(../img/index/bg-sougen.jpg);
    background-size:contain;
    position:relative;
    padding:10rem 1rem 4rem 1rem;
    margin-top: -1rem;
}
#front #prof::before{
    content: "";
    background: url(../img/index/kusa-left.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 7vw;
    height: 24vw;
    left: 0;
}
#front #prof::after{
    content: "";
    background: url(../img/index/kusa-right.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 7vw;
    height: 24vw;
    right: 0;
    bottom: 20px;
}
#front #prof .name{
    width: 500px;
    margin: 3rem auto;
}
#front #prof .jissekiWrap h3{
    background: #FFF;
    text-align: center;
    font-weight: 700;
    border-radius: 80px;
    width: 200px;
    margin: 1rem auto;
}
#front #prof .jissekiWrap p{
    font-size: 120%;
    font-weight: 700;
    line-height: 250%;
    width: 85%;
    margin: 2rem auto;
}
#front #prof .messageWrap{
    position: relative;
    margin: 14rem 0 0 0;
}
#front #prof .messageWrap::before{
    content: "";
    background: url(../img/index/messageKameo.png) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 386px;
    height: 160px;
    right: 0;
    left: 0;
    margin: auto;
    top: -160px;
}
#front #prof .messageWrap h3{
    background: #66ad40;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 160%;
    border-radius: 20px 20px 0 0;
}
#front #prof .messageWrap p{
background: #FFF;
    margin: 0;
    padding: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 260%;
    border-radius: 0 0 20px 20px;
}

/*------------------------------------------------------------
  info
------------------------------------------------------------*/
#front #info{
    background:url(../img/index/bg-sougen.jpg);
    background-size:contain;
    position:relative;
    padding:4rem 1rem;
    margin-top: -1rem;
}
#front #info .contentWrapper{
    background: #FFF;
    padding: 3rem;
    border-radius: 20px;
    margin:0 auto;
    border: 10px solid #764703;
}
#front #info a:hover{
  color:#69BF46;
}
#front #info .basicLink{
    width: 30%;
    margin: 3rem auto 0 auto;
    background: #764703;
    border-radius: 80px;
    border:none;
    position:relative;
    z-index:2;
}
#front #info .basicLink:hover{
  background:#69BF46;
}

@media (max-width: 1040px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front #mainView h2{
        display:block;
    }
    #front #mainView .contentWrapper{
        padding-top: 180px;
    }
    #front #mainView h2 img{
        width: 50%;
        margin: 20px auto;
    }
}
@media (max-width: 1000px) {

    #front #intro ul{
        padding-bottom: 26vw;
        background: url(../img/common/footer-kusa.png) no-repeat #FFF;
        background-size: contain;
        background-position: bottom;
    }
    #front #intro ul::after{
        left: 0;
        right: 0;
        bottom: -40vw;
    }
    #front #service ul{
        flex-wrap:wrap;
        justify-content: center;
    }
    #front #service ul li{
        flex: inherit;
        width: 31%;
        margin: 1rem;
    }
}

@media (max-width: 940px) {
    #front #case .caseWrap .inner{
        width:100%;
    }
    #front .cmHd{
        max-width: 60%;
    }
    #front #mainView h2 img{
        width: 80%;
    }
    #front #service .title{
        font-size: 240%;
    }
    #front #service .break{
        display:block;
    }
    #front #service .fukuro{
        max-width: 90%;
    }
    #front #case .caseWrap .deco{
        width: 21vw;
        top: -12vw;
        right: 10px;
        left:auto;
    }
    #front #voice h2{
        width: 25vw;
    }
    #front #case .pointWrap ul{
        width:100%;
    }
    #front #case .pointWrap{
        width: 100%;
    }
}


@media (max-width: 820px) {

    #front #intro ul{
        padding-bottom: 7rem;
        margin-top: 300px;
    }
    #front #intro ul::after{
        bottom: auto;
        top: -270px;
    }
    #front #intro ul li{
        font-size: 110%;
    }
    #front #voice ul{
        display: block;
    }
    #front #voice ul li{
        margin: 9rem 3rem 3rem 3rem;
    }
}

@media (max-width: 750px) {

    #front #intro::before,
    #front #intro::after,
    #front #intro::after,
    #front #case::after,
    #front #prof::before,
    #front #prof::after{
        width: 11vw;
        height: 37vw;
    }
    #front .cmHd{
        max-width: 80%;
    }
    #front #mainView p.title img{
        max-width: 50%;
    }
    #front #intro ul{
        width: 100%;
    }
    #front #service .title{
        font-size: 190%;
    }
    #front #fee .listFLex{
        display:block;
    }
    #front #fee .listFLex li ul{
        min-height: auto;
    }
    #front #fee .listFLex li{
        margin: 1rem 0;
    }
    #front #service ul li{
        font-size: 110%;
    }
    #front #service::after{
        bottom: -3vw;
    }
    #front #case .caseWrap .inner .prf,
    #front #case .caseWrap .inner .name{
        font-size:90%;
    }
    #front #case .caseWrap .inner .comment{
        font-size: 110%;
    }
    #front #case .caseWrap{
        padding: 2rem 2rem 1rem 2rem;
    }
    #front #case .pointWrap{
        padding: 2rem;
    }
    #front #voice:before{
        top: -200px;
    }
    #front #voice{
        padding: 5rem 1rem 12rem 1rem;
    }
    #front #voice h2{
        width: 40%;
    }
    #front #voice .kameo{
        width: 80%;
    }
    #front #fee{
        padding: 6rem 1rem 7rem 1rem;
    }
    #front #qa h2{
        margin: 2rem auto 5rem auto;
    }
    #front #qa::after{
        bottom: -3vw;
    }
    #front #prof .messageWrap p{
        font-size: 90%;
    }
    #front #prof .name{
        width: 80%;
    }
    #front #info .basicLink{
        width: 90%;
    }

}

@media (max-width: 550px) {


}

@media (max-width: 480px) {
    #front .underlayerWrapper.double{
        padding: 10px;
    }
    #front #prof .messageWrap::before{
        width: 276px;
        height: 110px;
        top: -100px;
    }
    #front #mainView .break{
        display:block;
    }
    #front #intro{
        padding: 4rem 1rem 1rem 1rem;
    }
    #front #intro ul{
        padding: 3rem 2rem;
        padding-bottom: 4rem;
    }
    #front #intro::after{
        bottom: 27rem;
    }
    #front #service{
        padding: 5rem 1rem 3rem 1rem;
    }
    #front #service .fukuro{
        max-width: 100%;
    }
    #front #service ul li{
        width: 39%;
        margin: 10px;
        font-size: 90%;
    }
    #front #service::after{
        bottom: -2vw;
    }
    #front #case{
        padding: 4rem 1rem 4rem 1rem;
    }
    #front #case .caseWrap .inner .flex{
        display:block;
    }
    #front #case .caseWrap .inner .name{
        border-radius: 80px;
    }
    #front #case .caseWrap .inner .prf{
        border-radius: 80px;  
        padding: 2px;
        margin-top: 8px;
    }
    #front #case .pointWrap img{
        width: 100%;
    }
    #front #case .pointWrap ul li{
        font-size: 100%;
    }
    #front #case .pointWrap{
        margin: 5rem auto 9rem auto;
    }
    #front #voice{
        padding: 2rem 1rem 5rem 1rem;
    }
    #front #voice:before{
        top: -150px;
    }
    #front #voice ul{
        margin: 7rem 0 0 0;
    }
    #front #voice ul li{
        margin: 9rem 1rem 3rem 1rem;
    }
    #front #fee{
        padding: 3rem 1rem 3rem 1rem;
    }
    #front #fee h2{
        width: 155px;
    }
    #front #fee .pr{
        font-size: 140%;
    }
    #front #fee .listFLex li ul li{
        margin: 5px 0;
    }
    #front #fee .listFLex li .season{
        margin: 10px 0;
        font-size: 130%;
        display: inline-block;
        padding: 0 0 0 2rem;
    }
    #front #fee .listFLex li .price{
        font-size: 100%;
        display: inline-block;
        margin: 10px 0;
        padding: 5px 0 10px 1rem;
    }
    #front #qa{
        padding: 3rem 1rem 4rem 1rem;
    }
    #front #qa h2{
        width: 170px;
    }
    #front #qa dt{
        font-size: 90%;
        text-indent: -27px;
        padding-left: 42px;
    }
    #front #qa dd{
        font-size: 90%;
    }
    #front #qa::after{
        bottom: -2vw;
    }
    #front #prof{
        padding: 4rem 1rem 1rem 1rem;
    }
    #front #prof .jissekiWrap p{
        font-size: 100%;
        width: 90%;
        margin: 1.5rem auto;
    }
    #front #prof .messageWrap{
        margin: 8rem 0 0 0;
    }
    #front #prof .break{
        display:block;
    }
    #front #info .contentWrapper{
        padding: 2rem;
    }
    #info .infoWrapper h3 a{
        font-size: 80%;
    }

}