@charset "UTF-8";
.wrap{
    min-width: 0;
}
.inner{
    width: 90%;
}
.flex-row{}

.gnav{
    z-index: 10;
    position: fixed;
}
.gnav .flex-row{}
.gnav .flex-row figure{}
.gnav .flex-row figure a{}
.gnav .flex-row figure a img{}
.gnav .flex-row ul{
    position: absolute;
    top: 63px;
    left: 104vw;
    width: 100vw;
    background-color: #f1f1f1;
    flex-wrap: wrap;
    padding: 0 0 30px;
    transition-duration: 0.5s;
    opacity: 0;
}
.gnav .flex-row ul li{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.gnav .flex-row ul li a{
    padding: 20px 0;
    display: block;
    border-bottom: dashed 1px #ccc;
}
.gnav .flex-row ul li.cta{}
.gnav .flex-row ul li.cta a{
    border-radius: 0;
    padding: 20px 0;
    margin-top: 40px;
    border-radius: 100px;
}
.gnav .flex-row ul li.line{
    width: 100%;
}
.gnav .flex-row ul li.line a{
    width: 50px;
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 0;
}
.flex-row .menu-btn{display: block;width: 50px;height: 40px;background-color: transparent;z-index: 10;right: 0;position: relative;}
.flex-row .menu{display: flex;position: fixed;width: 100%;left: -100vw;top: 0;flex-wrap: wrap;z-index: 5;background-color: #eee;}
.flex-row .menu-btn span{display: block;height: 1px;width: 30px;background-color: #806208;position: absolute;left: 10px;transition-duration: 0.5s;}
.flex-row .menu-btn span:nth-of-type(1){
    top: 14px;
}
.flex-row .menu-btn span:nth-of-type(2){
    top: 20px;
}
.flex-row .menu-btn span:nth-of-type(3){
    top: 26px;
}
.flex-row .menu-btn.is-active span:nth-of-type(1){
    transform: rotateZ(45deg);
    top: 20px;
}
.flex-row .menu-btn.is-active span:nth-of-type(2){
    display: none;
}
.flex-row .menu-btn.is-active span:nth-of-type(3){
    transform: rotateZ(-45deg);
    top: 20px;
}

.gnav .flex-row ul.is-active{
    left: -5vw;
    opacity: 1;
}
.gnav .flex-row ul.is-active li{
}
.gnav .flex-row ul.is-active li a{}
.gnav .flex-row ul.is-active li.cta{}
.gnav .flex-row ul.is-active li.cta a{}

.slick__bg {}
.slick__bg01 {}
.slick__bg02 {}
.slick__bg03 {}

.slick-slider{}
.slick-list,.slick-track{}

.fv{
}
.fv h2{
}
.fv h3{
}

.ttl{}
.ttl.left{}
.ttl.center{}
.ttl h2{
    font-size: 14px;
}
.ttl h3{
    font-size: 28px;
    margin-top: 5px;
}

.back-text{}
.back-text p{
    font-size: 11vw;
}

.index_content_01{
    padding: 15% 0;
}
.index_content_01 .news{}
.index_content_01 .news .ttl{
    width: 100%;
    margin-bottom: 5%;
}
.index_content_01 .news .list{
    width: 100%;
}
.index_content_01 .news .list dt{
    width: 30%;
    font-size: 16px;
}
.index_content_01 .news .list dd{
    width: 70%;
    font-size: 16px;
}
.index_content_01 .news .list dt:last-of-type,
.index_content_01 .news .list dd:last-of-type{}


.index_content_02{
    padding: 15% 0;
}
.index_content_02 .back-text{
    top: 3%;
}
.index_content_02 .back-text p{}
.index_content_02 .row{}
.index_content_02 .row figure{
    width: 100%;
    transform: translateX(0);
}
.index_content_02 .row figure img{
    width: 65%;
}
.index_content_02 .row .text{
    width: 100%;
    padding-left: 5%;
    margin-top: 5%;
}
.index_content_02 .row .text .ttl{}
.index_content_02 .row .text p{
    font-size: 14px;
    margin-top: 5%;
    text-align: justify;
    line-height: 1.8em;
}

.index_content_03{
    padding: 15% 0;
}
.index_content_03 .back-text{
    top: 2%;
}
.index_content_03 .back-text p{
    text-align: right;
}
.index_content_03 .row{}
.index_content_03 .row figure{
    width: 100%;
}
.index_content_03 .row figure img{
    width: 65%;
}
.index_content_03 .row .text{
    width: 100%;
    padding-left: 5%;
    margin-top: 5%;
}
.index_content_03 .row .text .ttl{}
.index_content_03 .row .text p{
    font-size: 14px;
    margin-top: 5%;
    text-align: justify;
    line-height: 1.8em;
}

.index_content_04{
    padding: 15% 0;
}
.index_content_04 .back-text{
    top: 2%;
    right: unset;
    left: -2%;
}
.index_content_04 .back-text p{}
.index_content_04 .row{}
.index_content_04 .row figure{
    width: 100%;
    order: 1;
}
.index_content_04 .row figure img{
    width: 65%;
}
.index_content_04 .row .text{
    width: 100%;
    order: 2;
    padding-left: 5%;
    margin-top: 5%;
    margin-right: 0;
}
.index_content_04 .row .text .ttl{}
.index_content_04 .row .text p{}
.index_content_04 .row .text p{
    font-size: 14px;
    margin-top: 5%;
    text-align: justify;
    line-height: 1.8em;
}

.index_content_05{
    padding: 15% 0;
}
.index_content_05 .back-text{
    top: 10%;
}
.index_content_05 .back-text p{}
.index_content_05 .ttl{}
.index_content_05 .service_area{}
.index_content_05 .service_area .servie_box{
    width: 90%;
    margin: 0 auto 10%;
}
.index_content_05 .service_area .servie_box:nth-of-type(1){}
.index_content_05 .service_area .servie_box:nth-of-type(2){}
.index_content_05 .service_area .servie_box:nth-of-type(3){}
.index_content_05 .service_area .servie_box:nth-of-type(4){}
.index_content_05 .service_area .servie_box figure{}
.index_content_05 .service_area .servie_box figure img{}
.index_content_05 .service_area .servie_box .text{}
.index_content_05 .service_area .servie_box .text h3{
    width: 100%;
    margin-bottom: 3%;
}
.index_content_05 .service_area .servie_box .text a{}
.index_content_05 .service_area .servie_box .text a:after{}

.index_content_06{
    padding: 15% 0;
}
.index_content_06 .back-text{}
.index_content_06 .back-text p{}
.index_content_06 .row{}
.index_content_06 .row .text{
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
}
.index_content_06 .row .text .ttl{
    text-align: center;
}
.index_content_06 .row .text p{}
.index_content_06 .row .map{
    width: 100%;
}
.index_content_06 .row .map iframe{}

footer{}
footer .footer-area{}
footer .footer-area .box01{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
}
footer .footer-area .box01 figure{
}
footer .footer-area .box01 figure img{
    width: 60%;
}
footer .footer-area .box02{
    width: 100%;
    margin-bottom: 5%;
}
footer .footer-area .box02 ul{}
footer .footer-area .box02 ul li{}
footer .footer-area .box02 ul li a{}
footer .footer-area .box02 ul li > ul{}
footer .footer-area .box02 ul li > ul li{}
footer .footer-area .box02 ul li > ul li a{}
footer .footer-area .box02 ul li > ul li a::before{}
footer .footer-area .box03{
    width: 100%;
    margin-bottom: 10%;
}
footer .footer-area .box03 ul{}
footer .footer-area .box03 ul li{}
footer .footer-area .box03 ul li a{}
footer .footer-area .box04{
    width: 100%;
}
footer .footer-area .box04 .sns{}
footer .footer-area .box04 .sns figure{}
footer .footer-area .box04 .sns figure:first-of-type{}
footer .footer-area .box04 .sns figure a{}
footer .footer-area .box04 .sns figure a img{}
footer .footer-area .box04 p{}


.white-back{
}
.back-left{
}
.back-right{
}
.index_content_02 .white-back{
}
.index_content_03 .white-back{
}
.index_content_04 .white-back{
}
.index_content_06 .white-back{
}


/*下層共通*/
.sub{}
.sub .white-back{}
.sub main{
    padding: 20% 0;
}
.sub .fv{}
.sub .fv h2{}
.sub .fv h3{}


/*わんちゃんサービスページ*/
.service_content_01{
    padding: 0 0 10%;
}
.service_content_01 .page_link{}
.service_content_01 .page_link ul{width: 100%;}
.service_content_01 .page_link ul li{
}
.service_content_01 .page_link ul li a{}
.service_content_01 .page_link ul li a span{
    left: 38%;
}
.service_content_01 .page_link ul li a figure{}
.service_content_01 .page_link ul li a figure img{}
.service_content_01 .page_link ul li a p{
    font-size: 16px;
}
.service_content_01 .page_link ul li a p:after{}
.service_content_02{
    padding: 0 0 10%;
}
.service_content_02 .service_box{
    margin-bottom: 15%;
}
.service_content_02 .service_box:last-child{}
.service_content_02 .service_box .text{
    width: 100%;
}
.service_content_02 .service_box .text h2{}
.service_content_02 .service_box .text h3{}
.service_content_02 .service_box .text h3 span.limited{}
.service_content_02 .service_box .text h3 span.circle{}
.service_content_02 .service_box .text p{}
.service_content_02 .service_box .text h4{
    font-size: 16px;
}
.service_content_02 .service_box .text h4:last-of-type{}
.service_content_02 .service_box .text h4 span{}
.service_content_02 .service_box figure{
    width: 100%;
}
.service_content_02 .service_box figure img{}
.service_content_02 .spe_service_area{}
.service_content_02 .spe_service_area .spe_service_box{}
.service_content_02 .spe_service_area .spe_service_box figure{}
.service_content_02 .spe_service_area .spe_service_box figure img{}
.service_content_02 .spe_service_area .spe_service_box > h2{}
.service_content_02 .spe_service_area .spe_service_box > p{}
.service_content_02 .spe_service_area .spe_service_box .price{}
.service_content_02 .spe_service_area .spe_service_box .price span{}
.service_content_02 .spe_service_area .spe_service_box .price p{}
.service_content_02 .spe_service_area .spe_service_box .price h3{}
.service_content_02 .spe_service_area .spe_service_box .price h3::before{}

.service_content_03{}
.service_content_03 .row{}
.service_content_03 .row .text{
    width: 100%;
    order: 2;
}
.service_content_03 .row .text .ttl{}
.service_content_03 .row .text p{}
.service_content_03 .row .text p span.big{}
.service_content_03 .row .text p span.free{}
.service_content_03 .row figure{
    width: 100%;
    margin-bottom: 5%;
    order: 1;
}
.service_content_03 .row figure img{}
.service_content_04{
    padding: 15% 0 0;
}
.service_content_04 .row{}
.service_content_04 .row figure{
    width: 100%;
}
.service_content_04 .row figure img{}
.service_content_04 .row .text{
    width: 100%;
    margin-top: 5%;
}
.service_content_04 .row .text .ttl{}
.service_content_04 .row .text p{}

/*カフェページ*/
.cafe{}
.cafe .cafe_content_01{
    padding-bottom: 10%;
}
.cafe .cafe_content_01 .row{}
.cafe .cafe_content_01 .row .text{
    width: 100%;
    order: 2;
}
.cafe .cafe_content_01 .row .text p{}
.cafe .cafe_content_01 .row figure{
    width: 100%;
    order: 1;
    margin-bottom: 5%;
}
.cafe .cafe_content_01 .row figure img{}
.cafe .cafe_content_02{}
.cafe .cafe_content_02 .text{}
.cafe .cafe_content_02 .price_area{
    margin-top: 5%;
}
.cafe .cafe_content_02 .price_area .price_box{
    width: 100%;
    margin-top: 5%;
}
.cafe .cafe_content_02 .price_area .price_box h2{
    margin-top: 5%;
}
.cafe .cafe_content_02 .price_area .price_box h2:first-of-type{}
.cafe .cafe_content_02 .price_area .price_box dl{}
.cafe .cafe_content_02 .price_area .price_box dl dt{}
.cafe .cafe_content_02 .price_area .price_box dl dt::before{}
.cafe .cafe_content_02 .price_area .price_box dl dd{}

/*定額制ページ*/
.monthly{}
.monthly .montly_content_01{}
.monthly .montly_content_01 .row{}
.monthly .montly_content_01 .row .text{
    width: 100%;
    order: 2;
}
.monthly .montly_content_01 .row .text p{}
.monthly .montly_content_01 .row figure{
    width: 100%;
    margin-bottom: 5%;
}
.monthly .montly_content_01 .row figure img{}
.monthly .montly_content_02{
    padding: 15% 0 0;
}

.monthly .montly_content_02 .text-wrap{}
.monthly .montly_content_02 .text-wrap h2{
    font-size: 24px;
    text-align: center;
    padding-left: 0;
}
.monthly .montly_content_02 .text-wrap h2 span{
    margin-left: 0;
    width: 100%;
}
.monthly .montly_content_02 .point_area{
    width: 100%;
}
.monthly .montly_content_02 .point_area .point_box{
    width: 42vw;
    padding: 0;
    margin-bottom: 5%;
    height: 42vw;
}
.monthly .montly_content_02 .point_area .point_box p{
    font-size: 5vw;
}
.monthly .montly_content_02 .point_area .point_box p span{}
.monthly .montly_content_02 .cv_area{}
.monthly .montly_content_02 .cv_area h2{
    font-size: 24px;
}
.monthly .montly_content_02 .cv_area h3{
    font-size: 44px;
}
.monthly .montly_content_02 .cv_area h3 a{}
.monthly .montly_content_02 .cv_area a.line{
    font-size: 20px;
    padding: 5% 0;
    width: 100%;
}

/*生体販売ページ*/
.petshop{}
.petshop .petshop_content_01{
    padding: 0 0 10%;
}
.petshop .petshop_content_01 .row{}
.petshop .petshop_content_01 .row .text{
    width: 100%;
    order: 2;
}
.petshop .petshop_content_01 .row .text p{}
.petshop .petshop_content_01 .row figure{
    width: 100%;
    margin-bottom: 5%;
}
.petshop .petshop_content_01 .row figure img{}
.petshop .petshop_content_01 .strength_area{}
.petshop .petshop_content_01 .strength_area .strength_box{}
.petshop .petshop_content_01 .strength_area .strength_box figure{}
.petshop .petshop_content_01 .strength_area .strength_box figure img{}
.petshop .petshop_content_01 .strength_area .strength_box h2{}
.petshop .petshop_content_02{
    padding: 10% 0;
}
.petshop .petshop_content_02 .row{}
.petshop .petshop_content_02 .row .text{
    width: 100%;
    order: 2;
}
.petshop .petshop_content_02 .row .text p{}
.petshop .petshop_content_02 .row figure{
    width: 100%;
    margin-bottom: 5%;
    order: 1;
}
.petshop .petshop_content_02 .row figure img{}
.petshop .petshop_content_03{
    padding: 10% 0;
}
.petshop .petshop_content_03 .support_area{
    width: 100%;
    margin: 10% auto 0;
}
.petshop .petshop_content_03 .support_area .support_box{}
.petshop .petshop_content_03 .support_area .support_box:last-of-type{}
.petshop .petshop_content_03 .support_area .support_box figure{
    width: 30%;
}
.petshop .petshop_content_03 .support_area .support_box figure img{}
.petshop .petshop_content_03 .support_area .support_box .text{
    width: 65%;
}
.petshop .petshop_content_03 .support_area .support_box .text h2{
    font-size: 20px;
}
.petshop .petshop_content_03 .support_area .support_box .text p{
    font-size: 14px;
}

/*お客様の声ページ*/
.voice{}
.voice .voice_content_01{}
.voice .voice_content_01 .row{}
.voice .voice_content_01 .row .text{
    width: 100%;
    order: 2;
}
.voice .voice_content_01 .row .text p{}
.voice .voice_content_01 .row figure{
    width: 100%;
    margin-bottom: 5%;
    order: 1;
}
.voice .voice_content_01 .row figure img{}
.voice .voice_content_01 .voice_area{}
.voice .voice_content_01 .voice_area .voice_box{}
.voice .voice_content_01 .voice_area .voice_box figure{}
.voice .voice_content_01 .voice_area .voice_box figure img{}
.voice .voice_content_01 .voice_area .voice_box h2{}
.voice .voice_content_01 .voice_area .voice_box p{}
.voice .voice_content_02{}
.voice .voice_content_02 .voice_area{}
.voice .voice_content_02 .voice_area .voice_box{
    width: 100%;
}
.voice .voice_content_02 .voice_area .voice_box figure{}
.voice .voice_content_02 .voice_area .voice_box figure img{}
.voice .voice_content_02 .voice_area .voice_box h2{}
.voice .voice_content_02 .voice_area .voice_box p{
    font-size: 12px;
}

/*店舗案内ページ*/
.store{}
.store .store_content_01{}
.store .store_content_01 .row{}
.store .store_content_01 .row .text{
    width: 100%;
    margin-bottom: 5%;
}
.store .store_content_01 .row .text p{}
.store .store_content_01 .row .map{
    width: 100%;
}
.store .store_content_01 .row .map iframe{}

.store .slick-slider{
    width: 100%;
    order: 1;
}
.store .slick-list,.store .slick-track{}
.store .arrow-common{width: 4vw;height: 8vw;}
.store .arrow-common.arrow-prev{}
.store .arrow-common.arrow-next{}

.store .store_content_02{
    padding: 10% 0 0;
}
.store .store_content_02 .row{
    margin: 15% 0;
}
.store .store_content_02 .row figure{}
.store .store_content_02 .row figure img{}
.store .store_content_02 .row .text{
    width: 100%;
    margin-top: 5%;
    order: 2;
}
.store .store_content_02 .row .text h2{}
.store .store_content_02 .row .text p{
    margin-top: 3%;
}
.store .store_content_03{
    padding: 10% 0 0;
}
.store .store_content_03 dl{
    width: 100%;
}
.store .store_content_03 dl dt{
    font-size: 14px;
}
.store .store_content_03 dl dd{
    font-size: 14px;
}

/*問い合わせ*/
.contact{}
.contact .contact_content_01{}
.contact .contact_content_01 p{
    margin-top: 10%;
}
.contact .container{}


/*プライバシーポリシー*/
.privacy{}
.privacy .privacy_content_01{}
.privacy .privacy_content_01 h2{
    font-size: 18px;
}
.privacy .privacy_content_01 p{}