@charset "UTF-8";

header.over+#lv_outer #lv {
   min-height: 450px;
}
#lv p{
    position: relative;
}
#lv p span {
    color: #9A7502;
    position: relative;;
    top: -11rem;
    right: -26rem;
}
#lv p span:before {
    content: "";
    display: block;
    position: absolute;
    width: 5rem;
    height: 1px;
    background: #9A7502;
    transform: translate(-50%, -50%);
    top: 7rem;
    left: 50%;
}
#lv p span:after {
    content: "service";
    position: absolute;
    top: 10rem;
    font-size: 1.3rem;
    letter-spacing: 0.7rem;
    color: #9A7502;
   width: 100%;
    left: 0;
}

.heading.block_header_2 .h{
padding-left: 0;
color: #89342e;
}
.inner_item_txt p{
    color: #89342e;
}
.contents_box01.w40 .inner_item_img{
    flex-basis: 45%;
    max-width: 45%;
    position: relative;
    z-index: 1;
}
.contents_box01.w40 .inner_item_txt{
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0;
}
.heading.block_header_2 .h:before{
    content: none;
}
.contents_btn01 a {
    color: #9A7502 !important;
    border: 1px solid #9A7502;
    background: initial;
}

/*----------service-ttl------------*/
#service_ttl + .hp .content_wrapper .heading.block_header_1 {
    background: none;
    position: relative;
}
#service_ttl + .hp .content_wrapper .heading.block_header_1:before {
    content: "";
    position: absolute;
    top: 9rem;
    width: 5rem;
    height: 1px;
    background: #89342e;
}
#service_ttl + .hp .content_wrapper .heading.block_header_1 .h{
    color: #89342e;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7rem;
}
#service_ttl + .hp .content_wrapper .heading.block_header_1 p{
    margin-bottom: 3rem;
}

#service_txt + .contents_box01 .content_wrapper .heading.block_header_2 .h{
    color: #89342e;
    font-size: 1.65rem !important;
    font-weight: normal
}
#service_txt + .contents_box01 .content_wrapper .heading.block_header_2 .h:before {
    content: none;
}

#service1 + .contents_box01 {
    background: #FEF8E2;
}
#service1 + .contents_box01 .content_wrapper .heading .h{
    font-size: 1.65rem;
    font-weight: normal;
}
#service1 + .contents_box01 .wrapper_item {
    display: flex;
    justify-content: space-between;
}
#service1 + .contents_box01.w40 .inner_item_img:before{
    content: "";
    position: absolute;
    width: 100%;
    background: #9A7502;
    display: block;
    top: 3%;
    left: 3%;
    right: 0;
    bottom: -3%;
    z-index: -1;
}
#service2 + .contents_box01 .content_wrapper .heading .h{
    font-size: 1.65rem;
    font-weight: normal;
}
#service2 + .contents_box01 .content_wrapper .wrapper_item{
    display: flex;
    flex-direction: row-reverse;    
}
#service2 + .contents_box01 .wrapper_item {
    display: flex;
    justify-content: space-between;
}
#service2 + .contents_box01.w40 .inner_item_img:before{
    content: "";
    position: absolute;
    width: 100%;
    background: #9A7502;
    display: block;
    top: 3%;
    left: -3%;
    right: 3%;
    bottom: -3%;
    z-index: -1;
}
#btn1 + .contents_btn01{
    background: #FEF8E2;
}
#btn1 + .contents_btn01 a span{
    padding: 10px 100px;
}
#btn2 + .contents_btn01 a span{
    padding: 10px 100px;
}

/*---------footer-----------*/
#samrai_art + .contents_box01 {
    display: none;
}
#fotter_ttl + .hp.pt60 {
    position: relative;
}
#fotter_ttl + .hp.pt60:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3%;
    background: url(/common/upload_data/bugakucom/image/20201211232717.png);
    background-size: cover;
    top: 0;
}
#fotter_ttl + .hp .content_wrapper .heading.block_header_6{
    background: none;
    position: relative;
}
#fotter_ttl + .hp .content_wrapper .heading.block_header_6 .h{
    margin-bottom: 3rem;
}
#fotter_ttl + .hp .content_wrapper .heading.block_header_6 p{
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7rem;
    color: #89342e;
}
#fotter_ttl + .hp .content_wrapper .heading.block_header_6:before{
    content: "";
    position: absolute;
    top: 9rem;
    width: 5rem;
    height: 1px;
    background: #89342e;
}

#fotter_kanren + .composite_box01 .content_wrapper .inner_item .inner_item_txt {
    background: #000;
    color: #fff;
    padding: 5px 0;
    position:relative;
}
#fotter_kanren + .composite_box01 .content_wrapper .inner_item .inner_item_txt .heading.block_header_4 .h {
    color: #fff;
    font-size: 1.2rem !important;
    text-align: left;
    padding-left: 20px;
}
#fotter_kanren + .composite_box01 .content_wrapper .inner_item .inner_item_txt:before {
    content: "";
    border-top: 7px solid transparent;
    border-left: 7px solid #D90D0D;
    border-bottom: 7px solid transparent; 
    position: absolute;
top: 7px;
left: 7px;
}

#footer_txt + .contents_box01 {
   display: none;
}


#footer_banner ul {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
#footer_banner ul li {
    list-style: none;
    width: calc(100% / 3 - 4%);
    margin: 0 2%;
    padding: 0;
}
#footer_banner .content_wrapper > img {
    margin-bottom: 30px;
}
#footer_banner ul li a img {
    transition: 0.2s ease-in-out;
}
#footer_banner ul li a:hover img {
    opacity: 0.8;
}
#footer_banner .content_wrapper {
    max-width: 1000px !important;
}
#footer_banner .content_wrapper .img-wrap {
    text-align: center;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 70px;
}
#footer_banner .content_wrapper .img-wrap img{
    width: 100%;
}
#footer_banner .content_wrapper .img-wrap a{
    display: flex;
}
#footer_banner .content_wrapper .img-wrap .img-bugaku1{
    width: 80%;
}
#footer_banner .text{
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 900px){
#lv p span {
    color: #9A7502;
    position: relative;
    top: 3rem;
    right: 0rem;
}
#lv p span:after {
    content: "SERVICE";
    position: absolute;
    top: 5rem;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    color: #9A7502;
    width: 100%;
    left: 0;
}
#lv p span:before {
    content: "";
    display: block;
    position: absolute;
    width: 5rem;
    height: 1px;
    background: #9A7502;
    transform: translate(-50%, -50%);
    top: 4rem;
    left: 50%;
}
}


/*-------------------800px以下-----------------------*/
@media(max-width: 800px){
    .pconly{
        display: none;
    }
    #service_ttl + .hp .content_wrapper .heading.block_header_1:before{
        top: 7rem;
    }
    #service1 + .contents_box01 .content_wrapper .wrapper_item {
        flex-direction: column;
    }
    #service1 + .contents_box01 .content_wrapper .heading .h {
       margin: 20px 0 0 0;
    }
    #service2 + .contents_box01 .content_wrapper .wrapper_item {
        flex-direction: column;
    }
    #service2 + .contents_box01 .content_wrapper .heading .h {
       margin: 20px 0 0 0;
    }


     #footer_banner ul {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    }
    #footer_banner ul li {
         margin-bottom: 20px;
         width: initial;
    }
    #footer_banner .content_wrapper .img-wrap {
        width: 30%;
    }
    #fotter_ttl + .hp .content_wrapper .heading.block_header_6:before {
        top: 7rem;
    }
}
