/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 05:45:39 */
.wrapper {
    padding: 0;
}
#wrapper-footer {
    display: none;
}
.bg-primary {
    background-color: #888 !important;
}
.img-fluid {
    max-width: 60%;
    height: auto;
}

.contac01{
  height: 400px;
    background-image: url("https://ayato1830.xsrv.jp/wp-content/uploads/2025/07/lib_img_02-1.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-img { display: inline-block!important; }
.sp-img { display: none!important; }

 /***************************▼768px▼************************************************/
@media only screen and (max-width: 768px) {
	.navbar-toggler{
    display: none;
}
	.pc-img { display: none!important; }
    .sp-img { display: inline-block!important; }
.bg-primary {
    background-color: rgba(255, 255, 255, 0)!important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
}