﻿
/* GENERAL STYLES
================================================== */
html {height:100%; font-size: 62.5%;}

body {
	color: #333;
    font-size: 1.6rem;
    font-family: "Yu gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 2em; 
	margin:0;
    height:100%;
    width:100%;
	word-break: break-all;
    overflow-wrap: break-word;
	background: url(../images/bg_body.png) repeat-y;
	background-size: cover;
}

*, div, h1, h2, h3, h4, p{box-sizing: border-box;margin:0;padding:0;}

ul, li{list-style:none;margin:0;padding:0;}

img{width: 100%;height:auto;}

a, a:hover, a:visited, a:active{text-decoration:none; transition: .2s;color:#333;}
a:hover{opacity: 0.6;}

/* テキスト設定 */
.center{text-align:center!important;}
.bold {font-weight: bold;}

/*レスポンシブ*/
.sp-none{display:none;}

/*ボタン*/
.btn01 a{
	display: block;
	font-weight: bold;
	padding:3px;
	border: 1px solid #eee;
	border-radius:5px;
}

/*===========================================
ナビメニュー
===========================================*/
nav{
	background: url(../images/bg_body.png) repeat-y;
	background-size: cover;
}

.navMenu{
	display: flex;
	justify-content: center;
}
.navMenu li a{
	display: block;
    padding: 15px 30px;
    font-size: 1.5rem;
	font-weight: 600;
    border-left: 2px solid #ffb35d;
}
.navMenu li:last-of-type a{
	border-right: 2px solid #ffb35d;
}

/*===========================================
メイン
===========================================*/
.mainv{
	position: relative;
}
.mainv_bg{
	top:0;
	z-index:-1;
}
.mainv_bg.pc{display: none;}

h1{
	width:100%;
    padding: 0px 15px 20px;
	margin-top: 20px;
    z-index: 1;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
h1 img{
	width:80%;
	max-width:470px;
	filter: drop-shadow(0px -2px 4px rgba(0,0,0,0.4));
}

/*===========================================
コンテンツ
===========================================*/
.wrapper {
	max-width: 1200px;
	margin:-20px 15px 0;
	padding:40px 20px;
	background:#fffaed;
	border-radius: 5px;
	box-shadow:0px -3px 3px 2px rgba(0,0,0,0.3);
	position: relative;
}

.mainColumn{margin-bottom: 40px;}
.sideColumn{

}

.widget{
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom:1px solid rgb(241, 208, 135);
}
.widgetName{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.widget li{margin-bottom: 5px;}
.widget li a{
	padding-bottom:3px;
	border-bottom:1px dotted #c5c5c5;}
.cat-item:before{
	content:"●";
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}

.post-date{font-size:13px;color:#777;}

.profTxt figure{width:60%;max-width:300px;height:auto; margin:0 auto 10px;}

/*===========================================
ブログリスト
===========================================*/
#blogList{
	margin-bottom: 30px;
}

#blogList .blogList_item{
	border-bottom: 1px solid rgb(241, 208, 135);
	padding: 20px 0 13px;
	display: flex;
	justify-content: space-between;
}


.blogCatch{
	width: 30%;
	border:1px solid #fff4d6;
	overflow: hidden;
	margin:0;
	position: relative;
}
.blogCatch:before{
	content:"";
	display: block;
	padding-top:66.6%;
}
.blogCatch img{
	position: absolute;
	top:0;left:0;
}

.blogInfo{
	width: 68%;
}

.blogTitle{
	font-size:16px;
	font-weight: bold;
	color:#333;
}
.blogTitle a{
    width: 100%;
    padding:0px 0px 0.2em;
}

.update{
	font-size:13px;
	color:#777777;
}
.update img{
	display: inline-block;
    width: 12px;
    margin-right: 2px;
    vertical-align: text-top;
}

.post-categories{display: inline-block;}
.post-categories li a{
	font-size:13px;
	color:#777777;
	padding:2px 5px;
	border:1px dashed;
	border-radius: 10px;
	margin-bottom: 0 !important;
}

/*===========================================
ブログシングル
===========================================*/

.postDetail{
	margin-bottom: 30px;
}

.postDetail_Title{
	font-size:20px;
	font-weight: bold;
}

.postDetail_txt{margin-top: 20px;}

.postDetail_txt>*{
	margin-bottom: 1.5em;
}

.postDetail_txt p.has-background {
    padding: 1em 1.2em;
}

.postDetail_txt h2{
	font-size:20px;
	font-weight: bold;
	padding:10px 0;
	border-bottom: 1px solid;
	margin-bottom: 1em;
}

blockquote{
	background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;	
}

figcaption{
	font-size:80%;
	color:#777;
	text-align: center;
}

.prenextLink_area{
	padding:3px 0;
	margin-bottom: 20px;
	display: flex;
    justify-content: space-between;
	border-top:1px dashed rgb(241, 208, 135);
	border-bottom:1px dashed rgb(241, 208, 135);
}
.prenextLink_area>*:first-child{}
.prenextLink_area>*:nth-child(2){text-align: right;}

/*===========================================
サイドバー
===========================================*/
#searchform{line-height: 0;}

#searchsubmit{
	position: absolute;
    color: transparent;
    background-image: url(../images/resarch.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px auto;
    margin-left: 3px;
    border-color: #c5c5c5;
    border-radius: 2px;
    border-width: 2px;
    box-sizing: border-box;
}


/*===========================================
footer
===========================================*/

footer{
	padding:20px 0;
}
small{
	display: block;
	text-align: center;
	color:#777;
	font-size:12px;
}


/*===========================================
media query
===========================================*/
@media screen and (min-width: 850px){

	.mainv_bg.pc{display: block;}
	.mainv_bg.sp{display: none;}

	/*ヘッダー*/
	h1{
		width: 100%;
		max-width: 1200px;
		padding:0 0 20px;
	}
	h1 img{
		max-width:470px;
	}

	/*wrapper*/
	.wrapper{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		display: grid;
    	grid-template-columns: auto 220px;
		padding: 20px 30px;
	}
	
	.mainColumn{margin-right: 80px;}
	.sideColumn{margin-left:20px;}



	.blogCatch{width: 25%;}
	.blogInfo{width: 73%;}
}
