@charset "UTF-8";
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    flex-direction: column;
    display: flex;
}
a {
    color: #333333;
}
a:hover {
    color: #fbaaae;
    text-decoration: underline;
}
.pt-6 {
    padding-top: 3.6rem;
}
/* Sticky Footer*/
html, body {
    height: 100%;
}
.navbar {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: .2rem 1rem;
    min-width: 320px;
}
.navbar .navbar-brand {
    float: left;
}
.navbar .navbar-toggler {
    float: right;
}
@media only screen and (max-width: 767px) {
    .navbar .navbar-brand {
        float: inherit;
    }
}
/* navbar-brand */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    max-height: 44px;
}

/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top .fa {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    cursor: pointer;
}
#page-top .fa:hover {
    color: #999;
}
/* footer */
footer {
    background-color: #f5f5f5;
    border-top: 1px solid #EEE;
}
/* rowframe */
.rowframe01 {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 2px solid rgba(0, 0, 0, 0.25);
    padding: 1.25rem;
}

/* tile01 */
.tile01 .thumb {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 15.35rem;
}
@media only screen and (max-width: 1199px) {
    .tile01 .thumb  {
        height: 12.5rem;
    }
}
@media only screen and (max-width: 575px) {
    .tile01 .thumb  {
        height: 8.8rem;
    }
}
.tile01 .card-title {
    height: 1.5rem;
    overflow: hidden;
}
.tile01 .card-text {
    height: 3rem;
    overflow: hidden;
}

/*メニューテキスト*/
.pwmenu a {
    /*font-size: 12px;*/
    font-size: 0.75rem;
    text-align: center;
    display: block;
    color: #444;
}
.pwmenu a:hover {
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
.pwmenu a span {
    display: block;
    font-size: 1.25rem;
    line-height: 20px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pwmenu .slash {
    -webkit-transform: skewX(140deg);
    -moz-transform: skewX(140deg);
    transform: skewX(140deg);
    border-right: 1px solid #CCC;
}
@media only screen and (max-width: 992px) {
    .pwmenu .slash {
        -webkit-transform: skewX(175deg);
        -moz-transform: skewX(175deg);
        transform: skewX(175deg);
    }
}

/*キャプション*/
.pwcap {
    font-size: 16px;
}
.pwcap span:first-child {
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pwcap span:nth-child(2) {
    font-size: 23px;
    color: #CCC;
}

/*ニュースブロック*/
.block-news {
    height: 150px;
    overflow-y: scroll;
}
.block-news ul {
    list-style-type: square;
    color: #754b23;
}
@media only screen and (max-width: 767px) {
    .block-news {
        height: 90px;
    }
}


/*BLOGブロック*/
.block-blog {
    height: 110px;
    overflow-y: scroll;
}
.block-blog ul {
    list-style-type: square;
    color: #754b23;
}
.block-blog ul li .date {
    display: inline-block;
    width: 110px;
}
@media only screen and (max-width: 767px) {
    .block-blog {
        height: 90px;
    }

    .block-blog ul li a {
        display: block;
    }
}


/*点滅バッジ*/
.flash1{
    animation: Flash1 2s infinite;
}
@keyframes Flash1{
    0%{
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity:0;
    }
}

/*トップカルーセル*/
[id^="topCarousel"] .carousel-control-next,
[id^="topCarousel"] .carousel-control-prev {
    width: 70px;
}
[id^="topCarousel"] .carousel-control-next .fa,
[id^="topCarousel"] .carousel-control-prev .fa {
    text-shadow:0px 0px 5px #999;
    font-size: 55px;
}
@media only screen and (max-width: 400px) {
    [id^="topCarousel"] .carousel-control-next,
    [id^="topCarousel"] .carousel-control-prev {
        width: 50px;
    }
    [id^="topCarousel"] .carousel-control-next .fa,
    [id^="topCarousel"] .carousel-control-prev .fa {
        font-size: 40px;
    }
}
[id^="topCarousel"] .carousel-indicators li {
    border: 1px solid #DDD;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    /*ドットに変更*/
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.carousel-indicators .active {
    background-color: #ccc;
}
.carousel-indicators {
   bottom: -40px;
}
@media only screen and (max-width: 767px) {
    .carousel-indicators {
        position: inherit;
        margin-top: 15px;
        margin-bottom: 0;
        bottom: inherit;
    }
}
[id^="topCarousel"] .thumb-row {
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
[id^="topCarousel"] .thumb-row > div {
    padding: 0 2px;
    cursor: pointer;
}
[id^="topCarousel"] .thumb-row > div:hover {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
/*トップカルーセル（テキストエリア）*/
.carousel-item {
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-size: 100%;
}
.carousel-item .finner{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.carousel-item .farea01 {
    display: inline-block;
    text-align: left;
    padding: 5px 10px;
    font-size: 20px;
    background-color: white;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    width: 55%;
    height: auto;
    /*overflow: -webkit-paged-y;*/
}
.carousel-item a {
    display: table;
    width: 100%;
    height: 100%;
    color: #000;
}
.carousel-item a:hover {
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 1200px) {
    .carousel-item { height: 330px; }
    .carousel-item .farea01 { font-size: 22px; }
}
@media only screen and (max-width: 992px) {
    .carousel-item { height: 240px; }
    .carousel-item .farea01 { font-size: 16px; }
}
@media only screen and (max-width: 767px) {
    .carousel-item { height: 310px; }/*180*/
    .carousel-item .farea01 { font-size: 15px; }
}
@media only screen and (max-width: 400px) {
    .carousel-item { height: 211px; }
    .carousel-item .farea01 { font-size: 12px; }
}

/*左メニュー*/
.psmenu dl a {
    display: block;
}
@media only screen and (max-width: 991px) {
    .psmenu .fa-angle-double-right {
        float: right;
        margin-top: 5px;
        color: #999;
    }
    .psmenu .card-body {
        padding: 0;
    }
    .psmenu dl {
        margin-bottom: 0;
    }
    .psmenu dd {
        border-bottom: 1px solid #CCC;
        margin-bottom: 0 !important;
        padding: 8px 15px;
    }
    .psmenu dd a:hover {
        text-decoration: none;
    }
    .psmenu dd:first-child {
        font-weight: bold;
    }
    .psmenu dd:last-child {
        border: none;
    }
}

/*フッターメニュー*/
@media only screen and (max-width: 767px) {
    footer .pfmenu {
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
        overflow: hidden;
        margin: 10px 0;
    }
    footer .pfmenu ul {
        margin: 0 !important;
    }
    footer .pfmenu ul li {
        display: block;
        float: left;
        width: 50%;
        margin: 0 !important;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        font-size: 12px;
        text-align: center;
        background-color: #FFF;
        padding: 5px 10px;
        font-size: 11px;
        white-space: nowrap;
    }
    footer .pfmenu ul li a {
        display: block;
    }
    footer .pfmenu ul li a:hover {
        text-decoration: none;
    }
    footer .pfmenu ul li .fa {
        float: right;
        margin-top: 3px;
        color: #999;
    }
}

/* .changeview */
#changeview {
    cursor: pointer;
}

/*btn-tel*/
.btn-tel {
    height: 42px;
    color: red;
}
.btn-tel .fa {
    color: #777;
}
@media only screen and (max-width: 365px) {
    .btn-tel {
        display: none !important;
    }
}
/* .navbar-toggler */
.navbar-toggler {
    padding: 0.2rem .75rem;
}
.navbar-toggler > div {
   font-size: 10px;
}
.navbar-toggler-icon {
    height: 1.0em;
}


/* Flickity スライダー（NewPuppy） */
.flcarousel {
    background: #EEE;
    padding: 10px 0;
}
.carousel-cell {
    width: 93px;
    height: 88px;
    margin-right: 3%;
    border-radius: 5px;
    counter-increment: carousel-cell;
}
.carousel-cell.is-selected {

}
.flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important;
}
/* cell number */
.carousel-cell:before {
    display: block;
}

/*インタビューブロック*/
.intvblk{
    border: 1px solid #EEE;
    background-color: #f7e8e3;
}
.intvblk > div > div {
    position: absolute;
    z-index: 99;
    font-family: 'Gochi Hand', cursive;
    font-size: 23px;
    color: #f99262;
    letter-spacing: 3px;
    transform: rotate( -4deg );
    text-align: right;
    top: -20px;
    left: -5px;
}
.intvblk ul {
    margin: 0;
    padding: 5px;
    list-style: none;
}
/*.intvblk ul li:first-child {*/
    /*font-family: 'Gochi Hand', cursive;*/
    /*font-size: 23px;*/
    /*color: #f99262;*/
    /*letter-spacing: 3px;*/
    /*transform: rotate( -4deg );*/
    /*text-align: right;*/
    /*margin-top: -22px;*/
    /*margin-left: -10px;*/
/*}*/
.intvblk ul li:first-child {
    font-size: 18px;
    color: #f2828d;
    text-align: center;
}
.row > .col-12:nth-child(2n) li:first-child(2) {
    color: #6cb5d4;
}
.intvblk ul li:last-child {
    font-size: 14px;
}
.intvblk .blur,
.intvblk .blur > img {
    margin: 0; padding: 0;
    border: 0;
}
.intvblk .blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.intvblk .blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 5px 5px #f7e8e3;
    -webkit-box-shadow: inset 0px 0px 5px 5px #f7e8e3;
    box-shadow: inset 0px 0px 5px 5px #f7e8e3;
    content: " ";
}

/*.nblock（トピックス）*/
.nblocks > div:nth-child(8n+1) > .nblock {background-color: #F3A8BC; }
.nblocks > div:nth-child(8n+2) > .nblock {background-color: #E0C3CF; }
.nblocks > div:nth-child(8n+3) > .nblock {background-color: #F0E2CE; }
.nblocks > div:nth-child(8n+4) > .nblock {background-color: #CA878B; }
.nblocks > div:nth-child(8n+5) > .nblock {background-color: #DFE2EB; }
.nblocks > div:nth-child(8n+6) > .nblock {background-color: #F3A8BC; }

.nblocks > div:nth-child(8n+7) > .nblock {background-color: #E0C3CF; }
.nblocks > div:nth-child(8n+8) > .nblock {background-color: #F0E2CE; }

.nblock {
    padding-bottom: 8px;
}
.nblock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
}
.nblock li:first-child {
    padding: 2px 5px 0px 5px;
    font-size: 14px;
}
.nblock li:nth-child(2) {
    padding: 0 5px 2px 5px;
    font-size: 12px;
}
.nblocks > div > div:last-child {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}

/*バナーブロック*/
.kblocks > div:nth-child(5n+1) .kblock {background-color: #F3A8BC; }
.kblocks > div:nth-child(5n+2) .kblock {background-color: #E0C3CF; }
.kblocks > div:nth-child(5n+3) .kblock {background-color: #F0E2CE; }
.kblocks > div:nth-child(5n+4) .kblock {background-color: #CA878B; }
.kblocks > div:nth-child(5n+5) .kblock {background-color: #DFE2EB; }

.kblock {
    overflow: hidden;
    height: 100%;
}
.kblock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.kblock li {
    width: 50%;
    float: left;
}
.kblock li {
    display: table;
    height: 100%;
}
.kblock li .kinner {
    text-align: center;
    color: white;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}


/*==========================================================================================================下層ページ*/
/*.mcap*/
.mcap {
    background-image: url("../images/logo-under.gif");
    background-position: right 1% bottom 5%;
    background-repeat: no-repeat;
}
.mcap-bg-pcwan { background-image: url("../images/pcwan.png"); }
.mcap-bg-sprout { background-image: url("../images/sprout.png"); }
.mcap-bg-show { background-image: url("../images/showmain.png"); }
.mcap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 30px 0;
}
.mcap li:first-child {
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #444;
}
.mcap li:last-child {
    font-size: 1rem;
    color: #444;
}
@media only screen and (max-width: 767px) {
    .mcap ul {
        text-align: left;
        width: 100%;
        margin: 0;
    }
    .mcap li:first-child {
        font-size: 1.2rem;
    }
    .mcap li:last-child {
        font-size: 0.8rem;
    }
    .mcap-bg-show { background-image: none; }
    
}
/*pwcap-u*/
.pwcap-u01 {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    background-image: url("../images/capbg01.png");
    background-repeat: no-repeat;
}
.pwcap-u02 {
    font-size: 16px;
    color: #76471a;
    height: 48px;
    display: table;
    width: 100%;
    background-image: url("../images/capbg02.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.pwcap-u02 > div {
    display: table-cell;
    vertical-align: middle;
}
.pwcap-u03 {
    font-size: 16px;
    color: #76471a;
    height: 48px;
    display: table;
    width: 100%;
    background-image: url("../images/capbg03.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.pwcap-u03 > div {
    display: table-cell;
    vertical-align: middle;
}
.pwcap-u03 .fa-stop {
    font-size: 14px;
    transform: rotate(45deg);
}
.pwcap-u03 .how-step {
    font-size: 20px;
    color: #444;
}
.pwcap-u03 .how-step > span {
    font-size: 24px;
    color: #721c24;
    
    
}
.pwcap-u04 {
    font-size: 18px;
    color: #464646;
    height: 48px;
    display: table;
    width: 100%;
    background-image: url("../images/faq/q001.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.pwcap-u04 > div {
    display: table-cell;
    vertical-align: middle;
}
.pwcap-u05 {
    font-size: 14px;
    color: #464646;
    height: 48px;
    display: table;
    width: 100%;
    background-image: url("../images/cover.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.pwcap-u05 > div {
    display: table-cell;
    vertical-align: middle;
}
.pwcap-u06 {
    font-size: 16px;
    color: #464646;
    height:30px;
    display: table;
    width: 100%;
    background-image: url("../images/map/sitecover.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.pwcap-u06 > div {
    display: table-cell;
    vertical-align: middle;
}
.arrow-down {
    max-width: 100%;
    position: inherit;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .pwcap-u03 .how-step {
        font-size: 14px;
    }
    .pwcap-u03 .how-step > span {
        font-size: 16px;
    }
}
.border-dotted01 {
    border-style: dotted;
    border-width: 3px;
    border-color:#bbbaba;
    line-height: 30px;
}
.text-brown {
    color: #76471a;
}
.text-pink {
    color: #fd85cc;
}
.text-orage {
    color: orangered;
}
.bg-honeydew {
    background-color: honeydew;
}
.border-leaf {
    background-image: url("../images/ha-sen.gif");
    background-repeat: repeat-x;
}
/*吹き出し*/
.bubble {
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 1em 0 3em;
    color: #333;
    background: #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bubble::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 60px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: currentcolor;
    border-left-style: none;
    border-right-width: 30px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #DDD;
    display: block;
    width: 0;
}
.bubble::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 80px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: currentcolor;
    border-left-style: none;
    border-right-width: 10px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}
.bubble-ivory {
    background: #fde1c2;
}
.bubble-ivory::before {
    border-color: transparent #fde1c2;
}

.btn-merit {
    background-color:  #f5c1c4;
    color: #ef3d73;
    font-weight: bold;
    width: 100px;
    text-align: center;
    padding: 1px;
    border: 3px double #FFF;
}
.btn-demerit {
    background-color:  #b8e7f9;
    color: #0f60ad;
    font-weight: bold;
    width: 100px;
    text-align: center;
    padding: 1px;
    border: 3px double #FFF;
}


.googlemap-wrap {
   position: relative;
   padding-bottom: 50%;
   height: 0;
   overflow: hidden;
}
.googlemap-wrap iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
@media (max-width: 576px) {
   .googlemap-wrap {
     padding-bottom: 100%;
   }
}


ul.breadcrumb {
  margin-left:0;
  padding-left:0;
    background: white;
}

ul.breadcrumb li{
  position: relative;
  display:inline-block;
  list-style: none;
  font-weight: normal;
  margin-right: 6px;
}

ul.breadcrumb li:after{
    content: "";
    position: absolute;
    top: 7px;
    right: -19px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
    border-width: 7px 12px;
    width: 0;
    height: 0;
}

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

ul.breadcrumb li a {
    display: inline-block;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #9b9b9b;
    background: #e2e2e2;
    font-size: 10px;
    border-radius: 3px;
    transition: 0.3s;
}

ul.breadcrumb li a:hover {
    transform: translateY(-3px);
}


/* ぱんくず */
ol.breadcrumb li {
    font-size: 12px;
}
ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

/*子犬販売 H1*/
h1.typeh1 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 12%;
    padding-left: 5%;
    padding-right: 35%;

    height: 228px;
    font-size: 30px;
}
@media only screen and (max-width: 1200px) {
    h1.typeh1 {
        height: 169px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    h1.typeh1 {
        height: 141px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    h1.typeh1 {
        height: 100px;
        font-size: 12px;
    }
}