/*　webfont　*/
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*　font　*/
h1,h2,
.site-description,
.site-title,
.main-navigation{
	font-family:"Hannari","Sawarabi Mincho";
}

/*　共通幅　*/
@media screen and (min-width: 48em){
	.wrap,
	.navigation-top .wrap{
    max-width:1200px;
	}
}

/*　タイトル　*/
.site-title{
	font-size:5rem;
	margin-bottom:0.5rem;
	transform:rotate(-35deg);
	position:absolute;
	top:1rem;
}
@media screen and (max-width:430px){
	.site-title{
		top:3rem;
		left:0;
	}
}

/*　サイト説明　*/
body.has-header-image .site-description,
body.has-header-video .site-description{
	background-color:#000;
	opacity:0.85;
	transform:rotate(5deg);
	margin-top:7rem;
	margin-left:12rem;
	margin-bottom:2rem;
}
@media screen and (max-width:430px){
	body.has-header-image .site-description,
	body.has-header-video .site-description{
		width:80%;
		margin-left:4rem;
		margin-top:11rem;
	}
}

/*　引用　*/
blockquote{
	padding-left: 1rem;
	border-left: 5px solid #c0c0c0;
	font-size: 1rem;
	margin-bottom:1rem;
}
blockquote p{
	margin-bottom:0;
}

/*　グローバルナビ　*/
@media screen and (min-width: 48em){
	.main-navigation a{
		font-size:1rem;
		line-height:1;
	}
}

/*　グローバルナビとColorboxホバーの被り対策　*/
span.zoomHover{
	z-index:2;
}
.main-navigation li{
	z-index:999;
}

/*　記事タイトル　*/
body .entry-title,
html[lang="ja"] .entry-title,
#page .entry-title{
	font-family:"Mplus 1p";
	font-weight:300;
	font-size:1.8rem;
}
/*　記事内　*/
.entry-content a{
	margin-bottom:0.5rem;
}

/*　ウィジェット　*/
body .widget-title{
	font-size:1.1rem;
	margin-bottom:1rem;
}

/*　ウィジェット　flickr　*/
#flickr-2 .flickr-size-thumbnail{
	position:relative;
	padding-bottom:2rem;
}
#flickr-2 .flickr-size-thumbnail .flickr-images{
	justify-content:flex-start;
}
#flickr-2 a{
	width:75px;
	height:75px;
	overflow:hidden;
	display:inline-block;
	margin-bottom:7px;
	margin-right:5px;
}
#flickr-2 .flickr-images img{
	margin:0;
}
#flickr-2 a.flickr-more{
	width:auto;
	height:auto;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
}

/*　ウィジェット　ソーシャルうんたら　*/
.widget_wpcom_social_media_icons_widget ul li a:before{
	font-size:1.5rem;
	padding:2px;
}

/*　ウィジェット　その他そーしゃるうんたら　*/
.widget_links{
	font-size:0.8rem;
}
.widget_links a{
	font-size:1rem;
	margin-right:1.5rem;
}

/*　関連記事リンク　*/
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
	padding-top:0;
}
#jp-relatedposts .jp-relatedposts-post-a,
#jp-relatedposts .jp-relatedposts-post-a:hover,
#jp-relatedposts .jp-relatedposts-post-a:active{
    box-shadow:none;
    -webkit-box-shadow:none;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{
	cursor:pointer;
	background-color:#f0f0f0;
}
#jp-relatedposts .jp-relatedposts-post-thumbs .jp-relatedposts-post-a{
	display:block;
	overflow:hidden;
}

/*　固定ページ：もりもとあすみ　*/
html body #content .tablepress tr{
	border-bottom:0;
}
html body #content .tablepress td{
	overflow:hidden;
}
html body .entry-content .tablepress a{
	margin-bottom:0;
}
html body #content .tablepress figcaption{
	margin:0;
}
@media screen and (max-width:1000px){
	html body #content .tablepress td{
		display:block;
		float:left !important;
		width:50%;
	}
	html body #content .tablepress td:nth-of-type(3){
		clear:both;
	}
	html body #content .tablepress figure{
		width:100%;
		max-width:100% !important;
		margin:0;
	}
	html body #content .tablepress .wp-caption img[class*="wp-image-"]{
		width:100%;
		max-width:100% !important;
	}
}

/*　ギャラリーレイアウト　*/
body .ngg-gallery-thumbnail-box{
	max-width:50% !important;
}
