﻿.bg_color1{
    background-color: #ffce26;
}
.bg_color5{
    background-color: #ffce26;
}
.txt_color5{
    color: #ffce26;
}
header.pd_t-50px{
    padding-top: 80px;
}
#headerRope{
    width: 100%!important;
    height: 100vh;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-image: url('./Dup/img/headerRope.png') 122 / 105px / 5px round;
    z-index: 101;
}
.head_box.pd_l-20px{
    padding-left: 30px;
}
.head_box.pd_r-20px{
    padding-right: 30px;
}
.head_box .pc_box{
    position: relative;
    z-index: 102;
}
#main_menu .txt_white,.pc_box .contact_bt .txt_white{
    color: #2a2929;
}
#main_menu ul li a::before{
    background-color: #2a2929;
}
.pc_box .contact_bt .txt_white,.pc_box .tel_bt .txt_white{
    color: #2a2929;
}
.pc_box .contact_bt a,.pc_box .tel_bt a{
    border-color: #2a2929;
}
@media (max-width: 1000px){
    #headerRope {
        display: none;
    }
}
@media (max-width: 768px){
    header.pd_t-50px{
        padding-top: 10px;
    }
    .pc_box h1#logo{
        text-align: center;
    }
}
@media (max-width: 667px){
    .flexslider .sp_hide {
        display: none!important;
    }

    .hamburger{
        top: 20px;
        right: 3px;
        width: 60px;
        height: 60px;
    }
    .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{
        width: 40px;
        height: 5px;
    }
    .hamburger__icon:before{
        top: -12px;
    }
    .hamburger__icon:after{
        top: 12px;
    }
    .hamburger.active .hamburger__icon:before{
        transform: translateY(16px) rotate(45deg);
    }
}
/*fv*/
#catchCopy{
    bottom: 0;
    right: 0;
    z-index: 999;
    max-height: 1080px;
}
#catchCopy img{
    max-height: 100vh;
}
.scroll_bt{
    z-index: 9999;
}
@media (max-width: 768px){
    #catchCopy{
        width: 60%;
    }
    .flexslider{
        display: none;
    }
}
/*top*/
main{
    position: relative;
    z-index: 1;
}
/*お問い合わせ*/
#page8 .con_tel_box p a.width_300-max{
    max-width: 570px;
}
#page8 .con_tel_box p.txt_center br{
    display: none;
}
#contact_tel{
    margin-bottom: 5px;
}
#contact_mail a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
#contact_mail a br{
    display: none;
}
#contact_mail a span{
         text-align: left;
     }
#ctmail_message{
    text-align: center;
}
@media (max-width: 768px){
    #page8 .con_tel_box p.txt_center br{
        display: block;
    }
    #contact_mail a br{
        display: block;
    }
}
@media (max-width: 667px){
    .sp_btBox{
        display: flex;
        justify-content: center;
        gap: 40px;
        padding-top: 30px;
    }
    .sp_btBox p a span{
        display: none;
    }
    #page8 .con_tel_box span.font_14{
        display: none;
    }
    #page8 .under_box.pd_20px_sp{
        padding: 20px 0 20px 20px;
    }
    
}
/*下層一般*/
#page_title .title_img{
    height: 400px;
    background-position: 0 -80px;
}
@media screen and (max-width: 667px){
    #page_title .title_img {
        height: 240px;
        background-position: 0;
    }
}
/*こていりんく*/
#fixedlink{
    z-index: 9;
    bottom: -100px;
    right: 100px;
    min-width: 300px;
    transition-duration: 1.0s;
}
#fixedlink.visible{
    bottom: 55px;
    transition-duration: 1.0s;
}
#fixedlink .tel_number{
    padding: 13px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fefefe;
    text-align: center;
    z-index: 5;
}
#fixedlink .tel_number:before{
    position: absolute;
    border: 1px solid #fff;
    content: '';
    display: inline-block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#fixedlink .arrow{
    width: 0;
    height: 0;
    border-left: 16px solid #0000;
    border-right: 16px solid transparent;
    border-top: 15px solid;
    left: 50%;
    margin-left: -8px;
    bottom: -14px;
}
.telmessage{
    display: block;
    padding: 10px;
    top: 0;
    left: 0;
    color: #fefefe;
    z-index: 4;
    transform: scale(0);
    transition-duration: 0.5s;
}
.telmessage.active{
    width: 95%!important;
    max-width: 100%;
    top: -100px;
    transform:scale(1);
    transition-duration: 0.5s;
}
.tel_number.dsp_none{
    opacity: 0;
}
@media (max-width: 667px){
    #fixedlink{
        min-width: 230px;
        right: 77px;
    }
    #fixedlink.visible{
        bottom: 20px;
    }
    #fixedlink .tel_number{
        padding: 10px;
        font-size: 20px;
    }
    .telmessage{
        display: none;
    }
}
/*footer*/

.footer_back .f_before{
    height: 1070px;
}

@media (max-width: 667px){
    .footer_back .f_before{
        width: 1200px;
    }
}