﻿.bg_color1{
    background-color: #FFAC27;
}
.bg_color3{
    background-color: #FFAC27;
}
.txt_color1{
    color: #333;
}
/*header*/
header.bg_color4{
    background-color: #fefefe;
}
/*FV*/
#catchCopy{
    max-width: 70%;
    position: absolute;
    top: 33%;
    right: 80px;
    z-index: 2;
}
/*TOP*/
#contents1{
    background-image: url('./Dup/img/con2BG.jpg');
}
#contents2{
     background-image: url('./Dup/img/con1BG.jpg');
}
#contents3 .txt_color3{
    color: #fefefe;
}
@media screen and (max-width: 668px){
    #catchCopy{
        right: auto;
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    #catchCopy img{
        max-width: 85%;
    }
}
/*お問い合わせバナー*/
@media screen and (max-width: 668px){
    .head_banner{
        border: solid 1px #fefefe;
        border-bottom: none;
    }
    header .head_banner a{
        border-radius: 0;
    }
}
