/*
	Theme Name: youguri
	Author: oreyade
	Author URI: 
	Version: 0.7
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*テスト*/
.lkc-favicon{
	width:16px !important;
	height:16px !important;
}
.member{
	width:100%;
}
.authors{
	flex-wrap:wrap;
}
.socondContent{
	width:47%;
	background-color:#fff;
	margin-bottom:20px;
}
.socondContent img{
	    width: 100%;
    height: 230px;
    object-fit: cover;
}
.socondContent img:after{
	content:" ";
	position:absolute;
	height:100%;
	width:100%;
}
.secondwrap{ position:relative;height:230px;}
.secondwrap:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	transition:all 0.2s;
}
.secondwrap:hover:after{
	background-color:#00000040;
	transition:all 0.2s;
}
.contLink{
	position:relative;
}
.cont-p{
	position: absolute;
    bottom: 0;
	left:0;
    display: inline;
    width: 100%;
    background-color: #6a402880;
    color: #fff;
    font-size: 1.8rem;
	z-index:10;
}
.socondContent .post-categories{
	list-style:none;
	display:inline-block;
}
.socondContent .content-item{
	background-color:#fff;
	padding:4px 8px 8px 8px;
}
.secondLoop{
	display:flex;
	flex-wrap:wrap;
}
.cateContent{
	width:100%;
	display:flex;
	margin-bottom:24px;
}
.cateContent .contLink{
	width:50%;
	position:static;
}
.cateContent img{
	object-fit:cover;
	width:100%;
	height: 100%;
	position:absolute;
}
.content-item ul{
	list-style:none;
}
.cateContent .content-item{
	width:50%;
	background-color:#fff;
	padding:12px;
	box-sizing:border-box;
}
.cateContent a h2{
	background-color:#fff0;
	color:#6a4028;
	padding:0;
	margin:0;
	font-weight:bold;
}
.cateContent a{
	text-decoration:none;
	border:none;
}
.cateContent .tags{
	margin-bottom:4px;
}
.cateContent .post-categories{
	display:inline-block;
}
.cateContent .cont-p{
	position:static;
}
.cateContent a:hover{
	text-decoration:underline;
}
.imgBox{
	width:50%;
	position:relative;
}
.imgLink:after{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	transition:all 0.2s;
}
.imgLink:hover:after{
	background-color:#66666640;
}
.excerpt{
	margin:10px 0;
}
.alignRight{
	display:block;;
	text-align:right;
}
/* search */
.s{
border: 1px solid #D6D6D6;
margin: 0 0 0 10px;
height: 28px;
width: 180px;
border-radius:7px;
}
.searchsubmit {
width: 35px;
height: 30px;
padding: 0;
font-family: FontAwesome;/*虫眼鏡表示のため　headerにもリンク有り*/
font-size: 20px;
border: none;
background: transparent;
cursor: pointer;
}
/* writer */
.writer{
	border: solid 3px;
    padding: 20px;
    display: flex;
    margin: 16px;;
}
.writerImg{
	padding-right: 20px;
    border-right: solid 4px;
    margin-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.writer .writerProfile h2{
	background-color: transparent;
    color: black;
    padding: 0;
	margin:0;
}
.writerProfile ul{
	margin-left:20px;
}
.singleBack{
	background-color:#fff;
	padding:10px 20px;
	margin-top:8px;
	border-top: solid 12px;
}
.single .mainColumn{
	padding:10px 0;
}
.single-content img{
	display:block;
	width:80%;
	height:auto;
	margin:16px auto;
}
.flex{
	display:flex;
}
.flexCenter{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.aboutImg{
	margin:0 16px 0 0;
	text-align:center;
}
.about h1{
	margin-bottom:40px
}
.twitter:before {
  font-family: /*"Font Awesome 5 Brands"*/'icomoon' !important;;
  content: /*'\f099'*/ "\ea96";;
	padding: 4px;
    border-radius: 50%;
    background-color: #6a4028;
    color: #fff;
    margin-right: 3px;
	font-size:1rem;
}
.facebook:before {
  font-family: /*"Font Awesome 5 Brands"*/ 'icomoon' !important;
    content: /*'\f39e'*/"\ea90";
    padding: 4px;
    border-radius: 50%;
    background-color: #6a4028;
    color: #fff;
    margin-right: 3px;
	font-size:1rem;
}
.author-thumbanil{
	display:inline-block;
}
.sub-prof{
	    border: solid 3px;
    padding: 20px;
    margin: 16px;
}



@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");}

*{margin:0;
	padding:0;
  font-family:  "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

html{
	background-color:#f7f7f7;
	font-size:62.5%;
	color:#6a4028;
}
h1{
	color:#fff;
}
a{
	color:#6a4028;
}
body{
	background-color:#ecdbd8;
}
#main{
	max-width:1080px;
	margin:0 auto;
	display: flex;
	font-size:1.2rem;
	/*padding-top:100px;*/
}
.home #main{
	padding:0;
}

/* header　*/
#header{
	background-color:#f7f7f7;
	width:100%;
   margin: 0 auto;
	position:fixed;
	overflow: hidden;
	z-index:200;
}
.home #header{
	position:relative;;
}
#headIn{
	position:relative;
	display:flex;
}

.headYouguri{
	height:1px;
}
.global-navi{
	background-color: rgba(106, 64, 40, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lockNavi{
		position:relative;
}
.headerImg{
	display:inline-block;
}
.fixhead{
	height:65px;
	z-index:1000;
	width:100%;
}
.fixhead .topYouguri{
	opacity:1;
}
.topYouguri{
	text-decoration:none;
	border:none;
}
.fixYouguri img{
	width:230px;
	height:45px;
	display:block;
	margin-left:16px;
}
.topYouguri  img {
	width:230px;
	display:block;
	margin:0 auto;
	height:60%;
	padding-top:4px;
}
.fixYouguri{
	 display: inline-block;
    height: 100%;
}
.innerYouguri{
	display: flex;
   height: 100%;
   align-items: center;
}
.searchBox{
	float: right;
    display: flex;
    height: 100%;
    margin-right: 16px;
    align-items: center;
}
.headerImg img{
	object-fit:cover;
	box-shadow: 0px 0px 2vw 0.5vw #999;
}
.headerImg1{
	margin-right:5%;
}
.headerImg3{
	margin-left:5%;
}
.topYouguri{
	opacity:0;
	transition:all 0.5s;
	display:none;
}
.youguriLogo{
	position: absolute;
    left: 5%;
    top: 40%;
	width:40%;
	height:auto;
}
.topImage{
	width:100%;
	height:100%;
}
.mainMenu{
	padding: 4px 0;
	display: flex;
    justify-content: space-around;
    list-style-type: none;
}

.mainMenu a{
	font-family: 'Architects Daughter', cursive;
	font-size:2rem;
	text-decoration: none;
	border:none;
	color:#fff;
}
.mainColumn{
	width:calc(100% - 270px);
	padding: 24px 8px 0 8px;
	box-sizing:border-box;
}
.loopColumn{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding:24px 0 0 8px;
	box-sizing:border-box;
}

.mainColumn::after {
  content: '';
  width: 100%;
}
.box:nth-child(n+3) {
 order: 3;
}
.tags a:before{
	content:'#';
}
.tags a{
	display:inline-block;
}

/*catHead*/
.catHead{
	position:relative;
	padding-top:100px;
	font-size: 1.5rem;
}
.catTitleBox{
	position:absolute;
		
    top: 50%;
    left: 5%;
    color: white;
	text-shadow: 3px 3px 5px black;
}


/* pagenavi */
.wp-pagenavi{
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span{
	border: 1px solid #6a4028 !important;
	background-color:#6a4028 !important;
	color:#fff;
	transition:all 0.2s;
	border-radius:2px;
}
.wp-pagenavi a:hover{
	border: 1px solid #6a4028 !important;
	background-color:#f7f7f7 !important;
	color:#000;
	transition:all 0.2s;
	border-radius:2px;
}
.wp-pagenavi span.current{
	font-size:2rem;
	color:#6a4028;
	background-color:#f7f7f7 !important;
}
.previouspostslink , .nextpostslink{
	background-color: #6a4028;
    color: #fff;
    font-size: 1.8rem;
	text-decoration:none;
	border:solid 1px #6a4028;
	border-radius:4px;
	transition:all 0.2s;
	font-family: 'Architects Daughter' !important;
}
.leftPager a , .rightPager a{
	background-color: #6a4028;
    color: #fff;
    font-size: 1.8rem;
	text-decoration:none;
	border:solid 1px #6a4028;
	border-radius:4px;
	transition:all 0.2s;
	font-family: 'Architects Daughter' !important;
}
.previouspostslink:hover , .nextpostslink:hover{
	background-color: #f7f7f7;
    color: #6a4028;
	border-radius:4px;
	transition:all 0.2s;
}
.previouspostslink{
	margin-left:8px;
	padding:2px 4px;
}
.nextpostslink{
	margin-right:8px;
	padding:2px 4px;
}
.onePage{
	display:flex;
	margin:16px 0;
}


.newer , .older{
	width:50%;
	display:flex
}
.older{
	justify-content:flex-end;
}
.older a{
	text-align:right;
}

/* single page */
.single #main{
	padding-top:100px;
}
.mainColumn h1{
	position:relative;
	/*background-color:#6a4028;*/
	padding: 0 0 0 8px;
	margin-bottom:4px;
	border-bottom: solid 2px #6a4028;
}
.mainColumn h1 a{
	text-decoration:none;
	font-size:3rem;
}

.liquid{
	position:absolute;
	right:0;
	top:100%;
	width:10%;
}
.singleImg{
	text-align:center;
}
.singleText{
	    margin: 24px 0 32px;
}
.mainColumn h2{
	background-color:#6a4028;
	color:#fff;
	position:relative;
	padding-left:30px;
	box-sizing:border-box;
	margin:20px 0 8px 0;
	min-height:27px;
}
.single .mainColumn  h2:not(.writerName):after{
	position:absolute;
	left:3px;
	top:3px;
	content:"";
	border:10px solid #a5752e;
	border-top:10px solid #d2ae9a;
	border-left:10px solid #d2ae9a;
}
.mainColumn h3{
	border-left:8px solid #d2ae9a;
	padding-left:4px;
	margin:8px 0 4px 0;
}

/* sidebar */
#sidebar{
	max-width:270px;
	padding: 24px 8px 0 16px;
	box-sizing:border-box;
}
#sidebar li{
	list-style-type:none;
}
.widget ul{
	border:#6a4028 solid 1px;
	padding:4px 8px;
}
.widget {
	margin-bottom:24px;
}
.widget h2{
	text-align:center;
}
.widgettitle{
	font-family: 'Architects Daughter' !important;
}

#custom_html-2{
	border:#6a4028 solid 1px;
	padding:4px 8px;
	box-sizing:border-box;
}
#custom_html-2 h2{
	border-bottom:#6a4028 solid 1px;
	text-align:left;
}
#custom_html-2 p{
	padding-top:8px;
}
.aboutYouguri{
	font-size:2.5rem;
}
.kotira{
	text-align:right;
}
.kotilink{
	text-decoration:bolder;
}
.tagcloud{
	border:#6a4028 solid 1px;
	padding:4px 8px;
}
.tagcloud a{
	display:inline-block;
}
	.tagcloud a:before {
 content: "#"; /* 絵文字のコード */
}
.navigation{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}
.leftnone{
	justify-content:flex-end;
}
.rightPager{
	text-align:right;
}

/* related */
.relatedBox{
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.related-entry{
	display:inline-block;
}
.related-entry img{
	border-radius:50%;
}

#footer{
	background-color:#6a4028;
	text-align:center;
	color:white;
	padding: 24px;
}
#footer a{
	color:#fff;
}

/*メニューアイコン*/
.menubutton{
	float:left;
   position: fixed;
	top:0px;
	right:8px;
    width: 60px;
    height: 60px;
    margin: 8px;
    background-color: rgba(0,0,0,0.2);
    padding: 4px;
    box-sizing: border-box;
	transition:all 0.6s;
	 z-index:99999;}
.menubutton:hover{
	 cursor:pointer;}
.hbar{    width: 100%;
    height: 5px;
    background-color: white;
    margin: 9px 0;
    box-sizing: border-box;
    border-radius: 8px;
	position:relative;
	transition:all 0.5s}
.headYougurii{
	display:none;
}
.fixYougur{
	
}

/* SNSボタン */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?w8os76');
  src:  url('fonts/icomoon.eot?w8os76#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?w8os76') format('truetype'),
    url('fonts/icomoon.woff?w8os76') format('woff'),
    url('fonts/icomoon.svg?w8os76#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-tumblr:before {
  content: "\eab9";
}


	.snsBox{
		display:flex;
		font-size:2rem;
		color:#fff;
		justify-content:space-around;
		text-align:center;
		box-sizing: border-box;
		flex-wrap:wrap;
	}
	.snsh2{
		font-family: 'Architects Daughter' !important;
	}
	.snsButton{
		width:25%;
		box-sizing:border-box;
	}
	.snsButton p{
		font-family: 'Architects Daughter' !important;
	}
	.twitter-button{
		text-decoration:none;
		color:#fff;
		background-color:#55acee;
		border:solid 3px #55acee;
		transition:all 0.2s;
	}
	.twitter-button:hover{
		background-color:#fff;
		color:#55acee;
		border:solid 3px #55acee;
		cursor:pointer;
		transition:all 0.2s;
	}
	.face-button{
		text-decoration:none;
		color:#fff;
		background-color:#315096;
		border:solid 3px #315096;
		transition:all 0.2s;
	}
	.face-button:hover{
		background-color:#fff;
		color:#315096;
		border:solid 3px #315096;
		cursor:pointer;
		transition:all 0.2s;
	}
	.google-button{
		text-decoration:none;
		color:#fff;
		background-color:#dd4b39;
		border:solid 3px #dd4b39;
		transition:all 0.2s;
	}
	.google-button:hover{
		background-color:#fff;
		color:#dd4b39;
		border:solid 3px #dd4b39;
		cursor:pointer;
		transition:all 0.2s;
	}
	.tumblr-button{
		text-decoration:none;
		color:#fff;
		background-color:#35465c;
		border:solid 3px #35465c;
		transition:all 0.2s;
	}
	.tumblr-button:hover{
		background-color:#fff;
		color:#35465c;
		border:solid 3px #35465c;
		cursor:pointer;
		transition:all 0.2s;
	}
@media (max-width:1088px){
	#breadcrumb{
		padding-left:8px;
	}
}

@media (max-width:800px){
	.mainColumn{
		justify-content:space-around;
	}
	.a-contentbox{
		width:150px;
	}
	.a-contentbox img{
		width:auto;
		height:auto;
	}
	.snsButton{
		width:50%;
	}
}

@media (max-width:610px){
	.catHead{
		padding-top:65px;
		font-size:3vw
	}
	
	.global-navi{
		display:none;
	}

	.searchBox{
		display:none;
	}
	.mainColumn{
		width:100%;
	}
	.loopColumn{
		padding:0;
	}
	#sidebar{
		display:none;
	}
	.headYouguri , .fixhead{
		display:block;
		height:65px;
		background:#6a4028;
		position:relative;
		top:0;
		width:100%;
		transition:all 0.1s;
		text-align:center;
		z-index:9999;
	}
	.fixYouguri{
		display:inline-block;
	}
	.fixYouguri img{
		margin-right:30px;
		margin-left:0;
	}
	ul.mainMenu li{
		display:none;
	}
	ul.mainMenu {
		height:57px;
					 position: -webkit-sticky; /* Safari */
  position: sticky;
  top: -1px;
	}
	.topYouguri , .fixYouguri{
		display:inline-block;
		text-align:center;
		font-size:3.6rem;
		color:#fdd876;
		font-family: 'Architects Daughter', cursive;
	}
	
}
@media (max-width:430px){
	.writer{
		display:block;
	}
	.writerImg{
		justify-content: space-around;
		padding:0 0 16px;
		margin:0 0 16px;
		border:none;
		border-bottom:solid 4px;
	}
}
