@charset "UTF-8";

/*
Theme Name: kei_original2018
Theme URI: http://blog.maruke.net
Description: ソプラノ歌手 日比野景ブログ
*/


@import "base.css";
@import "top.css";
@import "next.css";



.btn-morelink{
	border:1px solid #282828;
	border-radius:5px;
	display:block;
	text-align:center;
	margin:0 auto;
	width:280px;
	padding:8px;
	color:#282828;
	background:url(img/icon_arrow.png) no-repeat 10px center !important;
	background-size: 12px auto !important;;
}
.btn-morelink:hover{
	border:1px solid #f40a0a;
	text-decoration: none;
	color:#f40a0a;
	background:url(img/icon_arrow_r.png) no-repeat 10px center !important;
	background-size: 12px auto !important;;
}


/* ------------------------------------
// 投稿　
------------------------------------ */

.ttl_h1{
	font-size:16px;
	color:#282828;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro" ,"メイリオ", Meiryo,"游ゴシック", YuGothic,"Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: bold;
	padding:6px 0 4px 10px;
	margin:0 0 12px;
	min-height:auto;
	background:none;
	background-size:auto ;
	border-left:8px solid #b2a287;
}
.post_ttl{
	font-size:16px;
	color:#282828;
	padding:0;
	margin:0 ;
}
.post_ttl a,
.ttl_h1 a{
	color:#282828;
}
.ttl_h2 a{
	color:#72562c;
}
.ttl_h2,
.ttl_h1h2{
	font-size:18px;
	color:#72562c;
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0px;
	padding:16px 0 12px 28px;
	margin:0 0 16px;
	min-height:40px;
	background:url(img/icon_feathers.png) no-repeat 0 2px !important;
	background-size:auto 40px !important;
}
.post_body .ttl_h3,
.ttl_h3{
	font-size:16px;
	color:#8b7350;
    font-weight: normal;
    border-bottom: 2px solid #ccc4b7;
    margin-bottom: 1rem;
	padding-bottom: 6px;
}

.post_body .ttl_h3 span,
.ttl_h3 span {
    border-bottom: 2px solid #836a44;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -2px;
}
.ttl_page{
	font-size:16px;
	color:#72562c;
	border-top:4px solid #dcd9da;
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-style: normal;
	font-weight: 400;
	margin:8px 0 16px;
	text-align:center;
}
.ttl_page > span{
	display:inline-block;
	border-top:4px solid #72562c;
	min-width:50%;
	padding:16px 0;
	margin:-4px auto 0;	
}
.furi_jp,
.ttl_page > span > .furi_jp{
	display:block;
	font-size:12px;
	line-height:1.2;
	color:#72562c;
}
.furi_en,
.ttl_page > span > .furi_en{
	display:block;
	font-size:22px;
	line-height:1.2;
	font-weight: 500;
	color:#72562c;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 16px;
    list-style: none;
    background-color:#fff;
    border-radius: 0;
	font-size:11px;
	text-align:left;
}
.breadcrumb>li+li:before {
    padding: 0 2px;
    color: #ccc;
    content: " > ";
}
.post_meta{
	color:#282828;
	font-size:12px;
	background:#ebebeb !important;
	padding:5px;
	margin-bottom:16px;
}
.post_meta a{
	color:#282828;
}
.post_meta .post_time,
.post_meta .post_cat {
}
.thumbnail_photo img{
	display:block;
    width: 100%;
    margin: 8px auto 16px;
}




@media (min-width: 768px) {
	.thumbnail_photo img{
		width: 80%;
		margin:16px auto 32px;
	}
	.ttl_page{
		margin:16px 0 16px;
	}
	.ttl_page > span{
		width:40%;
		padding:24px 0;
	}
	.furi_jp,
	.ttl_page > span > .furi_jp{
		font-size:13px;
	}
	.furi_en,
	.ttl_page > span > .furi_en{
		font-size:24px;
	}
}
@media (min-width: 992px) {
	.ttl_page > span{
		width:30%;
	}
	.ttl_h1{
		font-size:18px;
		margin:0 0 22px;
	}
	.ttl_h1.singlepost{
		margin:48px 0 22px;
	}
	.post_ttl{
		font-size:18px;
		margin:0 0 18px;
	}
	.ttl_page{
		font-size:18px;
		margin:48px 0 24px;
	}
	.ttl_page > span{
		padding:32px 0 24px;
	}
	.furi_jp,
	.ttl_page > span > .furi_jp{
		font-size:16px;
	}
	.furi_en,
	.ttl_page > span > .furi_en{
		font-size:34px;
	}
	.post_meta{
		margin-bottom:32px;
	}
	.thumbnail_photo img{
		/*width: 50%;*/
		margin:32px auto 64px;
	}
}
@media (min-width: 1200px) { /* タブレット横スタイル 992px以上 */
	.ttl_h1.singlepost{
		margin:62px 0 22px;
	}
	.breadcrumb {
		width:1140px;
		margin-left:auto;
		margin-right:auto;
	}
}


.noimage {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 10rem;
    background: url(img/back_logo.png) no-repeat center center #c6b9a3 !important;
    background-size: contain !important;
    color: #fff;
    font-size: 0;
}

.none {
    display: none;
}
.card {
    margin-bottom: 8px;
    border: 0 none;
    border-radius: 0;
}
.card .post_links {
	/*cursor: pointer;
	display: block;*/
}
.card .post_thumb {
	position: relative;
    overflow: hidden;
	width:30%;
	float:left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}
.card .post_thumb:before {
    content:"";
    display: block;
    padding-top: 73.68%; /* 高さを幅の●%に固定 */
}
.card .post_thumb img,
.card .post_thumb .noimage {
	width:100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.card .post_thumb .noimage {
    height: 100%;
}
.card .card-block {
	position:relative;
    padding-bottom: 8px;
	border-bottom:1px dashed #aaaaaa;
}
.card .card-block-right {
    width: 66%;
    float: right;
}
.card .card-block-right .post_meta{
	background:none;
	padding:5px;
}

.card a:hover .post_thumb {
    opacity: 0.8;
}
.card .post_meta{margin-bottom:8px;}

.card a.post_cat {
	display:inline-block;
	color:#fff;
	padding:8px 20px;
	font-size:12px;
	line-height:1;
	font-style:italic;
	text-transform:capitalize;
}
.card-text02 {
    display:none;
}
@media (min-width: 768px) {
	.card-text02 {
	    display:block;
	    font-size: 14px;
	    margin: 0;
	}
}
@media (min-width: 992px) {
	.card {
		margin-bottom: 16px;
	}
	.card .card-block {
		padding-bottom: 16px;
	}
	.card .card-block-right .post_meta{
		padding:5px 0;
	}
}

ul.post-categories{
    padding-left: 0;
    margin-left: -.5em;
    list-style: none;
}

ul.page-numbers {
    padding-left: 0;
    list-style: none;
	/*border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	padding-top:5px;*/
}
ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
ul.page-numbers li {
    display: inline-block;
}
.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers span {
	color:#ab282d;
}
.page-numbers a {
	color:#282828;
    background: #fff;
    /*border: solid 1px #f5f5f5;*/
    padding: 0 .5em;
    margin: 0 ;
    text-decoration: none;
}
.page-numbers a:hover {
	color: #ab282d;
    text-decoration: underline;
    /*background: #f5f5f5;*/
}
.tag li{font-size:12px;letter-spacing:0px;}
.tag li a{padding:3px;}
.tag li a:hover{background:#eee;text-decoration:none;}


.pager li > a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 0 .5rem .5rem 0;
}
.pager li > a,
.pager li > span {
    border-radius: 0;
}


/*-----------------------------
widget（ウィジェット）
------------------------------*/

.widget{margin:0 0 36px;}

.widget ul {
	padding-left: 0;
	margin-left: 2rem;
	margin-bottom: 0;
	list-style: none;
}
.widget ul a:before{
	content: '●';
	color:#ab282d;
	margin-left:-2rem;
	margin-right:0.5rem;
}
.widget ul .comment-author-link a:before{
	content:'⇒';
	margin-left:1rem;
}
.widget ul li{
	border-bottom:none;
}
.widget ul li a{
	color:#282828;
}
.widget ul li a:hover{
	text-decoration:none;
}

/*.widget .ttl {
    font-size: medium;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 1rem;
}

.ttl span {
    display: inline-block;
    padding: .5em 1em;
    border-bottom: 2px solid #00aeef;
}*/

.widget .ttl{
	font-size:18px;
	color:#72562c;
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0px;
	padding:16px 0 12px 28px;
	margin:0 0 16px;
	min-height:40px;
	background:url(img/icon_feathers.png) no-repeat 0 2px !important;
	background-size:auto 40px !important;
	border-bottom:1px solid #ddd;
}


.widget ul li ul {
    border-left: 1px dashed #ccc;
    margin-left: 1rem;
}

.widget ul li ul li {
    border-bottom: 0 none;
}

.widget ul li a {
    padding: .2rem;
    display: inline-block;
}

.widget.widget_archive label{
    display: none;
}
.widget.widget_archive select{
    width: 100%;
    padding: 6px;
    font-size: 16px;
    border-radius: 3px;
}
.widget.widget_search label{
    display: none;
}
.widget.widget_search input{
    padding: 4px 6px;
    font-size: 14px;
	margin-bottom:6px;
}


ul.liststyle01 {
	padding-left: 0;
	margin-left: 2rem;
	margin-bottom: 0;
	list-style: none;
}
ul.liststyle01 li:before{
	content: '●';
	color:#836a44;
	margin-left:-2rem;
	margin-right:0.5rem;
}
ul.liststyle02 {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}


/* ------------------------------------
// comments
------------------------------------ */

.detail_comments{
	padding-top:48px;
	padding-bottom:36px;
}
.comments-title {
    font-weight: bold;
    background: #f5f5f5 !important;
    border-radius: 0;
    margin-bottom: 16px;
	padding:5px;
}
.comment-body{
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;
	margin-bottom:8px;
}

.comment-reply-title{
	font-size:16px;
	color:#282828;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro" ,"メイリオ", Meiryo,"游ゴシック", YuGothic,"Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	padding:6px 0 4px 10px;
	margin:0 0 12px;
	min-height:auto;
	background:none;
	background-size:auto ;
	border-left:8px solid #b2a287;
}
.comment-form input.submit{font-size:14px;padding:5px 16px;}
.comment-form-comment textarea{width:100%;}

@media (min-width: 768px) {
	.comment-form-comment textarea{width:70%;}
}

.post_body h1,
.post_body h2,
.post_body h3,
.post_body h4,
.post_body h5,
.post_body h6 {
	color:#72562c;
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0px;
	line-height: 1.2;
}
.post_body hr {
    clear: both;
}
.post_body {
    zoom: 1;
}
.post_body:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.post_body .ttl_h2{
	font-size:18px;
	color:#72562c;
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0px;
	padding:16px 0 12px 28px;
	margin:0 0 16px;
	min-height:40px;
	background:url(img/icon_feathers.png) no-repeat 0 2px !important;
	background-size:auto 40px !important;
}
.post_body h2{
	color:#72562c;
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size:24px;
	margin-top: 12px;
	margin-bottom: 36px;
}
.post_body h3{
    font-size: 18px;
    color: #8b7350;
    font-weight: normal;
    border-bottom: 2px solid #b2a287;
    margin-bottom: 1.6rem;
    padding: 1rem 0;
}
.post_body h4{
	border-left:8px solid #b2a287;
	font-size:18px;
	font-weight: bold;
	padding:8px 14px;
	margin-bottom: 24px;
}
.post_body h5{
	border-bottom:1px solid #b2a287;
    font-size: 16px;
	font-weight: bold;
	padding:8px 0px 12px;
	margin-bottom: 20px;
}
.post_body h6{
	border-bottom:1px dotted #b2a287;
	padding:8px 4px;
    font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.post_body ol, 
.post_body ul {
    margin-top: 0;
    margin-bottom: 16px;
}

/* ------------------------------------
// wpネイティブ
------------------------------------ */


 
/* editor */
.post_body p {
    display: block;
    margin: 18px 0;
}
.post_body strong { font-weight: bold; }
.post_body em { font-style: italic; }
.post_body blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
