@charset "UTF-8";

/*---共通---*/
.heading.block_header_1 p, .heading.block_header_1 .h:last-child {
    font-size: 2.2rem !important;
    color: #000 !important;
    text-shadow: none;
    font-weight: normal;
}
.heading.block_header_1{
    background-image: none;
}
.heading.block_header_2 .h:before{
     content: none;
}
.heading.block_header_2 .h {
    padding-left: 0;
    border-bottom: none;
    font-size: 2.2rem !important;
    font-weight: normal;
}
.heading.block_header_2 p {
    font-size: 1.55rem !important;
}
.heading.block_header_4 p {
    font-size: 1.55rem !important;
    font-weight: 400;
}
.heading.block_header_4:before {
    display: block;
}

/* top */

#lv{
    width: 100%;
}
#lv_outer {
    background-image: none;
    padding: 0;
}
#lv p span {
    top: 2rem;
    left: -25rem;
    color: #1E4066;
    font-weight: bold;
text-shadow: 3px 2px 5px #1E4066;
}
#pan {
    background: #1E4066;
}
#pan ul li a {
    color: #fff;
}



/*------愛犬アルバム投稿-----*/
#toukou_ttl + .contents_box01 {
    margin-bottom: 45px;
    margin-top: 70px;
}
#toukou_ttl + .contents_box01 .content_wrapper {
    background: #964850;
    position: relative;
    color: #fff;
}
#toukou_ttl + .contents_box01 .content_wrapper:before {
    position: absolute;
    content: "";
    background: url("/common/upload_data/mame-shibacojp/image/20210202233853.png");
    background-repeat: no-repeat;
    width: 15em;
    height: 15em;
    top: -2em;
    left: -2em;
    background-size: contain;
}
#toukou_ttl + .contents_box01 .content_wrapper:after {
    position: absolute;
    content: "";
    background: url("/common/upload_data/mame-shibacojp/image/20210202233835.png");
    background-repeat: no-repeat;
    width: 25em;
    height: 25em;
    top: -3em;
    right: -5em;
    background-size: contain;
}
#toukou_ttl + .contents_box01 .content_wrapper .heading{
    max-width: 1024px;
    position: relative;
}
#toukou_ttl + .contents_box01 .content_wrapper .heading .h:before{
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 37em;
    right: -37em;
    top: 50%;
}
#toukou_ttl + .contents_box01 .content_wrapper .heading .h{
    color: #fff !important;
   padding-right: 15px;
    position: relative;
}
#toukou_ttl + .contents_box01 .content_wrapper .wrapper_item{
    max-width: 1024px;
    margin: auto;
    padding-bottom: 45px !important;
    position: relative;
}
#toukou_ttl + .contents_box01 .content_wrapper .wrapper_item:before{
    position: absolute;
    content: "";
    background: url("/common/upload_data/mame-shibacojp/image/20210202233845.png");
    background-repeat: no-repeat;
    width: 25em;
    height: 25em;
    bottom: -18em;
    left: 0;
    background-size: contain;
}
#toukou_ttl + .contents_box01 .content_wrapper .wrapper_item a {
    text-decoration-color: rgba(255,255,255,0.8) !important;
}


/*-------規約のスクロールバー-------*/
.widget_form .privacypolicy::-webkit-scrollbar {
    width: 10px;
}
.widget_form .privacypolicy::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  background-color: #fff;
}
.widget_form .privacypolicy::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

#fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
    background: rgba(255,100,100,0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 4px; 
    padding-left: 4px;
}


@media (max-width: 768px) {
    #lv p span {
        left: 0;
        width: 90%;
        text-align: left;
    }
    #toukou_ttl + .contents_box01 .content_wrapper:before{
        width: 7em;
        height: 7em;
    }
    #toukou_ttl + .contents_box01 .content_wrapper:after {
        width: 17em;
        height: 17em;
    }
    #toukou_ttl + .contents_box01 .content_wrapper .wrapper_item:before {
        width: 17em;
        height: 17em;
        bottom: -10em;
    }
}


@media (max-width: 400px) {
    #lv div {
        top: -65px !important;
    }
}