﻿.bg_color3 {
    background: linear-gradient(to right, rgba(91,223,184,1) 0%,rgba(81,105,191,1) 100%);
}
#loading img.posi_center{
    top: 47%;
}
/*nav*/
#sp_nav li a span.txt_color2{
    color: rgba(255,255,255,0.5);
}
/*header*/
header h1{
    max-height: 50px;
}
#header h1 img{
    width: 236px!important;
}
@media screen and (max-width: 768px){
    #header h1 img{
        width: 75px!important;
    }
}
/*nav*/
#pc_nav{
    z-index: 4;
}
#pc_nav ul li{
    font-size: calc(1.4rem);
}
/*FV*/
#main_img .main_txt{
    left: 0;
    bottom: 0;
    width: 100%;
}
main {
    background-image: url('./Dup/img/TOP7b.jpg');
}
.con_box .con_sub_title{
    display: none;
}
#top_cms .txt_color2{
    color: #fefefe;
}
@media screen and (max-width: 668px){
    #main_img .main_txt{
        max-width: 100%;
        left: auto;
        bottom: 0;
    }
    #main_img .main_txt h3{
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    #main_img .main_txt img{
        width: 120%;
    }
}
/*CMS一般*/
#page_title.bg_black{
    background-color: #aeaeae;
}
.cate_box h3.txt_color2, #under_page h3.txt_color2{
    color: #fefefe;
}
.cate_box h3.border_color2{
    border-color: #fefefe;
}
.cate_list::before{
    color: #fefefe;
}
@media screen and (max-width: 768px){
    .cate{
        padding-top: 60px;
        margin-top: -60px;
    }
}
/*会社情報*/
.info_box p.txt_color2{
    color: #fefefe;
}
/*お問い合わせ*/
#contact_tel a.txt_color2{
    color: #fefefe;
}
/*pp*/
@media screen and (max-width: 667px){
    #page_title .page_title_box.pp h2{
        font-size: 28px;
    }
}
@media screen and (max-width: 375px){
    #page_title .page_title_box.pp h2{
        font-size: 24px;
    }
}
/*追従予約バナー*/
#reserveBanner{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to right, rgba(91,223,184,0.8) 0%,rgba(81,105,191,0.8) 100%);
    z-index: 3;
    border: solid 2px #062049;
    transition-duration: 0.5s;
}
#reserveBanner:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
#reserveBanner a{
    font-size: 2.4rem;
    padding: 20px 30px;
    color: #fefefe;
}
@media screen and (max-width: 668px){
    #reserveBanner{
        bottom: 47px;
        right: auto;
        border: none;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    #reserveBanner a{
        font-size: calc(1rem + 4px);
        padding: 5px 20px;
    }
}