@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

@media screen and (max-width: 599px) {
	.wp-container-core-group-is-layout-fe9cc265 .footer-logo {
		width: 150px;
		margin: 0 auto 15px !important;
	}
	.footer-address {
		display: none;
	}
	.hamburger-close-menu {
		margin-right: 0 !important;
	}
}
.widget_nav_menu .menu-item a:hover {
	transform: none;
	opacity: 0.7;
}
.c-section-widget .contact__title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.c-section-widget .contact__microcopy {
    margin-top: 20px;
}
.c-btn {
    padding-top: 10px !important;
     padding-bottom: 10px !important;
}
.c-btn__main:hover {
    background-color: #666 !important;
}
.u-shadow-hover {
    box-shadow: none !important;
    border: solid 1px #eee;
}
.u-shadow-hover:hover {
    transform: none !important;
    opacity: 0.7 !important;
}
@media screen and (min-width: 600px) {
	.article-title {
		font-size: 2rem;
	}
	.archive-title {
		font-size: 2rem;
	}	
	.hamburger-close-menu {
		margin-right: 0 !important;
	}
}