@charset "utf-8";
/*
Theme Name: Woodcraft
Description: Woodcraftホームページ用のスタイルシート
Version: 1.0
*/

/* Webフォント */
@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: 400;
	src: url("/wp/wp-content/themes/woodcraft/font/GenJyuuGothic-Medium.woff") format('woff');
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: bold;
	font-weight: 500;
	src: url("/wp/wp-content/themes/woodcraft/font/GenJyuuGothic-Bold.woff") format('woff');
}

/* 全体デザイン ここから */
body{
	margin: 0;
	padding: 0;
	color: #4D4D4D;
	-webkit-text-size-adjust: 100%;
}

@media print {
	body{
		color: #000;
	}
}

.h2-style {
	margin: 10px 0;
	text-align: center;
	color: #388E3C;
	font-size: 25px;
	font-weight: bold;
}

.h2-style .underline {
	border-bottom: dotted 3px #66BB6A;
}

header,footer,main,article,section,aside {
	display: block;
}

p {
	margin: 5px 0;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	transition: 0.2s;
	color: #0D47A1;
}

a:visited {
	
}

a:hover, a:active {
	text-decoration: underline;
}

a.button {
	display: block;
}

a.button:hover {
	opacity: 0.9;
	text-decoration: none;
}

ul {

}

ol {

}

img {
	display: block;
}

/* clearfix */
.clearfix:after{
	display : block;
	clear : both;
	height : 0px;
	line-height: 0px;
	visibility: hidden;
	content : ".";
	font-size: 1.0em;
}

/* FlexBox */
.flex-box {
	display: flex;
}

/* コンテンツ領域幅設定 */
.contents-area {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

/* 章スタイル */
.page h2 {
	
}

.page h3 {
	
}

/* table共通 */
.contents-area table {
	border-collapse: collapse;
	border-top: 1px #2E7D32 solid;
	border-right: 1px #2E7D32 solid;
	border-left: 1px #2E7D32 solid;
	border-bottom: 1px #2E7D32 solid;
}

.contents-area table th,
.contents-area table td {
	border-left: 1px #2E7D32 solid;
	border-bottom: 1px #2E7D32 solid;
	padding:5px;
}

.contents-area table thead th {
	background-color: #4CAF50;
	color: #FFF;
/*	font-weight: normal;*/
}

.contents-area table tbody th {
	background-color: #C8E6C9;
	font-weight: normal;
}

/* パンくずリスト */
#breadcrumbs {
	padding-top: 20px;
	font-size: 15px;
}

#breadcrumbs a {
	color: #1976D2;
}

/* グローバルメニュー */
#main-menu,
#main-menu-yume {
	position: relative;
	z-index: 99;
	box-shadow: 0 0 10px #444;
}

/* フッター */
#footer {
	padding: 30px 10px 10px;
	background: #66BB6A;
	border-top: solid 6px #388E3C;
	color: #FFF;
}

#footer-top {
	display: flex;
}

#footer-address-area {
	font-size: 16px;
}

#footer-top .right {
	width: 600px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}

#footer-top .menu {
	margin: 0;
}

#footer-top .menu-item {
	margin: 5px 0;
}

#footer-top .right a {
	color: #FFF;
	font-size: 15px;
}

#copyright {
	font-size: 14px;
	text-align: center;
}

/* 固定ページ */
.page #header-img {
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 10px #AAA;
}

.page #header-img h1 {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	text-shadow: 0px 0 8px #000;
}

.page #page-main {
	padding-bottom: 50px;
	background: url('/wp/wp-content/themes/woodcraft/img/bg-wallpaper.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
}

.page h2 {
	color: #43A047;
	font-size: 27px;
	text-align: center;
}

.page h2 .underline {
	border-bottom: dotted 3px #66BB6A;
}

.page .box {
	padding: 20px 40px;
	background: #FFF;
	border: solid 3px #43A047;
	border-radius: 15px;
	box-sizing: border-box;
}

/* 固定ページ（ゆめ空間） */
.page.page-template-page-yume #header-img h1 {
	font-family: "GenJyuuGothic", "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo" , "メイリオ", "sans-serif";
}

.page.page-template-page-yume #main-contents {
	font-family: "GenJyuuGothic", "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo" , "メイリオ", "sans-serif";
}

.page.page-template-page-yume h2 {
	margin: 50px 0 30px;
	color: #FF5722;
	font-size: 34px;
}

.page.page-template-page-yume .box {
	padding: 20px 40px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 5px #CCC;
	box-sizing: border-box;
}

.page.page-template-page-yume #footer-logo-area,
.page.page-template-page-yume-front #footer-logo-area{
	padding-bottom: 8px;
}

/* 記事ページ */
.single #page-main {
	background: url('/wp/wp-content/themes/woodcraft/img/bg-wallpaper.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
}

.single #page-main .contents-area {
	padding-bottom: 40px;
}

.single .contents {
	margin: 15px 0 0;
	padding: 20px 30px;
	background: #FFF;
	border: solid 3px #43A047;
	border-radius: 10px;
}

.single h1 {
	margin: 0;
	padding-bottom: 3px;
	border-bottom: dotted 3px #43A047;
	font-size: 1.5em;
	font-weight: bold;
}

.single article img {
	display: inline-block;
	margin-right: 10px;
}

.single #post-attribute {
	margin: 5px 0;
	text-align: right;
}

.single #post-contents p {
	margin-left: 2px;
	line-height: 1.8em;
}

.single .flex {
	display: flex;
	flex-wrap: wrap;
}

.single .back-btn {
	margin: 10px 0 0;
	text-align: center;
}

/* アーカイブページ */
.archive #page-main {
	background: url('/wp/wp-content/themes/woodcraft/img/bg-wallpaper.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
}

.archive h1 {
	font-size: 28px;
	text-align: center;
}

.archive #page-main .contents-area {
	padding-bottom: 40px;
}

.archive .contents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive .contents li {
	margin: 10px 0;
	padding: 0;
}

.archive .contents li a.row {
	width: 100%;
	padding: 20px 25px;
	display: flex;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 5px #BBB;
	box-sizing: border-box;
	color: #4d4d4d;
	font-size: 19px;
}

.archive .contents li a.row:hover {
	background: #DCEDC8;
}

.archive .contents li a.row:active {
	background: #AED581;
	box-shadow: none;
}

.archive .contents li .post-date {
	width: 9em;
}

.archive .contents li .post-title {
	flex: 1;
}

/* 404ページ */
#notfound-msg {
	margin: 100px 0;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}
