/*
Theme Name: HOLOS Child
Theme URI: https://tcd-theme.com/tcd108/
Template: holos_tcd108
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "HOLOS" was developed for the website of a bodywork, osteopathy, acupuncture and moxibustion clinic. It is easy to create a treatment (service) information page and tie it to customer reviews. You can also use the template for menu and fee schedule pages.
Version: 1.9.1762305446
Updated: 2025-11-05 10:17:26

*/

/* ロゴ */
#header_logo { margin:60px auto auto; padding-bottom:60px; position:relative; width:100%; text-align:center; }
body.home.use_page_animation #header_logo { opacity:0; transition: opacity 1.0s ease 0.5s; }
#header_logo.animate { opacity:1 !important; }
#header_logo img { display:block; margin:0 auto; }
@media screen and (min-width:1301px) {
  #header_logo img { max-width:calc(100% - 40px); height:auto; }
}
@media screen and (max-width:1450px) {
  #header_logo img { max-width:calc(100% - 10px); }
}
#header_logo img.mobile { display:none; }
#header_logo a { height:100%; display:flex; flex-wrap:wrap; align-items:center; transition: all 0.25s ease; }
@media(hover: hover) {
  #header_logo a:hover { opacity:0.5; }
}
#header_logo a .logo_text { font-weight:500; line-height:1.2; width:100%; text-align:center; padding:0 60px; }
#header_logo img.mobile { display:none; }
body.hide_logo #header_logo { display:none !important; }