/*
Theme Name: twentyfourteen_child
Template: twentyfourteen
*/


html {
	overflow: auto;
}

.site {
	margin-left: auto;
	margin-right: auto;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	overflow: hidden;
}



/* コンテントエリア --------------------------------------------- */


.hentry{
	margin-top:2em;
}

.content-area, 
.content-sidebar {
    background-color: #ffefe0;
    padding-top:0;
}

.singular .site-content .hentry.has-post-thumbnail{
	margin-top:0;
}

.site-content .entry-meta {
      max-width: 100%;
}

.site-content footer.entry-meta{
	max-width: 80%;
	padding:0;
	margin: 0 auto;
	padding-left:30px;
	padding-right:30px;
}

.entry-header{
	z-index:auto;
}
.archive-header,
.page-header{
    margin: 2em 0 0 0 ;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


@media screen and (min-width: 401px){

#main-content {
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

}
@media screen and (min-width: 401px) and (max-width: 672px){

.archive-header,
.page-header {
	margin: 2em auto;
    max-width: 474px;
}

.site-content footer.entry-meta{
    max-width: 474px;
	padding: 12px 10px 0;
}
}


@media screen and (min-width: 673px){

.archive-header,
.page-header {
    max-width: 100%;
    padding: 0 30px;
}

#main{
	margin-left: .5em;
    margin-right: .5em;

}

}


@media screen and (min-width: 810px){

.archive-header,
.page-header {
    max-width: 80%;
    padding: 0 30px;
	margin: 2em auto;
}

}



@media screen and (min-width: 846px){

.archive-header,
.page-header {
	margin: 24px auto;
    max-width: 80%;
}

}


.contributor-info {
margin: 0 auto;
}

.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
margin: 0 auto 48px;
padding: 0 30px ;
}

.archive-title, 
.page-title {
    text-align: center;
}


@media screen and (min-width: 1260px){

.header-main {
	padding: 0 .5em;
}

}


@media screen and (min-width: 673px){

.hentry{
	/* padding-left: 30px; */
	margin: 0 auto;
	max-width: 100%;
	margin-top:2em;
}

.post-navigation{
	padding: 0 30px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	margin: 0 auto;
	max-width: 80%;
}

.wp-post-image, 
.post-thumbnail img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.comments-area{
	padding: 0 0 0 30px;
	max-width: 100%;
}

}


@media screen and (min-width: 673px) and (max-width: 810px){
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta,
.page-content  {
    margin: 0 auto;
    max-width: 100%;
}

}


@media screen and (min-width: 810px){

.post-navigation{
	max-width: 80%;
	}

}


@media screen and (max-width: 401px){

.site-content footer.entry-meta{
	max-width: 100%;
	padding: 12px 10px 0;
}
}



/* 背景の色を変更する--------------------------------------------- */
/* #000 -> #ffefe0 */

.site {
	background-color: #ffefe0;
}

#main-content {
	background-color: #ffefe0;
}
.site-header {
	background-color: #ffefe0;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #ffefe0;
}
.page-links a {
	background: #FFA245;
	border: 1px solid #ffefe0;
}
.paging-navigation {
	border-top: 5px solid #ffefe0;
}
#secondary {
	background-color: #ffefe0;
	border-top: 1px solid #ffefe0;
}
.widget mark,
.widget ins {
	color: #ffefe0;
}

.content-sidebar .widget .widget-title {
	border-bottom: 5px solid #ffefe0;
    border-top: none;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #ffefe0;
}
.site-footer {
	background-color: #ffefe0;
}

.slider-control-paging {
	background-color: #ffefe0;
}
.slider-direction-nav a {
	background-color: #ffefe0;
}
@media screen and (min-width: 673px) {
	.grid .featured-content .entry-header {
		border-color: #ffefe0;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #ffefe0;
	}
}


/* #24890d -> #c6e2ff 	or # ff840a ---------------------------------------------------*/
.search-toggle {
	background-color: #c6e2ff;
}
a {
	color: #ff840a;
	text-decoration: none;
}
::selection {
	background: #c6e2ff;
}
::-moz-selection {
	background: #c6e2ff;
}
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #c6e2ff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #c6e2ff;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #c6e2ff;
}

/* #41a62a -> #2E2E2E or #c6e2ff or #007fff -----------------------------------------------*/
a:active,
a:hover {
	color: #007fff;
}
button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #c6e2ff;
}


input[type="submit"]:focus {
	background-color: #c6e2ff;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #c6e2ff;
}

 {
	background-color: rgb(0 0 0 / 0%);
}


.search-box {
	background-color: #c6e2ff;
	padding: 12px;
}


.site-navigation a:hover {
	color: #2E2E2E;
}
.entry-title a:hover {
	color: #2E2E2E;
}

.entry-meta a:hover {
	color: #2E2E2E;
}

.cat-links a:hover {
	color: #2E2E2E;
}

.entry-meta .tag-links a:hover {
	background-color: #c6e2ff;
	color: #969696;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #c6e2ff;
}

.entry-content .edit-link a:hover {
	color: #2E2E2E;
}

.page-links a:hover {
	background: #c6e2ff;
	border: 1px solid #c6e2ff;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color: #2E2E2E;
}

.paging-navigation a:hover {
	border-top: 5px solid #c6e2ff;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #2E2E2E;
}

.comment-reply-title small a:hover {
	color: #2E2E2E;
}
.widget a:hover {
	color: #2E2E2E;
}


.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #c6e2ff;
}


.widget-title a:hover {
	color: #2E2E2E;
}

.widget_calendar tbody a:hover {
	background-color: #c6e2ff;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #2E2E2E;
}
.content-sidebar .widget a:hover {
	color: #2E2E2E;
}


.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #c6e2ff;
}

.content-sidebar .widget .widget-title a:hover {
	color: #2E2E2E;
}


.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #2E2E2E;
}

.site-info a:hover {
	color: #2E2E2E;
}

.featured-content a:hover {
	color: #2E2E2E;
}

.slider-control-paging a:hover:before {
	background-color: #c6e2ff;
}

@media screen and (min-width: 783px) {
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #c6e2ff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #c6e2ff;
	}
}
@media screen and (min-width: 1008px) {
	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #c6e2ff;
	}
}


/* アルファベットの小文字変換を無効にする--------------------------------------------- */
.entry-title {
text-transform:  none;
}

.site-navigation a {
text-transform: none;
}

.featured-content .entry-title {
text-transform: none;
}


/* メインサイドバーのウィジェットの文字色を変更する */
.widget-title,
.widget-title a {
    color: #595959;
}
 
.widget-title a:hover {
    color: #41a62a;
}

.widget a {
	color: #595959;
}

.widget a:hover {
	color: #FA8072;
}

.content-sidebar .widget a {
	color: #595959;
}

.content-sidebar .widget a:hover {
	color: #2e2e2e;
}



/* サブタイトルのテキストの色を変更する -------------------------------------------- */
#secondary {
    color: #595959;
}


/* フッターのテキストの色を変更する */
.site-footer, .site-info, .site-info a {
    color: #595959;
}


/* 右上のナビゲーションメニューのテキストの色を変更する ---------------------------------------- */
.site-navigation a {
    color: #595959;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #595959;
}



/* スライダー部分--------------------------------------------------------------- */

.featured-content a {
    color: #2E2E2E;
}

.featured-content {
    padding-bottom: 2em;
}

.featured-content .cat-links {
    display:none;
}

.slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before {
    background-color: #c6e2ff;
}

.slider-control-paging a:hover:before {
    background-color: #c6e2ff;
}

.slider-direction-nav a:hover {
    background-color: #c6e2ff;
}

.slider-direction-nav a:before {
    color: #2E2E2E;
}

.featured-content {
	background: #ffefe0 url(images/pattern-dark.svg) repeat fixed;
}

.featured-content .entry-header {
    background-color: #fff;
}

.featured-content .entry-header {
    background-color: #fff;
    padding-top: 6px
}

.slider-control-paging {
    background-color: #fff;
}


@media screen and (min-width: 673px){
.slider .featured-content .entry-header {
    padding-top: 6px;
}

.slider-direction-nav a {
    background-color: #fff;
}

.slider-direction-nav {
    border: thin solid #ffefe0;
}
}

@media screen and (max-width: 672px){
.slider .featured-content .entry-header {
    padding-top: 3px;
}
.featured-content {
    padding-bottom: 0px;
}

}

.post-thumbnail:hover{
    background: #ffefe0;
}

.post-thumbnail{
    background: #ffefe0;
}


/* スマホのメニュー・検索ボタン部分--------------------------------------------------------------- */

.menu-toggle,
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #888888;
}

.primary-navigation.toggled-on .nav-menu {
    text-align: center;
}

.pc-menu-twitter,
.pc-menu-instagram {
    display: none;
}

@media screen and (max-width: 599.999px){

.menu-toggle:before {
    padding: 13px 10px 10px;
    font-size: 25px;
}

.search-toggle:before {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 600;
}

.toggled-on .menu-toggle:before {
    content: "\f406";
    font-weight: bold;
}

}


@media screen and (min-width: 600px) {

.search-toggle:before {
	font-size: 34px;
	margin-top: 7px;
	font-weight: bold;
}

}


@media screen and (min-width: 600px) and (max-width: 783px){

.menu-toggle:before {
    color: #595959;
    padding: 12px;
    font-size: 24px;
}

.search-toggle,
.menu-toggle:focus,
.search-toggle:hover {
    background-color: transparent;
}

.search-toggle.active {
    background-color: #c6e2ff;
}

.menu-toggle,
.menu-toggle:active, 
.menu-toggle:focus, 
.menu-toggle:hover {
    background-color: transparent;
}

.toggled-on .menu-toggle:before {
	content: "\f406";
	font-weight:bold;
}

}


@media not screen and (min-width: 783px) {

.site-navigation li,
.primary-navigation .nav-menu {
    border: none;
}

.sp-menu-sns {
	margin-top: 1.5em;
}

.sp-menu-sns > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
	font-size: 0.9em ;
	color: rgb(89 89 89 / 65%) !important ;
}

.sp-menu-sns > a:hover,
.sp-menu-sns > a:focus {
	color: rgb(89 89 89 / 65%);
}

.sp-menu-sns > a::before,
.sp-menu-sns > a::after {
	content: '';
	width: 2px;
	height: 1.5em;
	background-color: rgb(89 89 89 / 65%);
}

.sp-menu-sns > a::before {
	margin-right: 1em;
	transform: rotate(-35deg)
}

.sp-menu-sns > a::after {
	margin-left: 1em;
	transform: rotate(35deg)
}

.sp-menu-sns .sub-menu {
	margin-left: 0;
}

.sp-menu-twitter,
.sp-menu-instagram {
	display: inline-block;
}

.sp-menu-twitter {
	margin-right: 1em;
}

.site-title,
.search-toggle {
    z-index: 9999;
    position: relative;
}

.primary-navigation.toggled-on {
    position: absolute;
    right: 0;
	width: 100%;
    background-color: #ffefe0;
}

}


@media screen and (min-width: 783px) {

.pc-menu-twitter,
.pc-menu-instagram {
    display: block;
}

.primary-navigation .sp-menu-sns,
.primary-navigation li.sp-menu-twitter,
.primary-navigation li.sp-menu-instagram {
    display: none;
}

}



/* グローバルナビゲーションの変更--------------------------------------------------------------- */

.primary-navigation li {
font-size: 16px;    
font-weight: bold; 
}

/* ウィジットエリアの変更--------------------------------------------------------------- */

#content-sidebar{
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color:#fff;
}
#content-sidebar .widget-title  {
font-size: 1.2em;
}

#secondary {
    display: none;
}

.site:before  {
    display: none;
}

.site-content, .site-main .widecolumn {
    margin-left:0;
    background-color: #fff;
}


.content-sidebar {
	border-top: none;
	border-bottom: none;
	padding-left:0;
	padding-right:0;
}

.home .content-sidebar {
	margin-top: 2em;
}

.widget{
	background: #fff;
	box-sizing: border-box;
	margin-bottom:2em;
}

.textwidget  {
	padding: 18px 15px;
	margin: 0 auto;
	max-width:474px;

}

.widget ul,
.widget ol{
	padding: 7px 15px;
	margin: 0 auto;
	max-width:474px;
}

#content-sidebar .original-sidebar-widget .widget-title {
	font-size: 1.2em;
	background-color:#c6e2ff;
	border-bottom:none;
	margin-bottom:0;
    padding: 0 15px;
}

#content-sidebar .original-sidebar-widget h3 {
	font-size: 1rem;
	color: #767676;
	padding: .5em 0;
	margin: 0 auto;
	max-width:474px;
    line-height: 2;
}

#text-5 .widget-title h3:before{
	content:"\f4ff"; 
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .3em;
	position:relative;
}

#text-4 .widget-title h3:before{
	content:"\f300"; 
	font: normal 20px/1 Genericons;
	margin-right: .1em;
	position:relative;
	bottom:-.1em;
}

.widget_recent_entries .widget-title h3:before{
	content:"\f411"; 
	font: normal 1.5rem/1 Genericons;
	margin-right: .1em;
	position:relative;
	bottom:-.2em;
}

.widget_archive .widget-title h3:before{
	content:"\f443"; 
	font: normal 1.5rem/1 Genericons;
	margin-right: .1em;
	position:relative;
	bottom:-.2em;
}

.widget_categories .widget-title h3:before{
	content:"\f301"; 
	font: normal 1.5rem/1 Genericons;
	margin-right: .1em;
	position:relative;
	bottom:-.2em;
}

#text-3 .widget-title h3:before{
	content:"\f408"; 
	font: normal 1.5rem/1 Genericons;
	margin-right: .1em;
	position:relative;
	bottom:-.2em;
}

.widget_archive [name="archive-dropdown"]{
	width: 100%;
	background-image: url(images/triangle.png);
	background-repeat: no-repeat;
	background-position: 97.5% center;
	background-size: 9px;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #bbb;
	border-top:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    height: 3.5em;
    margin: 0 auto;
	max-width:474px;
	border:none;
}

::-ms-expand {	/* select要素のデザインを無効にする（IE用） */
display: none;
}


@media screen and (max-width: 400px){

#content-sidebar .original-sidebar-widget .widget-title,
.textwidget,
.widget ul, 
.widget ol{
    padding-left: 10px;
	padding-right: 10px;
}

}


@media screen and (min-width: 673px){

#content-sidebar  {
	background-color: #ffefe0;
    box-sizing: border-box;
    padding-left: 1em;
	margin-top: 0;
}

body:not(.home) #content-sidebar{
	padding-right: 0;
}

#content-sidebar .widget{
	width:100%;
	box-sizing:border-box;
}

}


@media screen and (min-width: 401px) and (max-width: 673px){

#content-sidebar  {
	background-color: #ffefe0; 
}

#content-sidebar .widget{
width:90%;
box-sizing:border-box;
margin-right:auto;
margin-left:auto;

}

.content-area {
   margin-bottom: 2em;
}

}




/* 記事のタイトル設定--------------------------------------------------------------- */
.site-content .entry-title {
font-size: 28px;
}


/* カテゴリリンクの設定--------------------------------------------------------------- */

.cat-links {
font-weight: 900;
text-transform: none;
background-color: #c6e2ff;
border-radius: 10px;
-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
-moz-border-radius: 10px;/* Firefox用 */
padding: 0.2em 1em;
}

.entry-header .entry-meta {
margin-bottom: 10px;
}

/* 筆者の表示、非表示--------------------------------------------------------------- */
.byline {
display: none;
}

.single .byline,
.group-blog .byline {
display: none;
}


/* ヘッダー--------------------------------------------------------------- */

@media screen and (min-width: 783px){

.site-main,
.masthead-fixed .site-main {
    margin-top:0;
}

.site-header,
.masthead-fixed .site-header{
    position: relative;
    margin-top: 1em;
}

}



/* ヘッダー画像--------------------------------------------------------------- */

#site-header {
    background-color: #ffefe0;
}


#site-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 400px;
}


/* ヘッダー画像(左上バージョン)--------------------------------------------------------------- */

.search-toggle:before {
    color: #595959;
}

@media screen and (max-width: 450px) {	
.header-main{
 padding-left: 0.2em;
        }
}


.site-title img{
	max-width: 100%;
    padding:  0.2em 0.2em 0.2em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-height: 48px;
	-webkit-backface-visibility: hidden;
}


@media screen and (min-width: 673px) and (max-width: 1008px) {
.site-title {
    margin-left: -20px;
}
}



/* スライダーの□の位置を中央に--------------------------------------------------------------- */
.slider-control-paging  {
	text-align: center;
}

.slider-control-paging li {
        float:none;
	display: inline-block;
}



/* サイドバーコンテンツの「プロフィール」------------------------------------------------- */


.circle_icon img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.prof .name{
    padding:0 15px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    /*color:#249bd2;*/
    margin:14px 0;
}

.circle_icon{
	text-align: center;
}
.prof .icon{
    margin:14px 0 0 0;
    text-align: center;
    padding:0 15px;
}

.prof .icon li{
    display: inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    text-align: center;
    font-size:22px;
    border-radius: 50%;
    padding: 0;
}

.prof .icon li a{
    display: block;
    color:#fff;
}

.prof .icon li a:hover {
    color: rgb(46 46 46 / 42%);
}

.prof .icon li.twitter{
    background:#55acee;
}

.prof .icon li.insta{
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}



/* サイドバーコンテンツの「わくわくコンテンツ」------------------------------------------------- */

.wakuwakucontents{
 margin-top: 10px;
 width:100%;
 display:table;
 table-layout:fixed;
 max-width:100%;
}

.wakuwakucontents:first-of-type{
 margin-top: 0px;
}

.wakuwakucontents-img{
 display:table-cell;
 width: 40%;
 vertical-align: middle;
}

.wakuwakucontents-img img {
    height: 7em;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}

.wakuwakucontents-title{
    display: table-cell;
    vertical-align: middle;
    padding-left: .5em;
    font-weight: 700;
	width:60%;
}


@media screen and (min-width: 673px) {

.wakuwakucontents{
 display: block;
 position: relative;
}

.wakuwakucontents-img{
    width: 100%;
	display: inline;
}

.wakuwakucontents-img img {
    height: 122px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
} 

.wakuwakucontents-title {
    display: inline;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0.6));
	background: -webkit-gradient(linear, bottom, top, from(rgba(0,0,0,0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6), rgba(0, 0, 0, 0));
    height: 70%;
	padding-left: 0;
	font-size: 1em;
	left: 0;
}

.textwidget .wakuwakucontents-title a {
    color: white;
    bottom: 0.5em;
    padding: 0 .5em;
    position: absolute;
}

.textwidget .wakuwakucontents-title a:hover {
	color: #d5d5d5;
}

}


@media screen and (min-width: 673px) {

.wakuwakucontents-img img {
    height: 162px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
} 
}



@media screen and (max-width: 450px) {	

.wakuwakucontents img{
 float: left;
 margin-right: 5px;
        }
}


@media all and (min-width: 451px) and (max-width: 672px) {
.wakuwakucontents img{
 float: left;
 margin-right: 5px;
        }

.wakuwakucontents{
	font-size:.9rem;
    }
}


/* メインメニューを透明に調整&ヘッダー余白調整(width1008px以上)------------------------------------- */

@media screen and (min-width: 1008px) {

.search-toggle:before {
    color: #2e2e2e;
}

.search-toggle:hover, .search-toggle.active {
    background-color: transparent;
    color: #c6e2ff;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: transparent;
}

.menu-toggle:before {
    color: #2e2e2e;
}

.menu-toggle {
    background-color: transparent;
    margin-top: 10px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
		background-color: transparent;
                color: #7fbfff
	}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
		background-color: transparent
	}

.secondary-navigation ul ul a:hover,
.secondary-navigation ul ul li.focus > a {
		background-color: transparent
	}

.search-toggle {
    background-color: transparent;
}

.site-header{
 padding-bottom: 0px;
 padding-top: 0px;
 margin-left: auto;
 margin-right: auto;
}

#secondary{
 margin-top: 20px;
}

}



/* スライダーナビゲーション------------------------------------- */

.slider-direction-nav li {
    border-width: 2px 1px 2px 0;
}

.slider-direction-nav li:last-child {
    border-width: 2px 0 2px 1px;
}

.featured-content .entry-header {
    background-color: #ffefe0;
}

.slider-control-paging {
    background-color: #ffefe0;
}

.slider-direction-nav {
   background-color: #ffefe0;
}

.slider-direction-nav a {
    background-color: #ffefe0;
}

.featured-content .entry-title {
    font-size: 15px;
}

.featured-content .entry-header {
    min-height: 40px;
}

@media screen and (max-width: 672px) {
.featured-content .entry-title {
    font-weight: bold; 
}
}



/* ウィジットエリアの横ラインを削除------------------------------------- */

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li{
    border-top-style: none;
}


/* ウィジットのつぶやき欄のSNSプラグインを非表示---------------------------------------------- */
.widget .wp_social_bookmarking_light{
    display: none;
}

.su-post-comments-link {
    display: none;
}

.widget .wp_rp_plain {
    display: none;
}

.tweet-content p{
 font-size:1.2em;
}

/* つぶやきアーカイブぺージ--------------------------------------------- */
.post-type-archive-tweet .cat-links{
    display: none;
}



/* つぶやき個別ぺージ--------------------------------------------- */
.tweet .cat-links{
    display: none;
}



/* embeb--------------------------------------------- */
iframe.wp-embedded-content {width:100%}



/* slick----------------------------------- */

.slick-prev {
    left:3%;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-next {
    right: 3%;
    z-index: 1;
    width: 40px;
    height: 40px;
}


.slick-list{
 height: 15em;
}

.slick-contna{
	padding-bottom: 2em;
	background: #ffefe0;
}

.slick-dots{
	background-color: #fff;
	padding-bottom: 2px;
}

.home .content-area{
padding-top: 0px;
}


@media screen and (max-width: 400px){

.list-view .content-area {
    padding-left: 0px; 
	padding-right: 0px; 
}

.list-view .site-content .hentry {
    padding-left: 10px ;
	padding-right: 10px ;
}
}


.slick-slider img {
width:100%;
height: 15em;
object-fit: cover;
font-family: 'object-fit: cover;'
}


.carousel-cell{
width: 100%;
}

a {
text-decoration: none;
}

.slick-slider .title {
position: absolute;
bottom: 1em;
margin: 0 .75em;
padding-left: 1em;
padding-right: 1em;
color: #fff;
font-size: 120%;
line-height:1.3
}

.slick-main {
position: relative;
width: 100%;
min-height: 95px;
font-weight: 900;
color: #fff;
background: #000;
text-shadow: 0 0 5px #000;
}


.slick-category {
position: absolute;
top: .3rem;
left: 1rem;
padding: 0.3em 1em;
font-size:0.75em;
border: 2px dashed #fff;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
}


@media screen and (min-width: 783px) {

.slick-list{
 	height: 25em;
	}

.slick-slider img {
	height: 25em;
	}

.slick-category {
	font-size:1.3em;
	padding: 0.3em 1em;
	margin-top: 1em;
	}


.slick-slide:not(.slick-center) {
  -moz-filter: opacity(40%);
  -o-filter: opacity(40%);
  -ms-filter: opacity(40%);
  opacity:0.4;
  transition: 0.2s linear;
}

.slick-prev:before,
.slick-next:before
{
color: gray;
}

.slick-slider .title {
	font-size: 150%;
	line-height: 1.3;
}

.search-toggle {
background-color: #ffefe0;
}

.search-toggle.active {
	background-color: #c6e2ff;
}

}

@media screen and (min-width: 400.1px) {
	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		padding-top: 48px;
	}
}

.slick-contna,
.slick-slider .title,
.slick-category {
  display: none;
}

.slick-contna.initialized{
  display: block;
}

.slick-dots li button::before{
    content: "\f111" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight:900 !important;
}

.slick-prev::before {
    content: "\f137" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight:900 !important;
}
.slick-next::before {
    content: "\f138" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight:900 !important;
}


@media screen and (min-width: 673px) {
.slick-contna.initialized {
		margin-left:-.5em;
		margin-right:-.5em;
	}
}



/* リンクの点線枠や下線の影も削除------------------------------------------------ */

a:focus, *:focus { 
	outline:none; 
}

a {
    outline: none;
}


/* パンくず（自作ウィジェットエリア）----------------------------------- */

.pankuzu {
	font-size:0.8em;
    background-color: #fff;	
	margin-bottom: 1em;
}

.list-view article .pankuzu {
	display: none; 
}

.pankuzu a,
.pankuzu a:hover{
    color: #767676;
}



/*シェアボタン部分------------------------------------------------ */

/* SNSごとの背景色------------------- */
#twitter {
   background-color: #00acee;
}
#pocket {
   background-color: #EE4056;
}
#facebook {
   background-color: #3b5998;
}
#line-share {
   background-color: #00b900;
}
#hatena {
   background-color: #2D4C86;
}


/* ボタン設定------------------- */

.button-area {
   width: 100%;
   margin: 10px 0;
}
.button-area:after {
   content: '';
   clear: both;
   display: block;
}
.button-area-title {
   font-weight: 700;
   margin: 0 0 8px;
   text-align: center;
}
.title-fill {
   display: block;
   background-color: #444;
   color: #fff;
   font-size: 14px;
   width: 100%;
   padding: 6px 15px;
   box-sizing: border-box;
}
.button-whole {
   float: left;
   width: 19%;
   margin: 0 0.5% 0 0.5%;
   box-sizing: border-box;
}
.button-link {
   display: block;
   text-align: center;
   color: #fff !important;
   font-size: 14px !important;
   padding: 10px 0 !important;
   box-sizing: border-box;
   border-radius: 3px;
   text-decoration: none;
}
.button-link:hover {
   text-decoration: none !important;
   filter:alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
}



/* タイトル下のボタン------------------- */

.list-view article .button-top-area {
	display: none; 
}



/* 記事一覧部分------------------- */

.list-view .post-thumbnail {
 display: none;
}

.list-view .has-post-thumbnail .entry-header {
    margin-top: 0px;
}


@media screen and (min-width: 401px){

.list-view:not(.post-type-archive-tweet) .site-content .hentry.has-post-thumbnail:first-of-type { 
    padding-top: 0;
    margin-top:0;
}

.list-view .site-content .hentry:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.list-view  .hentry:not(:first-of-type) .entry-header {
    padding-top: 0;
}

.list-view .hentry{
	margin-bottom: 1em;
}

}


@media screen and (min-width: 673px){

.list-view:not(.post-type-archive-tweet) .site-content .hentry {
    border: none;
    padding-top: 48px;
    padding-bottom: 0px;
}


.list-view:not(.post-type-archive-tweet) .site-content .hentry:first-of-type {
    margin-top: 0;
}

}



/* 関連記事表示------------------------------------------------ */

/* 関連記事エリア(WordPress Related Posts使用時) --------------------------
.wp_rp_title:before {
	content: "\A" ;
	white-space: pre ;
}

.wp_rp_title {
	color: #2b2b2b;
    font-weight: 700;
}
------------------- */

#related-entries a {
	color: #2b2b2b;
}

#related-entries a:hover {
	color: #939393;
}

#related-entries{
    margin: 0 auto;
    background-color: #fff;
    padding: 12px 10px 0;
    max-width: 474px;
}

.related-entry{
	width:100%;
	display: table;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
}

.related-entry:last-of-type {
	border-bottom: none;
}
.related-entry-thumb {
	display: table-cell;
	vertical-align: middle;	
}

.related-entry-content {
	display: table-cell;
	/*width:80%;------------------- */
	word-wrap: break-word;
 	vertical-align: middle;
}

.related-entries-title {
    clear: both;
    margin: 15px 0 !important;
    padding: 0.5em !important;
    position: relative;
    border: #ffe5cc solid 3px;
    border-radius: 16px;
    background: #ffefe0;
    box-shadow: -7px -5px 0 0 #ffe5cc inset, 2px 3px 0 0 #c0c0c0;
}

.related-entries-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 34px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffe5cc;
}

.related-entries-title:after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 38px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top-color: #ffe5cc;
}

#related-entries .related-entry-snippet a {
	font-size:.8rem;
	color:#767676;
}

#related-entries .related-entry-snippet {
	line-height:1.2
}

@media screen and (max-width: 401px){

#related-entries{
	max-width: 100%;
	}
}


@media screen and (min-width: 673px){

#related-entries{
	padding-left: 30px;
	padding-right: 30px;
	}

.related-entry{
	padding-right: 0;
	max-width: 100%;
	margin:0 auto;
}

}


@media screen and (min-width: 810px){

#related-entries{
	max-width: 80%;
	}

}


@media screen and (min-width: 1218px){

#related-entries{
    margin-right: 54px;
}

}



/* TOPへ戻るボタン（Go to top）--------------------------------- */

#page-top{
    position:fixed;
    right:16px;
    bottom:16px;
    display: none;
	z-index: 9999;
}

#page-top a{
    color:#fff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:rgba(170, 170, 170, 0.73);;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px; 
}

#page-top a:hover{
    background: rgba(170, 170, 170, 0.73);;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}



@media screen and (min-width: 401px) {

.search-box-wrapper {
	width: 50%;
}

.search-box .search-field {
	width: 100%;
}

}


/* フッター--------------------------------------------------------------- */

.site-info{
	text-align: center;
}

.privacy{
    margin: .8em 0;
}

.site-info img{
    width: 5em;
    display: inline-block;
    margin-bottom: 1em;
}



