/*メインビジュアル*/
#mvSection-home, 
#mvSection-local {
    position: relative;
    }
#mvSection-local #mvSectionIn {
    width: 70%;
}    
#mvSection-home #mvSectionIn, 
#mvSection-local #mvSectionIn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }
#mvSection-home #mvSectionIn #mvSectionTxt, 
#mvSection-local #mvSectionIn #mvSectionTxt {
    color: #fff;
    font-weight: 700 !important;
    text-align: center;
    font-size: 28px;
    }
#mvSection-home #mvSectionIn #mvSectionTxt {
    font-size: 1rem;
    padding-bottom: 20px;
}
#mvSection-local #mvSectionIn #mvSectionTxt {
    font-size: 28px;
    }
@media(max-width:767px){
  #mvSection-home #mvSectionIn, 
  #mvSection-local #mvSectionIn {
        top: 50%;
        left: 30%;
        transform: translate(-20%, -50%);
        -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
        }
        #mvSection-home #mvSectionIn #mvSectionTxt {
        font-size: 0.85rem;
        padding-bottom: 15px;
        }
    }
@media(max-width:320px){
        #mvSection-local #mvSectionIn #mvSectionTxt {
        font-size: 1.25rem;
        }
    }

/*下部のソーシャルカード*/
#snsCard .mh-395 img {
    border: 1px solid rgb(207, 217, 222);
    border-radius: 12px;
    }
  @media(min-width:768px){
 
  #snsCard .mh-395 img {
    height: 395px;
    width: auto;
    }
  }

/*下部のソーシャルボタン*/
#socialBtn {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    }
#socialBtn li {
    margin: 0 10px;
    }

