@charset "UTF-8";
*{
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #333;
}
* img{
    width: 100%;
}
body{
    background-color: #fff;
}
.wrap{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.gnav{
    padding: 15px 0;
    position: fixed;
    z-index: 20;
    background-color: #Fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.gnav .flex-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.gnav .flex-row figure{
    width: 150px;
}
.gnav .flex-row figure a{
    width: 100%;
    display: block;
}
.gnav .flex-row figure a img{
    width: 100%;
}
.gnav .flex-row ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gnav .flex-row ul li{
    margin: 0 20px;
}
.gnav .flex-row ul li a{
    font-size: 13px;
    color: #555;
    display: block;
}
.gnav .flex-row ul li.cta{
}
.gnav .flex-row ul li.cta a{
    background-color: unset;
    padding: 8px 30px;
    color: #806208;
    border-radius: 40px;
    border: solid 1px #806208;
}
.gnav .flex-row ul li.line{width: 32px;margin: 0 4px;}
.gnav .flex-row ul li.line a{
}
.flex-row .menu-btn{
    display: none;
}
.flex-row .menu-btn span{}
.flex-row .menu-btn span:nth-of-type(1){}
.flex-row .menu-btn span:nth-of-type(2){}
.flex-row .menu-btn span:nth-of-type(3){}

.slick__bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.slick__bg01 { background-image: url(../img/fv-back-01.png);}
.slick__bg02 { background-image: url(../img/fv-back-01.png);}
.slick__bg03 { background-image: url(../img/fv-back-01.png);}

.slick-slider{
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}
.slick-list,.slick-track{
    height: 100%;
}

.fv{
    padding-top: 75px;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.fv h2{
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 0 100px;
    font-size: 62px;
    line-height: 1.6em;
}
.fv h3{
    margin-top: 20px;
    z-index: 3;
    position: relative;
    width: 100%;
    padding: 0 100px;
    color: #806208;
    line-height: 2em;
    font-size: 14px;
}

.ttl{}
.ttl.left{
    text-align: left;
}
.ttl.center{
    text-align: center;
}
.ttl h2{
    font-size: 16px;
    color: #806208;
}
.ttl h3{
    font-size: 40px;
    margin-top: 10px;
}

.back-text{
    position: absolute;
    z-index: -1;
}
.back-text p{color: #f7f6f5;font-size: 140px;letter-spacing: 0;}

.index_content_01{
    padding: 100px 0;
}
.index_content_01 .news{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_content_01 .news .ttl{
    width: 25%;
}
.index_content_01 .news .list{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.index_content_01 .news .list dt{
    width: 15%;
    padding: 20px 0;
    font-size: 14px;
    color: #806208;
    border-top: solid 1px #aaa;
}
.index_content_01 .news .list dd{
    width: 85%;
    padding: 20px 0;
    font-size: 14px;
    border-top: solid 1px #aaa;
}
.index_content_01 .news .list dt:last-of-type,
.index_content_01 .news .list dd:last-of-type{
    border-bottom: solid 1px #aaa;
}


.index_content_02{
    padding: 100px 0;
}
.index_content_02 .back-text{top: -40px;left: 0;}
.index_content_02 .back-text p{}
.index_content_02 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_content_02 .row figure{
    width: 40%;
    transform: translateX(-5%);
}
.index_content_02 .row figure img{}
.index_content_02 .row .text{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.index_content_02 .row .text .ttl{}
.index_content_02 .row .text p{
    margin-top: 30px;
    line-height: 1.6em;
}

.index_content_03{
    padding: 100px 0;
}
.index_content_03 .back-text{
    top: -40px;
    left: 20%;
}
.index_content_03 .back-text p{}
.index_content_03 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_content_03 .row figure{
    width: 60%;
}
.index_content_03 .row figure img{}
.index_content_03 .row .text{
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.index_content_03 .row .text .ttl{}
.index_content_03 .row .text p{
    margin-top: 30px;
    line-height: 1.6em;
}

.index_content_04{
    padding: 100px 0;
}
.index_content_04 .back-text{
    right: 0;
    top: -31px;
}
.index_content_04 .back-text p{}
.index_content_04 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_content_04 .row figure{
    width: 40%;
}
.index_content_04 .row figure img{}
.index_content_04 .row .text{
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-right: 5%;
}
.index_content_04 .row .text .ttl{}
.index_content_04 .row .text p{}
.index_content_04 .row .text p{
    margin-top: 30px;
    line-height: 1.6em;
}

.index_content_05{
    padding: 100px 0;
}
.index_content_05 .back-text{
    left: -40px;
    top: 100px;
}
.index_content_05 .back-text p{}
.index_content_05 .ttl{}
.index_content_05 .service_area{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_content_05 .service_area .servie_box{
    width: 45%;
    margin-bottom: 50px;
}
.index_content_05 .service_area .servie_box:nth-of-type(1){}
.index_content_05 .service_area .servie_box:nth-of-type(2){
    margin-right: 5%;
}
.index_content_05 .service_area .servie_box:nth-of-type(3){
    margin-left: 5%;
}
.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{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.index_content_05 .service_area .servie_box .text h3{
    font-size: 18px;
    text-decoration: underline;
}
.index_content_05 .service_area .servie_box .text a{
    font-size: 14px;
    color: #806208;
    display: flex;
    align-items: center;
}
.index_content_05 .service_area .servie_box .text a:after{
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../img/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 5px;
}

.index_content_06{
    padding: 100px 0;
}
.index_content_06 .back-text{
    right: 0;
    top: -40px;
}
.index_content_06 .back-text p{}
.index_content_06 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_content_06 .row .text{
    width: 40%;
}
.index_content_06 .row .text .ttl{}
.index_content_06 .row .text p{
    margin-top: 30px;
    line-height: 1.6em;
    font-size: 14px;
}
.index_content_06 .row .map{
    width: 55%;
}
.index_content_06 .row .map iframe{
    width: 100%;
}

footer{
    background-color: #333333;
    padding: 50px 0;
}
footer .footer-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer-area .box01{
    width: 28%;
    margin-right: 10%;
}
footer .footer-area .box01 figure{
    width: 40%;
}
footer .footer-area .box01 figure img{}
footer .footer-area .box01 p{
    color: #fff;
    font-size: 12px;
    margin-top: 16px;
    line-height: 1.7em;
}
footer .footer-area .box02{
    width: 19%;
}
footer .footer-area .box02 ul{
}
footer .footer-area .box02 ul li{}
footer .footer-area .box02 ul li a{
    color: #fff;
    font-size: 14px;
}
footer .footer-area .box02 ul li > ul{
    margin-top: 1em;
}
footer .footer-area .box02 ul li > ul li{
    margin-top: 1em;
}
footer .footer-area .box02 ul li > ul li a{
    display: flex;
    align-items: center;
}
footer .footer-area .box02 ul li > ul li a::before{
    content: "";
    display: inline-block;
    height: 1px;
    width: 1em;
    background-color: #aaa;
    margin-right: 0.6em;
}
footer .footer-area .box03{
    width: 19%;
}
footer .footer-area .box03 ul{}
footer .footer-area .box03 ul li{
    margin-bottom: 1em;
}
footer .footer-area .box03 ul li a{
    color: #fff;
    font-size: 14px;
}
footer .footer-area .box04{
    width: 23%;
}
footer .footer-area .box04 .sns{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
footer .footer-area .box04 .sns figure{
    width: 40px;
    margin-right: 10px;
}
footer .footer-area .box04 .sns figure:last-of-type{
    margin-right: 0px;
}
footer .footer-area .box04 .sns figure a{}
footer .footer-area .box04 .sns figure a img{}
footer .footer-area .box04 p{
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}
.white-back{
    display: block;
    width: 100%;
    position: absolute;
    z-index: -2;
}
.back-left{
    background: rgb(232,231,225);
    background: linear-gradient(90deg, rgb(247 247 247) 0%, rgba(247, 247, 247, 0) 80%);
}
.back-right{
    background: rgb(232,231,225);
    background: linear-gradient(90deg, rgba(247,247,247,0) 20%, rgba(247,247,247,1) 100%);
}
.index_content_02 .white-back{
    height: 330px;
    bottom: 100px;
}
.index_content_03 .white-back{
    height: 420px;
    bottom: 160px;
}
.index_content_04 .white-back{
    height: 480px;
    bottom: 60px;
}
.index_content_06 .white-back{
    height: 380px;
    top: 30px;
}


/*下層共通*/
.sub{}
.sub .white-back{
    height: 300px;
    bottom: 50px;
}
.sub main{
    padding: 150px 0
}
.sub .fv{
    height: 350px;
    background-image: url(../img/fv-sub.png);
    background-size: cover;
    background-position: center center;
}
.sub .fv h2{
    font-size: 50px;
}
.sub .fv h3{}


/*わんちゃんサービスページ*/
.service_content_01{
    padding: 0 0 150px;
}
.service_content_01 .page_link{}
.service_content_01 .page_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.service_content_01 .page_link ul li{
    width: 21%;
}
.service_content_01 .page_link ul li a{
    position: relative;
}
.service_content_01 .page_link ul li a span{
    background-color: #a78a1d;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 75px;
    top: -25px;
}
.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{
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.service_content_01 .page_link ul li a p:after{
    content: url(../img/icon-arrow.svg);
    width: 25px;
    display: inline-block;
    margin-left: 10px;
    transform: rotateZ(90deg);
}
.service_content_02{
    padding: 0 0 100px;
}
.service_content_02 .service_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 150px;
}
.service_content_02 .service_box:last-child{
    margin-bottom: 50px;
}
.service_content_02 .service_box .text{
    width: 60%;
}
.service_content_02 .service_box .text h2{
    color: #806208;
}
.service_content_02 .service_box .text h3{
    display: flex;
    align-items: center;
    font-size: 36px;
    margin-top: 10px;
}
.service_content_02 .service_box .text h3 span.limited{
    font-size: 0.6em;
    border: solid 1px #a78a1e;
    color: #a78a1e;
    padding: 5px 10px;
    margin-left: 30px;
}

.service_content_02 .service_box .text h3 span.circle{
    display: flex;
    font-size: 20px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #806208;
    border: solid 1px #806208;
    border-radius: 50px;
    margin-right: 0.5em;
}
.service_content_02 .service_box .text p{
    margin: 30px 0;
    line-height: 1.7em;
}
.service_content_02 .service_box .text h4{
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 0 20px;
    line-height: 2.5em;
    margin-bottom: 10px;
}
.service_content_02 .service_box .text h4:last-of-type{
    padding-right: 0;
}
.service_content_02 .service_box .text h4 span{
    background-color: #a78a1d;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    margin-left: 20px;
    line-height: 2.5em;
}
.service_content_02 .service_box figure{
    width: 35%;
}
.service_content_02 .service_box figure img{}
.service_content_02 .spe_service_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_content_02 .spe_service_area .spe_service_box{
    width: 30%;
}
.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{
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.7em;
}
.service_content_02 .spe_service_area .spe_service_box > p{
    margin-top: 10px;
    line-height: 1.7em;
}
.service_content_02 .spe_service_area .spe_service_box .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.service_content_02 .spe_service_area .spe_service_box .price span{
    color: #a78a1d;
    border: solid 1px #a78a1d;
    padding: 5px 10px;
}
.service_content_02 .spe_service_area .spe_service_box .price p{
    margin-left: 10px;
    text-decoration: line-through;
}
.service_content_02 .spe_service_area .spe_service_box .price h3{
    margin-left: 10px;
    font-size: 24px;
    color: #a78a1d;
}
.service_content_02 .spe_service_area .spe_service_box .price h3::before{
    content: "";
    height: 0px;
    width: 0px;
    display: inline-block;
    border: solid 8px transparent;
    border-left-color: #a78a1d;
}

.service_content_03{
    padding: 100px 0 0;
}
.service_content_03 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_content_03 .row .text{
    width: 60%;
}
.service_content_03 .row .text .ttl{}
.service_content_03 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}
.service_content_03 .row .text p span.big{
    font-size: 2em;
    color: #806208;
}
.service_content_03 .row .text p span.free{}
.service_content_03 .row figure{
    width: 35%;
}
.service_content_03 .row figure img{}
.service_content_04{padding: 100px 0 0;}
.service_content_04 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_content_04 .row figure{
    width: 35%;
}
.service_content_04 .row figure img{}
.service_content_04 .row .text{
    width: 60%;
}
.service_content_04 .row .text .ttl{}
.service_content_04 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}

/*カフェページ*/
.cafe{}
.cafe .cafe_content_01{
    padding-bottom: 100px;
}
.cafe .cafe_content_01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cafe .cafe_content_01 .row .text{
    width: 60%;
}
.cafe .cafe_content_01 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}
.cafe .cafe_content_01 .row figure{
    width: 35%;
}
.cafe .cafe_content_01 .row figure img{}
.cafe .cafe_content_02{}
.cafe .cafe_content_02 .text{}
.cafe .cafe_content_02 .price_area{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cafe .cafe_content_02 .price_area .price_box{
    width: 30%;
}
.cafe .cafe_content_02 .price_area .price_box h2{
    color: #806208;
    font-size: 26px;
    margin-top: 30px;
    line-height: 1.5em;
}
.cafe .cafe_content_02 .price_area .price_box h2:first-of-type{
    margin-top: 0;
}
.cafe .cafe_content_02 .price_area .price_box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.cafe .cafe_content_02 .price_area .price_box dl dt{
    width: 70%;
    margin-bottom: 0.5em;
}
.cafe .cafe_content_02 .price_area .price_box dl dt::before{
    content: "";
    width: 0.7em;
    display: inline-block;
    height: 1px;
    background-color: #806208;
    position: relative;
    bottom: 0.4em;
    margin-right: 0.5em;
}
.cafe .cafe_content_02 .price_area .price_box dl dd{
    width: 30%;
    text-align: right;
    margin-bottom: 0.5em;
}

/*定額制ページ*/
.monthly{}
.monthly .montly_content_01{}
.monthly .montly_content_01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.monthly .montly_content_01 .row .text{
    width: 60%;
}
.monthly .montly_content_01 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}
.monthly .montly_content_01 .row figure{
    width: 35%;
}
.monthly .montly_content_01 .row figure img{}
.monthly .montly_content_02{
    padding: 150px 0 0;
}

.monthly .montly_content_02 .text-wrap{
    text-align: center;
}
.monthly .montly_content_02 .text-wrap h2{
    background-color: #fff;
    display: inline-block;
    font-size: 42px;
    padding-left: 40px;
    line-height: 2.5em;
    margin-bottom: 10px;
}
.monthly .montly_content_02 .text-wrap h2 span{
    background-color: #a78a1d;
    color: #fff;
    padding: 0px 40px;
    display: inline-block;
    margin-left: 40px;
    line-height: 2.5em;
}
.monthly .montly_content_02 .point_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: 50px auto 0;
}
.monthly .montly_content_02 .point_area .point_box{
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 200px;
    padding: 65px 0;
}
.monthly .montly_content_02 .point_area .point_box p{
    text-align: center;
    color: #a78a1d;
    font-size: 25px;
}
.monthly .montly_content_02 .point_area .point_box p span{
    font-weight: 700;
}
.monthly .montly_content_02 .cv_area{
    margin-top: 100px;
    text-align: center;
}
.monthly .montly_content_02 .cv_area h2{
    text-align: center;
    font-size: 36px;
}
.monthly .montly_content_02 .cv_area h3{
    font-size: 96px;
    color: #a78a1d;
    text-align: center;
}
.monthly .montly_content_02 .cv_area h3 a{
    color: #a78a1d;
}
.monthly .montly_content_02 .cv_area a.line{
    background-color: #00a05a;
    color: #fff;
    padding: 15px 50px;
    border-radius: 20px;
    font-size: 28px;
    margin-top: 0px;
    display: inline-block;
    font-family: sans-serif;
}

/*生体販売ページ*/
.petshop{}
.petshop .petshop_content_01{
    padding: 0px 0 100px;
}
.petshop .petshop_content_01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.petshop .petshop_content_01 .row .text{
    width: 60%;
}
.petshop .petshop_content_01 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}
.petshop .petshop_content_01 .row figure{
    width: 35%;
}
.petshop .petshop_content_01 .row figure img{}
.petshop .petshop_content_01 .strength_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 70px auto 0;
}
.petshop .petshop_content_01 .strength_area .strength_box{width: 30%;}
.petshop .petshop_content_01 .strength_area .strength_box figure{
    text-align: center;
}
.petshop .petshop_content_01 .strength_area .strength_box figure img{
    width: 80%;
    margin-bottom: 10px;
}
.petshop .petshop_content_01 .strength_area .strength_box h2{
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
}
.petshop .petshop_content_02{
    padding: 100px 0;
}
.petshop .petshop_content_02 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.petshop .petshop_content_02 .row .text{
    width: 60%;
}
.petshop .petshop_content_02 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}
.petshop .petshop_content_02 .row figure{
    width: 35%;
}
.petshop .petshop_content_02 .row figure img{}
.petshop .petshop_content_03{
    padding: 100px 0 0;
}
.petshop .petshop_content_03 .support_area{
    margin: 100px auto 0;
    width: 80%;
}
.petshop .petshop_content_03 .support_area .support_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.petshop .petshop_content_03 .support_area .support_box:last-of-type{
    margin-bottom: 0;
}
.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: 28px;
    color: #806208;
}
.petshop .petshop_content_03 .support_area .support_box .text p{
    margin-top: 10px;
    line-height: 1.7em;
}

/*お客様の声ページ*/
.voice{}
.voice .voice_content_01{}
.voice .voice_content_01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice .voice_content_01 .row .text{
    width: 60%;
}
.voice .voice_content_01 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
}
.voice .voice_content_01 .row figure{
    width: 35%;
}
.voice .voice_content_01 .row figure img{}
.voice .voice_content_01 .voice_area{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice .voice_content_01 .voice_area .voice_box{
    width: 30%;
    margin-bottom: 50px;
}
.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{
    margin-top: 10px;
    color: #806208;
    font-size: 20px;
}
.voice .voice_content_01 .voice_area .voice_box p{
    margin-top: 10px;
    line-height: 1.7em;
    font-size: 14px;
}
.voice .voice_content_02{
    padding: 100px 0 0;
}
.voice .voice_content_02 .voice_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice .voice_content_02 .voice_area .voice_box{
    width: 30%;
    margin-bottom: 50px;
}
.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{
    font-size: 18px;
    color: #806208;
    margin-top: 10px;
}
.voice .voice_content_02 .voice_area .voice_box p{
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.7em;
}

/*店舗案内ページ*/
.store{}
.store .store_content_01{}
.store .store_content_01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.store .store_content_01 .row .text{
    width: 40%;
}
.store .store_content_01 .row .text p{
    margin-top: 30px;
    line-height: 1.6em;
    font-size: 14px;
}
.store .store_content_01 .row .map{
    width: 55%;
}
.store .store_content_01 .row .map iframe{
    width: 100%;
}

.store .slick-slider{
    position: relative;
    width: 65%;
    z-index: 1;
    height: auto;
    top: unset;
}
.store .slick-list,.store .slick-track{
    height: auto;
}
.store .arrow-common{position: absolute;top: 40%;z-index: 3;cursor: pointer;border: none;background-color: transparent;height: 75px;width: 38px;background-size: cover;}
.store .arrow-common.arrow-prev{
    left: 3%;
    background-image: url(../img/slide_arrow_l.png);
}
.store .arrow-common.arrow-next{
    right: 3%;
    background-image: url(../img/slide_arrow_r.png);
}

.store .store_content_02{
    padding: 100px 0;
}
.store .store_content_02 .row{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 100px 0;}
.store .store_content_02 .row figure{}
.store .store_content_02 .row figure img{}
.store .store_content_02 .row .text{
    width: 30%;
}
.store .store_content_02 .row .text h2{
    color: #a78a1d;
    font-size: 28px;
}
.store .store_content_02 .row .text p{
    margin-top: 20px;
    line-height: 1.7em;
    font-size: 16px;
}
.store .store_content_03{
    padding: 100px 0 0;
}
.store .store_content_03 dl{
    margin-top: 50px;
    width: 50%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.store .store_content_03 dl dt{width: 30%;font-size: 20px;padding: 10px 0;color: #a78a1d;}
.store .store_content_03 dl dd{
    width: 70%;
    font-size: 20px;
    padding: 10px 0;
}

/*問い合わせ*/
.contact{}
.contact .contact_content_01{}
.contact .contact_content_01 p{
    text-align: center;
    margin-top: 50px;
    line-height: 1.7em;
}
.contact .container{
    width: 80%;
    margin: 50px auto 0;
}
.contact .container .alert{
    color: #f00;
}
.contact .container .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.contact .container .form-group label{
    width: 30%;
    background-color: #a78a1d;
    color: #fff;
    padding: 10px;
}
.contact .container .form-group label span{
    font-size: 0.8em;
}
.contact .container .form-group > div{
    width: 69%;
    background-color: #fff;
    padding: 10px;
}
.contact .container .form-group > div input{
    width: 100%;
    appearance: none;
    border: none;
    background-color: #fff;
}
.contact .container .form-group > div textarea{
    width: 100%;
    appearance: none;
    border: none;
    background-color: #fff;
}
.contact .container input[type="submit"]{}
.contact .container input[type="submit"].btn-primary{
    width: 100%;
    appearance: none;
    border: none;
    background-color: #333;
    color: #fff;
    padding: 10px;
    font-size: 20px;
}
.contact .container input[type="submit"].btn-secondary{}
p.text-right{
    display: none;
}


/*プライバシーポリシー*/
.privacy{}
.privacy .privacy_content_01{}
.privacy .privacy_content_01 h2{
    font-size: 22px;
    color: #806208;
    margin: 30px 0 10px;
}
.privacy .privacy_content_01 p{
    font-size: 14px;
    line-height: 1.7em;
}

.close{
    padding-top: 75px;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*20251129修正*/
.service_content_02 .service_box table{
    margin-top: 30px;
}
.service_content_02 .service_box table thead{}
.service_content_02 .service_box table thead tr{}
.service_content_02 .service_box table thead tr th,
.service_content_02 .service_box table thead tr td{
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
.service_content_02 .service_box table thead tr th{}
.service_content_02 .service_box table thead tr td{
    background-color: #f1f1f1;
}
.service_content_02 .service_box table tbody{}
.service_content_02 .service_box table tbody tr{}
.service_content_02 .service_box table tbody tr th,
.service_content_02 .service_box table tbody tr td{
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
.service_content_02 .service_box table tbody tr th{
    text-align: left;
}
.service_content_02 .service_box table tbody tr:nth-of-type(1) th{
    color: #fff;
    background-color: #888888;
}
.service_content_02 .service_box table tbody tr:nth-of-type(2) th{
    background-color: #a78a1d;
    color: #fff;
}
.service_content_02 .service_box table tbody tr td{
    background-color: #e1e1e1;
    border-right: dashed 1px #fff;
    border-top: dashed 1px #fff;
}
.service_content_02 .service_box.other .text{
    width: 100%;
}

.montly_content_03{}
.montly_content_03 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px  0 50px;
}
.montly_content_03 .row .platinm{
    width: 40%;
    text-align: center;
    border-right: dashed 1px #888;
    padding: 0 20px;
}
.montly_content_03 .row .platinm h2{
    display: inline-block;
    background-color: #a78a1d;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.montly_content_03 .row .platinm h3{
    font-size: 40px;
}
.montly_content_03 .row .platinm p{
    font-size: 18px;
    margin: 10px 0;
}
.montly_content_03 .row .platinm h4{
    margin-top: 50px;
    font-size: 18px;
}
.montly_content_03 .row .platinm h4 span{
    background-color: #a78a1d;
    color: #fff;
    padding: 0px 10px;
    margin: 0 5px;
}
.montly_content_03 .row .vip{
    width: 40%;
    text-align: center;
    padding: 0 20px;
}
.montly_content_03 .row .vip h2{
    display: inline-block;
    background-color: #888;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.montly_content_03 .row .vip h3{
    font-size: 40px;
}
.montly_content_03 .row .vip p{
    font-size: 18px;
    margin: 10px 0;
}
.montly_content_03 .row .vip h4{
    margin-top: 50px;
    font-size: 18px;
}
.montly_content_03 .row .vip h4 span{
    background-color: #888;
    color: #fff;
    padding: 0px 10px;
    margin: 0 5px;
}
.montly_content_03 .service_list{
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px 30px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.montly_content_03 .service_list li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.montly_content_03 .service_list li::before{
    content: "";
    display: inline-block;
    background-image: url(../img/service_list_icon.png);
    width: 1em;
    background-size: cover;
    height: 1em;
    margin-right: 5px;
}
.montly_content_03 .row .vip,
.montly_content_03 .row .platinm{}
.montly_content_03 .row .vip .detail,
.montly_content_03 .row .platinm .detail{
    background: #f1f1f1;
    font-size: 14px;
    padding: 20px;
    text-align: left;
    line-height: 1.7em;
}

.montly_content_04{
    margin: 100px 0;
}
.montly_content_04 .monthly_plan{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.montly_content_04 .monthly_plan .monthly_plan_box{
    width: 30%;
}
.montly_content_04 .monthly_plan .monthly_plan_box h2{
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 4px 12px;
    font-size: 16px;
}
.montly_content_04 .monthly_plan .monthly_plan_box h3{
    margin-top: 4px;
    font-size: 30px;
    color: #a78a1d;
}
.montly_content_04 .monthly_plan .monthly_plan_box p{
    margin-top: 8px;
    background: #f1f1f1;
    font-size: 14px;
    padding: 20px;
    text-align: left;
    line-height: 1.7em;
}
.montly_content_04 .term p{
    margin-top: 50px;
    text-align: center;
    line-height: 1.7em;
    font-size: 14px;
}

.contact_content_02{
    margin-bottom: 100px;
}
.contact_content_02 .reserved-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.contact_content_02 .reserved-area .reserved-box{
    margin: 0 20px;
    width: 40%;
    text-align: center;
}
.contact_content_02 .reserved-area .reserved-box h2{
    font-size: 20px;
    color: #806208;
    margin-top: 16px;
}
.contact_content_02 .reserved-area .reserved-box h3{
    margin-top: 10px;
    font-size: 18px;
}
.contact_content_02 .reserved-area .reserved-box p{}
.contact_content_02 .reserved-area .reserved-box a{
    text-decoration: underline;
}

.cafe_content_03{
    margin-bottom: 100px;
}
.cafe_content_03 .row{}
.cafe_content_03 .row h2{
    font-size: 24px;
    color: #806208;
    margin-bottom: 8px;
}
.cafe_content_03 .row p{
    margin-bottom: 30px;
    line-height: 1.7em;
    font-size: 16px;
}


.pc-none{
    display: none;
}
.sp-none{
    display: inline;
}

.cafe_content_04{
    padding-bottom: 100px;
}
.cafe_content_04 .petting_cafe{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cafe_content_04 .petting_cafe .plan{
    width: 30%;
}
.cafe_content_04 .petting_cafe .plan h2{
    color: #806208;
    font-size: 24px;
}
.cafe_content_04 .petting_cafe .plan h3{
    background-color: #f1f1f1;
    display: inline-block;
    padding: 4px 12px;
    margin-top: 6px;
    font-size: 20px;
}
.cafe_content_04 .petting_cafe .plan p{
    margin-top: 8px;
}

.service_content_05{margin-bottom: 100px;padding: 70px 0;background-color: #f1f1f1;}
.service_content_05 .special{
    text-align: center;
}
.service_content_05 .special h2{
    text-align: center;
    font-size: 40px;
    color: #806208;
    margin-bottom: 10px;
}
.service_content_05 .special h3{
    background-color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    padding: 4px 12px;
}
.service_content_05 .special p{
    font-size: 14px;
}
.service_content_05 .special .price-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto 20px;
    align-items: flex-end;
    gap: 40px;
}
.service_content_05 .special .price-list li{
}
.service_content_05 .special .price-list li .sort{
    font-size: 20px;
    line-height: 1em;
}
.service_content_05 .special .price-list li .sort span{
    font-size: 0.7rem;
}
.service_content_05 .special .price-list li .price{
    font-size: 30px;
    color: #806208;
}


