/*
 Theme Name:   twentyseventeen Child
 Template:     twentyseventeen
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*フォント変更*/
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
/*	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}

/*ヘッダー画像サイズ変更*/
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	height: 100%;
}
@media screen and (min-width: 48em) {
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100% - 20px);
	}
	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 100%;
	}
}

/*ナビゲーション上部*/
.custom-header-top {
	display:none;
}

/*メニュー位置変更*/
@media screen and (min-width: 768px) {
.navigation-top {
	top: 0;
	bottom: auto;
	position: fixed;
}
.site-branding {
	margin-bottom: 0 !important;
}
/*
.twentyseventeen-front-page.has-header-image .custom-header,
.twentyseventeen-front-page.has-header-video .custom-header,
.home.blog.has-header-image .custom-header,
.home.blog.has-header-video .custom-header {
	height: 100vh !important;
}
*/
.custom-header {
	margin-bottom: 0 !important;
	padding-top: 70px;
}
.admin-bar .navigation-top {
	/*top: 32px;*/
	top: 50px;
}
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header,
.admin-bar.twentyseventeen-front-page.has-header-video .custom-header,
.admin-bar.home.blog.has-header-image .custom-header,
.admin-bar.home.blog.has-header-video .custom-header {
	margin-top: -32px;
}

/*ロゴ*/
.navigation-top .wrap:before {
	content: url(https://www.5059fudousan.co.jp/wp/wp-content/themes/twentyseventeen-child/images/logo24.png);
	top: 0;
	left: 0;
}

/*ナビゲーション背景*/
.navigation-top {
	font-size: 80%;
	/*font-size: 0.875rem;*/
	/*background-color: #ed6d00;*/
	border-top: none;
}

/*ナビゲーション高さ*/
.navigation-top .wrap {
	padding: 6px 2em;
}

.main-navigation a {
	padding: 0.3em 0.5em;
}

/*ナビゲーションフォントウェイト変更*/
.navigation-top a {
	color: #222;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

/*ロゴ・ナビ位置合わせ*/
.navigation-top .menu {
	margin: -30px 0 0;
	padding: 0 0 0 12em;
	float: right;
}

/*ナビゲーション上部*/
.custom-header-top {
	display: block;
	font-size: 70%;
	color: #fff;
	font-weight: 400;
	background-color: #ed6d00;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2em;
}
}

/*固定ページキャッチイメージ*/
.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 90% auto;
	position: relative;
}

.panel-image::before {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
}

.panel-content .wrap {
	padding-bottom: 1em;
	padding-top: 2em;
}

/*
.panel-image {
	height: 80vh;
	max-height: 420px;
}
*/

/*パネルタイトル*/
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #bc8f8f;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
}


/*タイトル*/
html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] h4, html[lang="ja"] h5, html[lang="ja"] h6 {
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.3em;
	padding: 0;
}

h3 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #d2b48c;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #f5deb3;/*左線*/
	font-size:1.2rem;
}

.entry-content ul, ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 2em;
	font-size: 90%;
	font-weight: 200;
}

.page:not(.home) #content {
	padding-bottom: 0em;
}

.site-footer .widget-area {
	padding-bottom: 0em;
	padding-top: 0em;
}

.site-footer .widget {
	font-weight: 200;
	padding-bottom: 1em;
}

/*ボタン -section-*/
div.btn_sec {
width: calc(100% / 4 - 10px);
max-width: 300px;
margin: 0 auto;
}
a.btn_o {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
box-sizing: border-box;
background: repeating-linear-gradient(45deg, #ffffff, #ffffff 3px, #e7e7e7 3px, #e7e7e7 30px);
color: #fff;
font-size: 110%;
font-weight: 800;
letter-spacing: 0.1em;
text-decoration: none;
position: relative;
}
a.btn_o span {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
background: #ed6d00;
border: 1px solid #ff8c00;
box-sizing: border-box;
position: absolute;
top: -6px;
left: -6px;
transition-duration: 0.2s;
}
a.btn_o:hover span {
left: -1px;
top: -1px;
}

/*ドロップダウン*/
a.btn_d:hover span {
left: -1px;
top: -1px;
}
div.btn_sec > ul {
	display:none;
}
div.btn_sec:hover ul {
	display:block;
	/*position:absolute;*/
position: relative;
	padding: 0.2rem;
	margin: 0;
	top: 0.5em;
	left: 0;
	list-style-type:none;
	border:1px solid gray;
border-radius: 0.3em;
	text-align: center;
}




/*ボタン -category-*/
div.btn_cat {
max-width: 300px;
margin: 0 auto 10px;
width: calc(100% / 3 - 6px);
line-height: 1;
}
a.btn_i {
display: block;
color: #fff;
font-size: 60%;
padding: .5rem .2rem;
background-color: #ed6d00;
text-align: left;
text-decoration: none;
transition-duration: 0.3s;
}
a.btn_i:hover {
background: #ed6d00;
}
a.btn_i span {
position: relative;
padding-left: 24px;
}
/*〇*/
a.btn_i span:before {
content: '';
width: 14px;
height: 14px;
background: #ffffff;
border-radius: 50%;
position: absolute;
top: 50%;
left: 2px;
margin-top: -7px;
}
/*矢印*/
a.btn_i span:after {
content: '';
width: 6px;
height: 6px;
border: 0;
border-top: 2px solid #ed6d00;
border-right: 2px solid #ed6d00;
transform: rotate(45deg);
position: absolute;
top: 50%;
left: 5px;
margin-top: -3px;
}
a.btn_i:hover span:after {
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
}

/*リンク*/
.entry-content a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(200, 200, 200, 1);
	box-shadow: inset 0 -1px 0 rgba(200, 200, 200, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover {
	color: #cc0000;
	-webkit-box-shadow: inset 0 0 0 darkorange, 0 1px 0 darkorange;
	box-shadow: inset 0 0 0 darkorange, 0 1px 0 darkorange;
}


/*タイトルなし*/
.page.page-one-column .entry-header {
	margin-bottom: 0;
}

/*スクロールダウン*/
.site-header .menu-scroll-down {
	padding: 0;
}
.menu-scroll-down .icon {
	height: 12px;
	width: 12px;
}