@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: "Q&A";
    position: absolute;
    top: 10rem;
    font-size: 1.3rem;
    letter-spacing: 0.7rem;
    color: #9A7502;
   width: 100%;
    left: 0;
}

.heading.block_header_1, .heading.block_header_6 {
    background: none;
    color: #89342e;
    position: relative;
}
.heading.block_header_1 .h {
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7rem;
}
main form dl input, main form textarea{
    background: #FEF8E2;
}
.heading+.add_text {
    text-align: left;
    position: relative;
    padding-left: 10px;
    color: #89342e;
}
.heading+.add_text:before {
    display: block;
    content: '';
    width: 2px;
    height: 23px;
    border: 1px solid #9A7502;
    background: #9A7502;
    position: absolute;
    top: 0.5rem !important;
    left: 0;
}
.heading+.add_text .ttl {
    font-size: 2.1rem;
    color: #9A7502;
}
.heading+.add_text .text {
    display: inline-block;
}
.widget_form form dt {
    padding-left: 28px;
    color: #9A7502 !important;
}
main form .submit {
    color: #89342e;
    border: 1px solid #9A7502;
    background: initial;
    margin-top: 60px;
}
.widget_form form .submit input {
    padding: 5px 0px !important;
    color: #9A7502 !important;
}
main form .submit span input {
    color: #89342e;
}
main form .submit span input:hover {
    color: #fff !important;
}
.widget_form form dt {
    color: #89342e;
}
.widget_form form .submit input:hover {
    color: #fff;
}

#contact + .widget_form  .content_wrapper .heading:before {
    content: "";
    position: absolute;
    top: 9rem;
    width: 5rem;
    height: 1px;
    background: #89342e;
}
#contact + .widget_form  .content_wrapper .heading.block_header_1 p {
    margin-bottom: 3rem;
}



/*---------footer-----------*/
#samrai_art + .contents_box01 {
    color: #89342e;
}
#samrai_art + .contents_box01 .heading.block_header_6 .h {
    font-size: 2.1rem !important;
    border-bottom: 1px solid #89342e;
}
#common_footer {
    position: relative;
}
#common_footer:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1%;
    background: url(/common/upload_data/bugakucom/image/20201211232717.png);
    background-size: cover;
    top: 0;
    z-index: 1;
}
.inner_item_txt p {
    color: #89342e;
}
#fotter_ttl + .hp.pt60 {
    position: relative;
    display: none;
}
#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 {
   color: #89342e;
}


#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: "CONTACT";
    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;
    }
    .widget_form form dt {
        padding-left: 0px;
    }
    #contact + .widget_form .content_wrapper .heading:before {
        top: 7rem;
    }
     #concept_item1 + .contents_box01 .content_wrapper .heading .h {
           margin-top: 20px;
     }
     #concept_item2 + .contents_box01 .content_wrapper .heading .h {
           margin-top: 20px;
     }
     #concept_item3 + .contents_box01 .content_wrapper .heading .h {
           margin-top: 20px;
     }
     #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;
    }
}