/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* 250319 鎌田 メインビジュアル表示（スマホ） */
@media screen and (max-width: 767px) {
	.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
		display: block !important;
	}
	.sp-style-main a#button01 {
		display: none !important;
	}
	.sp-style-main .sp-style > div {
		display: none !important;
	}
	.sp-style-main .elementor-widget:not(:last-child) {
		margin-block-end: 5px !important;
	}
}