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

    .contentKengaku {
        color: #666666;
        text-align: left;
        margin-bottom: 100px;
    }

    .contentKengaku img {
        width: 100%;
    }

    .heroKengaku {
        background: url("/shop/img/bg_kengaku_sp_01.png") 0 0 no-repeat;
        background-size: contain;
        height: 0;
        margin: 0 0 15px 0;
        padding-top: 53.33%;
        position: relative;
    }

    .heroKengaku .left {
        position: absolute;
        left: 3%;
        top: 15%;
        vertical-align: top;
        width: 45.33%;
    }

    .heroKengaku .right {
        position: absolute;
        right: 2.5%;
        top: 6%;
        vertical-align: top;
        width: 47.73%;
    }

    .txtKengakuMain {
        font-size: 0.65rem;
        margin: 0 0 22px 0;
        padding: 0 12px;
    }

    .listKengaku {
        padding: 0 20px;
    }

    .listKengaku li {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .listKengaku li::after {
        background: url("/shop/img/ico_kengaku_sp_01.png") left top no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 24px;
        vertical-align: middle;
        width: 28px;
    }

    .listKengaku li:last-child::after {
        content: none;
    }

    .ttlKengaku {
        color: #ff849b;
        font-size: 1.125rem;
        font-weight: bold;
        text-align: center;
    }

    .imgKengaku {
        margin: 0 0 10px 0;
        text-align: left;
    }

    .txtKengaku {
        font-size: 0.65rem;
        margin: 0 0 12px 0;
        text-align: left;
    }

    .only-pc,
    .no-sp,
    .only-tb,
    img.only-tb  { display: none !important;}
    .only-sp,
    .no-pc,
    .no-tb     { display: block !important;}
    img.only-sp,
    img.no-pc,
    img.no-tb  { display: inline-block !important;}

}



@media screen and (min-width:769px) {
    .contentKengaku {
        color: #666666;
        text-align: center;
        margin-bottom: 40px;
    }

    .contentKengaku img {
        width: 100%;
    }

    .heroKengaku {
        background: url("/shop/img/bg_kengaku_01.png") 50% 50% no-repeat;
        background-size: cover;
        height: 400px;
        letter-spacing: -.4rem;
        margin: 0 0 30px 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .boxWrapPC {
        letter-spacing: -.4rem;
        margin: 0 auto;
        max-width: 1000px;
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        padding: 0 1%;
    }

    .heroKengaku .left {
        display: inline-block;
        letter-spacing: 0rem;
        margin: 0 25px 0 0;
        min-width: 320px;
        vertical-align: top;
        width: 38%;
    }

    .heroKengaku .right {
        display: inline-block;
        letter-spacing: 0rem;
        min-width: 405px;
        vertical-align: top;
        width: 48%;
    }

    .txtKengakuMain {
        font-size: 16px;
        margin: 0 auto 60px;
        max-width: 1000px;
        padding: 0 1%;
        text-align: left;
    }

    .listKengaku {
        letter-spacing: -.4rem;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0px 1%;
        text-align: center;
    }

    .listKengaku li {
        background: url(/shop/img/ico_kengaku_01.png) right 155px no-repeat;
        background-size: 24px 28px;
        display: inline-block;
        letter-spacing: 0rem;
        margin: 0 8px 0 0;
        padding: 0 30px 0 0;
        vertical-align: top;
        width: 27.75%;
    }

    .listKengaku li:last-child  {
        background: none;
        margin: 0 auto;
        max-width: 960px;
        width: 100%;

    }

    .listKengaku li:nth-child(1) .ttlKengaku {
        height: 78px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .listKengaku li:nth-child(8) .ttlKengaku  {
        height: 78px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .ttlKengaku {
        color: #ff849b;
        font-size: 23px;
        font-weight: bold;
    }

    .imgKengaku {
        margin: 0 auto 10px;
        width: 100%;
    }

    .txtKengaku {
        color: #666666;
        font-size: 0.875rem;
        margin: 0 0 54px 0;
        text-align: left;
    }
    .only-pc {}
    .only-tb,
    .only-sp,
    .no-pc { display: none !important;}
    .no-tb {}
    .no-sp {}
}

/*******************************
 .btnIntFixed
 追従ボタン
*******************************/
.btnIntFixed {
    display: none; /* jsによる表示 */
    position: fixed;
    width: 100%;
    bottom: 40px;
}
@media screen and (max-width: 768px){
    .btnIntFixed {
        bottom: 18px;
    }
}
.btnIntFixedIn {
    display: flex;
    align-items: center;
    max-width: 960px;
    padding: 0 20px 0;
    margin: auto;
}
@media screen and (max-width: 768px){
    .btnIntFixedIn {
        padding: 0 3px 0;
    }
}
/* 大型ボタン */
.btnIntFixedButton {
    display: block;
    flex: 1;
}
.btnIntFixedButton a {
    display: block;
    padding: 11px 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(184,184,255,.8);
    transition: .5s opacity;
    text-decoration: none;
}
@media screen and (min-width: 769px){
    .btnIntFixedButton a:hover {
        opacity: .7;
    }
}
@media screen and (max-width: 768px){
    .btnIntFixedButton a {
        padding: 9px 0 8px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 18px;
    }
}
/* ページトップボタン */
.btnIntFixedPageTop {
    display: block;
    margin-left: 10px;
}
@media screen and (max-width: 768px){
    .btnIntFixedPageTop {
        margin-left: 5px;
    }
}
.btnIntFixedPageTop a {
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    border: 4px solid rgba(184,184,255,.8);
    background: rgba(255,255,255,.8);
    transition: .5s opacity;
}
@media screen and (min-width: 769px){
    .btnIntFixedPageTop a:hover {
        opacity: .7;
    }
}
@media screen and (max-width: 768px){
    .btnIntFixedPageTop a {
        width: 43px;
        height: 43px;
        border-width: 2px;
    }
}
.btnIntFixedPageTop a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 0 16px 24px;
    border-bottom-color: rgba(198,198,255,.8);
    margin: auto;
}
@media screen and (max-width: 768px){
    .btnIntFixedPageTop a:before {
        border-width: 0 10px 15px;
    }
}

/*-----------------------------------*/
/*文字サイズ調整*/
.txtKengaku {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .txtKengakuMain {
    font-size: 16px;
  }
  .txtKengaku {
    font-size: 16px;
  }
}