﻿.bg_color1{
    background-color: #000066;
}
#page8 .border_color4{
    border-color: #cccccc;
}
/*FV*/
#header{
    background-color: rgba(246,246,246,0.6);
}
#logo{
    width: 250px;
}
header.mg_b-150px{
    margin-bottom: 215px;
}
#header_contact a.btn_back{
    transform:skew(24.35deg);
    background-color: #F27A83;
    height: 120px;
    transition-duration: 0.5s;
}
#header_contact a.btn_back:hover{
    background-color: rgba(242,122,131,0.7);
    transition-duration: 0.5s;
}
#header_contact span{
    color: #fefefe;
    top: 45px;
}
#main_img .sns_links li {
    width: 20%;
}
#catchCopy{
    max-width: 100%;
    position: absolute;
    bottom: 4vh;
    left: 0;
}

.loopCc-inline{
  display: block;
  font-family: sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
  color: #000066;
  text-align: center;
  white-space: nowrap;
}
#catchCopy span{
    font-size: 2.4rem;
}
#catchCopy span.aircon{
    font-size: 2.4rem;
    padding: 0 5px;
}
#catchCopy span.freeEstim{
    font-size:3.0rem;
    color: #e20016;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    transform: translateY(8px);
    animation: blink 3s linear infinite;
}
@keyframes blink{
    0%{
        opacity: 1;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
    
}
#topCopy{
    background: linear-gradient(to right, transparent, rgba(0,0,102,0.35));
    width: 80%;
    top: 36.5vh;
    right: 0;
    z-index: 2;
}
@media screen and (max-width:768px){
    #topCopy{
        top: 26.5vh;
        width: 120%;
    }
    #catchCopy{
        bottom: 30vh;
    }
}
@media screen and (max-width:667px){
    .l-header__toggle{
        top: 30px;
    }
    header.mg_b-150px{
        margin-bottom: 150px;
    }
    #topCopy{
        background: linear-gradient(to bottom, transparent, rgba(0,0,102,0.5));
        padding: 7px 0;
    }
    #catchCopy{
        bottom: 35vh;
        max-width: 100%;
    }
    .loopCc-inline,#catchCopy span,#catchCopy span.aircon{
        font-size: 1.8rem;
    }
    #catchCopy span.freeEstim{
        font-size: 2.4rem;
    }
}

/*TOP*/
#top_message p.Russo{
    font-weight: 600;
    width: 1080px;
}
#top_message p.Russo br{
    display: none;
}
#top_message h2.Russo.txt_color1{
    color: #F27A83;
}
#top_contents1 h3::before,#top_contents2 h3::before{
    display: none;
}
#subIntro{
    width: 1280px;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 0 150px 0;
}
#subIntro p{
    margin: 0 auto;
    padding-top: 80px;
    font-size: 1.4rem;
}
#top_contents3{
    width: 1280px;
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0 200px 0;
}
@media screen and (max-width:667px){
    #top_message p.Russo{
        transform: translate(0, -50%);
        font-size: 24px;
        width: auto;
        line-height: 1.5;
    }
    #top_message p.Russo.posi_center{
        left: auto;
    }
    #top_message p.Russo br{
        display: block;
    }
    #subIntro img.pc_hide{
        display: block;
    }
    #subIntro p{
        font-size: 1.0rem;
        padding-top: 40px;
    }
    #top_message h2.Russo{
        line-height: 1.5;
        font-size: 1.0rem;
        padding-top: 20px;
    }
    #top_contents3{
        padding: 50px 0 80px 0;
    }
     #top_contents3 img.pc_hide{
        display: block;
    }
}
/*スマホcontactボタン*/
#contactBtnSp{
    display: none;
}
@media screen and (max-width:768px){
    #contactBtnSp{
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 999;
        }
    #contactBtnSp a{
        padding: 10px 20px;
        background-color: #F27A83;
        color: #fefefe;
    }
}
/*TOP-CMS*/
#top_cms .cate_box.flex_top-left{
    justify-content: center;
}
/*導入実績*/
#cms_3-b .heightAjust{
    height: 335px;
}
#cms_3-b figure {
    height: 100%;
}
/*修理・交換・洗浄*/
.cate2imgs{
    justify-content: space-around;
}
/*お問い合わせ*/
.tel_contact .tel_txt  .d_flex{
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.tel_contact .d_flex{
    border-bottom: solid 1px #181818;
    margin-bottom: 40px;
}
.tel_contact .tel_txt  .d_flex p{
    min-width: 200px;
}
@media screen and (max-width:768px){
    .tel_contact .tel_txt  .d_flex{
    justify-content: flex-start;
    align-items: center;
    gap:0;
}
}
/*footer*/
@media screen and (max-width:768px){
    #copyright{
        padding-bottom: 50px;
    }
}
/*追従TELボタン*/
#telFollowBt{
    position: fixed;
    bottom: 20px;
    right: -350px;
    background-color: #fefefe;
    border: solid 8px #F27A83;
    z-index: 999;
    transition-duration: 0.5s;
}
#telFollowBt.visible {
    right: 0;
    transition-duration: 0.5s;
}
#telFollowBt a{
    padding: 10px;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
}
#telFollowBt i{
    max-width: 50px;
}
#telFollowBt p{
    color: #F27A83;
    font-weight: 600;
    font-size: 1.8rem;
}
@media screen and (max-width:768px){
    #telFollowBt{
        bottom: 0;
        background-color: rgba(254,254,254,0.65);
    }
    #telFollowBt{
        border: solid 2px #F27A83;
    }
   #telFollowBt p{
       display: none;
    }
}