.elementor-12729 .elementor-element.elementor-element-b404647 > .elementor-container{text-align:right;}/* Start custom CSS for section, class: .elementor-element-b404647 *//* サイトロゴ */
#site-title {
  /*font-size: 30px;*/
  /*-moz-transition: all 0.7s !important;*/
  /*-o-transition: all 0.7s !important;*/
  /*-webkit-transition: all 0.7s !important;*/
  /*transition: all 0.7s !important;*/
}


/* 縮小時のサイトロゴ */
#site-title.smaller {
/*font-size: 10px;*/
}


#site-title img {
-moz-transition: all .3s !important;
-o-transition: all .3s !important;
-webkit-transition: all .3s !important;
transition: all .3s !important;
}

/* 通常時のサイトロゴ */
@media (min-width: 768px) {
#site-title img {
/*max-width: 120px !important;*/
/*max-height: 120px !important;;*/
}
}

@media (max-width: 768px) {
#site-title img {
max-width: 80px !important;
max-height: 80px !important;
}
}

/* 縮小時のサイトロゴ */
@media (min-width: 769px) {
#site-title.smaller img {
max-width: 60px !important;
max-height: 60px !important;
}
}

/* 縮小時のサイトロゴ */
@media (max-width: 768px) {
#site-title.smaller img {
max-width: 40px !important;
max-height: 40px !important;
}
}


header {
  /*z-index: 9999;*/
  /*-moz-transition: all .3s !important;*/
  /*-o-transition: all .3s !important;*/
  /*-webkit-transition: all .3s !important;*/
  /*transition: all .3s !important;*/
  /*height: 100px !important;*/
}

.is-animation {
  background:rgba(79,175,153,0.53) !important;
  /*height: 80px !important;*/
}/* End custom CSS */