/*
Theme Name:     XeoryExtention_child
Description:    子テーマ
Author:         
Template:       xeory_extension

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
body.home #main_visual {
  background-image: URL(http://ozzo.jp/nishiyodo/wp-content/uploads/2024/12/24799173_m.jpg);
  background-size: cover;
  height: 500px !important;  
  color: #fff;
  text-align: center;
text-shadow: black 3px 3px 30px, black -3px 3px 30px,
             black 3px -3px 30px, black -3px -3px 30px;
}
#header {
position: fixed;
top: 0;
right:0;
left: 0;
z-index: 100;
margin-bottom: 0;
background: #fff URL(http://ozzo.jp/kanda/wp-content/uploads/2023/02/ダウンロード.png);
background-size:10% auto;
background-position:30% 50%;
background-repeat:no-repeat;
opacity: 0.7;
}
#header a{
color:black;
}
#gnav{
background:white;
opacity:1;
}
#gnav ul li.current-menu-item a {
background:white;
opacity:1;
color:black;
}
#gnav ul li a {
background:white;
opacity:1;
color:black;
}
#gnav ul li.current-menu-item a {
background:white;
opacity:1;
color:black;
}
#gnav ul li a:hover {
background:white;
opacity:1;
color:black;
}
#gnav ul li.current-menu-item a {
background:white;
opacity:1;
color:black;
}
#gnav ul li:hover a {
background:white;
opacity:1;
color:black;
}

#main_visual p{
display:none;
}
.c_text img {
border-radius:20px;
height:40px;
}
.c_text{
text-align:center;
}
img {
  border-radius: 20px;
  height: 40px;
  width: 40px;

  }
  body.home #front-contents .c_text .c_btn a {
    width: 100%;
  }
/*p.c_btn{
display:none;
}*/
  #header-nav-btn a {
    background: #FFF;
  }

#svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

body.home #front-company dl dt span, body.home #front-company dl dd span {
    padding: 20px 20px 20px 0;
}

body.home #front-company dl dt {
    width: 30%;
}

body.home #front-company dl dd {
    width: 70%;
}

footer .menu-item-637, footer .menu-item-636{
	display:none;
}


@media screen and (max-width: 767px) {
    body.home #front-company dl dt, body.home #front-company dl dd {
 width: 100%;
    }
}