@charset "utf-8";
/*
Site Name: 白仁ファミリーOfficial Web Site
Theme URI: https://info.shiranifamily.com/
Description: WordPress のテーマ「2010」をベースにカスタマイズ
Author: Etsuko
Version: 1.0
*/

/* font family */
body, input, textarea, .page-title span, .pingback a.url {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#site-title {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
}
#content {
	display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 2rem;
}
#content #welcom_title h2 {
	display: block;
	margin-bottom: 2rem;
}
#content #welcom_title p {
	line-height: 1.5;
	margin-bottom: 4rem;
}
* html #content {
	display: inline;
}
*:first-child+html #content {
	margin: 0 auto 2rem;
}

*:first-child+html #content .wp-pagenavi {
	margin-bottom: 3rem;
}
*:first-child+html #footer {
	padding-top: 3rem;
}
#access .menu-header, 
div.menu, 
#colophon, 
#branding, 
#main, 
#wrapper {
    margin: 0 auto;
    max-width: 940px;
    width: 90vw;
}
#branding * {
	width: 100%;
}
#content .entry-title {
	border-bottom: 2px solid #999999;
}

#header {
	padding: 1.75em 0 0;
}

* html #footer #colophon {
margin-top: 0;
}
#footer #access {
	display: block;
	text-align: center;
	padding: 3rem 0 6rem;
}
#access ul ul.sub-menu {
	margin-left: 5px;
	margin-right: -5px;
	white-space: nowrap;
}
#content {
	font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
	line-height: 1.6rem;
}
#content input, #content textarea {
	font-size: clamp(1rem, calc(0.8rem + 0.625vw), 1.5rem);
	line-height: 1.3rem;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 1.5rem;
}
#content .attachment .entry-title img {
	display: inline-block;
	margin: 0;
}
#main #content #link-button {
	border: 1px solid #cccccc;
	background-color: #dceaf1;
    display: block;
    box-sizing: border-box;
    padding: 1rem 2rem;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 2rem;
}
#main #content #link-button .button-text {
	display: block;
	box-sizing: border-box;
	line-height: 1.5;
	margin: 0;
}
#footer address {
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 4rem;
	line-height: 1.5;
 }