/**
 * Template:    genesis
 * Theme Name:  Mai Law Pro Webty
 */

/* @import url("../mai-law-pro/style.css"); */

/* カスタムCSS */
@import url("common.css");
@import url("responsive.css");


/* # Defaults
---------------------------------------------------------------------------------------------------- */

html {
	overflow-x: hidden;
}

body {
	font-family: 'Noto Serif JP', 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'Crimson Text', serif!important;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.5px;
	background: #f7f7f7;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'Hannari', 'Noto Serif JP', 'YuMincho', 'Hiragino Mincho ProN', 'Crimson Text', serif;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: 'Hannari', 'Noto Serif JP', 'YuMincho', 'Hiragino Mincho ProN', 'Crimson Text', serif;
/* 	font-weight: 400; */
	margin: 1rem 0;
	font-weight: bold;

}

p,a {
	font-family: 'Noto Serif JP', 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'Crimson Text', serif;
	text-decoration: none!important;
}

a {
	color: #323232;
	outline:none;
}

a:focus,
a:hover {
     color: #aeaeae;
	border-color: #aeaeae;
}

a:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s ;
}

h2 {
	margin: 2rem 0;
}

.site-header {
	position: fixed!important;
	top: 0;
	z-index: 99;
}

.site-container {
/* 	padding-top: 100px; */
	padding-top: 6rem;
}

.mobile-menu a {
	color: #323232!important;
}

.widget ul {
	margin: 0 0 24px;
	list-style-type: none;
}

.search-form {
	display: none;
}

h1.entry-title {
	font-size: 1.25rem!important;
}

h2.entry-title {
	font-size: 1.2rem!important;
}

h4.entry-title {
	font-size: 0.8rem!important;
}

.pt-cv-title {
	font-size: 1rem!important;
}

.pt-cv-thumbnail {
	display: block;
	margin: 0 auto;
}

.entry-content {
/* 	flex-direction: column-reverse!important; */
}

@font-face {
	font-family: 'Hannari';
	src: url( "fonts/Hannari.woff"); /* medium */
	font-weight: normal;
	font-style: normal;
 }

.hannari {
	font-family: 'Hannari', sans-serif!important;
}

.btn {
	display: inline-block;
    width: max-content;
    padding: 0.5rem 2rem;
}

.btn-outline {
    border: solid 1px black;
	transition: background-color .15s, color .15s;
}

.btn-outline:hover {
    background: black;
	color: white;
	opacity: 1;
}

.btn-block {
	display: block;
}

/* ------------------------ */

@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.5rem!important;
	}
	
	h3,h4 {
		font-size: 1.35rem!important;
	}
	
	.site-container {
	padding-top: 0;
}
	
	.wp-block-group__inner-container {
		padding: 1rem 0;
	}

	#nav_menu-8 {
		display: none;
	}
	
	.wp-block-button__link {
		padding: 0.5rem;
	}

}

mark {
	background-color: transparent;
}