/* カスタマイズ用CSS */
.ec-headerTitle .ec-headerTitle__title a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-headerTitle img {
    width: 6rem;
    margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a{
    display: block;
}
.Header_Ttl{
    display: block;    
}
.ec-headerTitle img {
    margin-right: 0;
    margin-bottom: 1em; 
}
}


.ec-footerTitle .ec-footerTitle__logo a {
    display: block;
    margin: 0 auto;
    width: 314px;
    max-width:100%;
    margin-bottom: 100px;
}

.ec-footerTitle .ec-footerTitle__logo a >img {
      width: 100%;
      object-fit: contain;
}



.ec-guest{
    width:100%;
    margin: 0 auto;
}