@charset "UTF-8";

/*子テーマ用「base.css」*/
/*ヘッダー、カテゴリページ、記事・固定ページの斜線を消す*/
.keni-header_wrap{
	background-image: none !important;
}
.archive_title{
	background-image: none !important;
}
.keni-section .entry_title{
	background-image: none !important;
}

.keni-gnav_inner ul {
	margin-left: auto;
	margin-right: auto;
}
.keni-gnav_inner li a {
	font-size: 120%;
	font-weight: bold;
}

.keni-header .site-title, .keni-header_col1 .site-title {
   float: none;
   max-width: 100%;
   text-align: center;
}

.sns-btn_wrap > .sns-btn_pinterest a {
    color: #ef4156 !important;
}

.entry-list_item .sns-btn_wrap {
    width: 100%;
    clear: both;
}
.inst_feed{
	width: 100%;
	padding: 0 0 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.inst_feed_txt{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}

.inst_feed_box{
	width: 30%;
	font-size: 22px;
	font-weight: bold;
}

.inst_feed_box iframe{
	width: 100% !important;
	margin: 0 0 20px !important;
}

.keni-gnav_btn {
    position: fixed;
    top: 4px;
    right: 0;
    z-index: 300;
    width: 50px;
    height: 50px;
    margin: 0;
    background: #fff;
    color: #000;
    font-size: 1.1rem;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
}