@charset "utf-8";
/*
 * コラム一覧 page-id-111
 *
 */
 .page-id-111 .site-content {
    background-color: #f2f1ee;
}
/*
 * KV周辺
 */
.kv_background {
  --left-color: #f5f5ed;
  --right-color: #e9edde;
  /* 背景色をグラデーションにして、KVの画像の切れ目を見えなくする */
  background: -webkit-gradient(linear, left center, right center, color-stop(0.50, var(--right-color)), color-stop(0.50 var(--left-color)));
  background: -webkit-linear-gradient(left, var(--left-color) 50%, var(--right-color) 50%);
  background: -moz-linear-gradient(left, var(--left-color) 50%, var(--right-color) 50%);
  background: -o-linear-gradient(left, var(--left-color) 50%, var(--right-color) 50%);
  background: -ms-linear-gradient(left, var(--left-color) 50%, var(--right-color) 50%);
  background: linear-gradient(to right, var(--left-color) 50%, var(--right-color) 50%);
}
/* 画像を中央に揃える */
.kv {
  margin: 0px -480px; /* 左右marginは((画像横幅 - 960) / 2)にする */
}
/*
 * 検索
 */
/* 検索エリア */
.column.search .searchArea {
    font-weight: bold;
    /* 太字                  */
	height: auto;
	margin-bottom: 30px;

}
.searchArea {
    /* このページ特有の（コラム詳細では流用すべきでない）表示 */
    float: right;
    width: 300px;
    /* BOXの幅               */
    height: 24px;
    /* BOXの高さ             */
    margin-top: -2em;
    margin-right: 0px;
}
.column.search > .searchArea form {
    display: flex;
}
/* 検索入力 */
/* --- テキスト入力欄のSTYLE設定 --- */

.column.search > .searchArea .searchText {
    display: block;
    /* ブロック化            */
    /* float: left; */
    /* 横並び                */
    box-sizing: border-box;
    /* 枠線,余白を含んだ長さ */
    height: 33px;
    /* 入力の高さ            */
    width: 200px;
    /* 入力の幅              */
    margin: 0;
    /* 外余白                */
    padding: 0 12px;
    /* 内余白                */
    border: 2px solid #f2f1ee;
    /* 枠線　幅,実践,色      */
    outline-color: #f2f1ee;
    color: #333;
    /* 文字色                */
    outline: 0;
    /* 入力の薄い枠を非表示  */
    font-size: 14px;
    /* フォントサイズ        */
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.column.search > .searchArea .searchText:focus {
    border-color: #f2f1ee;
}
.column.search > .searchArea .searchText::placeholder {
    color: #aaaaaa;
}
/* --- 検索ボタン欄のSTYLE設定 --- */

.column.search > .searchArea .searchButton {
    /* float: left; */
    /* 横並び                */
    box-sizing: border-box;
    /* 枠線,余白を含んだ長さ */
    height: 33px;
    /* 入力の高さ            */
    margin: 0;
    /* 外余白                */
    padding: 6px 10px;
    /* 内余白                */
    border-top: 2px solid #f2f1ee;
    /* 上枠線　幅,実践,色      */
    border-right: 2px solid #f2f1ee;
    /* 右枠線　幅,実践,色      */
    border-bottom: 2px solid #f2f1ee;
    /* 下枠線　幅,実践,色      */
    /* border-left: 2px solid #f2f1ee; */
    /* 左枠線 幅,実線,色 */
    background: #fff;
    /* ボタンの色            */
    color: #fff;
    /* 文字色                */
    cursor: pointer;
    /* カーソル設定          */
    line-height: 12px;
    /* 1行の高さ             */
    font-size: 12px;
    /* フォントサイズ        */

    border-top-right-radius : 3px;
    border-bottom-right-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- 検索ボタン内のアイコンSTYLE設定 --- */

.column.search > .searchArea .searchImg {
    display: inline-block;
    /* インラインブロック化  */
    width: auto;
    /* 幅は高さに合わせる    */
    height: 12px;
    /* 画像の高さ            */
    margin: 0 3px 0 0;
    /* 余白                  */
    vertical-align: middle;
    /* 横の文字位置          */
}

/* --- IEの入力エリア右側×消し -------------------------*/

.column.search > .searchArea .searchText::-ms-clear {
    display: none;
    /* ×を消す              */
}
div.search.title {
    border-left: solid 3px #DE5D94;
    margin: 30px 0px 30px 0px;
    padding: 5px;
}
.column .search .category {
    border: 0px;
}

.column.search.category.accbox {
    clear:both;
}
label.column.searchlist {
    /* アコーディオンメニュー展開ラベル */
    display: none;
}

.accbox input[type="checkbox"] {
    /* アコーディオンメニュー展開ラベル（に反応するチェックボックス) */
    display: none;
    /* 常に表示しない */
}

div.column.search.category {
    /* ラジオボタン枠 */
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
}

label.column.search.category {
    /* ラジオボタンテキスト(ラベル) */
    border: 0px;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 0px;
}

label.search {
    /* ラジオボタン装飾 */
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    padding-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block;
}

label.search:before {
    /* ラジオボタン装飾(〇枠) */
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #666;
    border-radius: 50%;
    left: 0px;
    /* top: 8px; */
    content: '';
    z-index: 3;
}

label.search:after {
    /* ラジオボタン装飾(選択中) */
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 3px;
    background-color: #DE5D94;
    z-index: 1;
}

label.search input[type="radio"] {
    /* ラジオボタン装飾 */
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 22px;
    left: -23px;
    top: 1px;
    margin: 0px;
    box-shadow: 22px -1px #FFF;
}

label.search input[type="radio"]:checked {
    /* ラジオボタン装飾 */
    box-shadow: none;
}

label.search input[type="radio"]:focus {
    /* ラジオボタン装飾 */
    opacity: 0.2;
    box-shadow: 20px -1px #FFF;
}

/*
 * メインコンテンツ
 */
.column.content {
  background-color: #f2f1ee;
}
.column .content section.contBlock {
    margin-top: 45px;
}
.column .content section.contBlock ul.listPartsArticle {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
}
.column .content section.contBlock ul.listPartsArticle>li{
    margin: 0 0 30px;
    width : 33%;
    height: auto;
}
.column .content section.contBlock ul.listPartsArticle li a{
    width : 300px;
    height: 300px;
}
.column .content section.contBlock ul.listPartsArticle>li.error-404{
    width : 100%;
    margin: 0;
}
.column .content section.contBlock ul.listPartsArticle>li.error-404 h1{
    text-align: center;
    color: #e40180;
    margin: 90px 0 12px;
    font-size: 30px;
}
.column .content section.contBlock ul.listPartsArticle>li.error-404 h1+p{
    text-align: center;
    font-size: 14px;
    margin: 0 0 122px;
}
@media screen and (max-width: 767px) {
    .column .content section.contBlock ul.listPartsArticle>li{
        width: 300px;
        margin-left :auto;
        margin-right:auto;
    }
    .column .content section.contBlock ul.listPartsArticle>li.error-404 h1{
        margin: 22px 0 12px;
        font-size: 18px;
    }
    .column .content section.contBlock ul.listPartsArticle>li.error-404 h1+p{
        font-size: 12px;
        padding: 0 38px;
    }
}


/*
 * コラム詳細 .column-template-default
 *
 */
/*
 * 大枠設定
 */
.column-template-default .mainContent {
  width: 100%;
  padding: 0px;
}

/* 次のコラムへのリンクのレイアウト調整 */
.single-column .next_post_link_text {
  width: 100%;
  text-align: right;
}
.single-media div.detail.post_link span.next_post_link_arrow:after,
.single-column div.detail.post_link span.next_post_link_arrow:after{
  right: -10%;
}
.single-column div.site-content {
    /* メインのコンテンツ設定 */
    background-color: #f2f1ee;
}

.single-column div.column.contents {
    /* メインのコンテンツ枠 */
    border: solid 1px #c4c4c4;
    border-top: solid 3px #E4017F;
    /* margin: 40px 0 0 0; */
    padding: 32px 35px 27px;
    background-color: #FFFFFF;
}

.single-column div.column.contents .entry-title{
  margin-bottom: 15px;
  font-weight: bold;
}

.single-column .column.contents div.sub_column {
    /* ページタイトル、カテゴリなどの行 */
    padding: 0 0 0 0;
//    border-bottom: solid 1px #D8D8D8;
    display: flex;
    justify-content: space-evenly;
}

.single-column .column.contents div.sub_column> :last-child {
    /* 最後のカラムだけ右端へ */
    margin-left: auto;
}

.single-column .column.contents span.category {
  /* カテゴリ表示 */
  display: inline-block;
  text-align: center;
  min-width: 124px;
  font-size: 10px;
  border: 1px solid;
}

/*
 * 記事後のフッター
 */
.single-column .column.contents .content_footer {
  display: flex;
  margin-top: 24px;
}

/*
 * SNSのシェアボタン
 */
.single-column .column.contents .sns {
    /* SNSリンク表示 */
    display: flex;
    /* 右寄せ */
    margin-left: auto;
}
.single-column .column.contents .sns.twitter, .sns.b, .sns.facebook {
    margin-right: 0.5em;
    float: none;
}
.single-column .column.contents .sns.twitter:before {
    content: url('/yukitakahashi/wp/wp-content/uploads/2018/04/sns_twitter.png');
}
.single-column .column.contents .sns.facebook:before {
    content: url('/yukitakahashi/wp/wp-content/uploads/2018/04/sns_FB.png');
}
.single-column .column.contents .sns.b:before {
    content: url('/yukitakahashi/wp/wp-content/uploads/2018/04/sns_B.png');
}
.single-column div.addtoany_list img {
    display: none;
}
.single-column div.addtoany_list a.a2a_button_facebook:after {
    content: url('/yukitakahashi/wp/wp-content/uploads/2018/04/sns_FB.png');
}
.single-column div.addtoany_list a.a2a_button_twitter:after {
    content: url('/yukitakahashi/wp/wp-content/uploads/2018/04/sns_twitter.png');
}
.single-column div.addtoany_list a.a2a_button_hatena:after {
    content: url('/yukitakahashi/wp/wp-content/uploads/2018/04/sns_B.png');
}
/*
 * コンテンツ中の画像
 */
.single-column .column.contents .entry-content img {
  margin-top: 44px;
	max-width: 100%;
	/*
  display: block;
  width: 500px;
  margin: 0px auto;
  */
}
.single-column .column.contents .entry-content > div:first-child img,
.single-column .column.contents .entry-content > p:first-child img{
  margin-top: 0;
}
.single-column .column.contents a {
    /* コンテンツ中リンク */
    color: #E4017F;
    text-decoration: none;
}
/* メイン、サイドバーを含むコンテンツ全体 */
.single-column div.column.page {
  margin-top: 40px;
  display: flex;
}
/* メイン側（サイドバーの左側コンテンツ */
.single-column .main {
  width: 660px;
  margin: 0px;
}
/* メイン記事の白箱 */
.single-column .column.contents {
    width: 660px;
    display: inline-block;
}
/* メイン記事の白箱後から関連記事まで */
.single-column .after_column_contents {
  width: 660px;
  margin: 0px;
}
/*
 * 関連記事
 */
/* 次要素とのマージン */
.single-column .related ul.listPartsArticle {
  margin-bottom: 70px;
  /* グリッド表示 */
 display: grid;
  grid-template-columns: 200px 200px 200px;
  justify-content: space-between;
}
/* 全体を200px x 200pxに */
.single-column .related ul.listPartsArticle > li {
  width: 200px;
  height: 200px;
  padding: 0px;
  border: 1px solid #d8d8d8;
}
/* 画像の高さを上書き */
.single-column .related ul.listPartsArticle > li article figure.imgParts {
  height: 200px;
  margin: 0px;
  overflow: hidden;
}
/* 文言を書く半透明の白いエリア */
.single-column .related ul.listPartsArticle > li article dl.contentParts {
  position: absolute;
	top: 110px;
	width:196px;
  height: 89px;
	left: 1px;
  margin: 0px;
  background-color: white;
  opacity: 0.8;
  padding: 15px;
}
/* カテゴリ（ここでは非表示） */
.single-column .related ul.listPartsArticle > li article div.categoryArticleLabel {
  display: none;
}
/* タイトル */
.single-column .related ul.listPartsArticle > li dt.titParts {
  font-size: 14px;
  /* 3行以上は三点リーダーで省略 */
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
article.blockPartsArticle {
  margin: 0px;
  width: 100%;
  margin-right: 15px;
  position: relative; /* オーバーレイさせる要素の親になるのでrelative */
}

/*
 * サイドバー
 */
.single-column .sidebar {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    margin-left: 38px;
}
/* 問い合わせ */
.single-column .sidebar .contact img {
  vertical-align: middle;
}

/* 検索エリア */
.single-column .sidebar .searchArea {
  width: auto;
  margin-top: 27px;
}
/* 検索フォーム */
.single-column .sidebar .searchArea form {
    display: flex;
}
/* 検索窓 */
.single-column .sidebar .searchText#inText {
  width: 226px;
  border: 1px solid #d8d8d8;
}
/* 虫眼鏡アイコン */
.single-column .sidebar .searchArea .searchButton {
  width: max-content;
  border: 1px solid #d8d8d8;
}
.single-column .searchArea .searchButton .searchImg {
  margin: 0px;
  height: max-content;
}
/*
 * ランキング
 */
/* 不要なコンテンツ（画像）の非表示化 */
.single-column .sidebar .imgParts,
.single-column .sidebar .rank {
  display: none;
}
.single-column .sidebar .contentParts {
	background: none;
	position: static;
	opacity: 1.0;
	height: auto;
	padding: 0;
	width: 100%;
}
.single-column .sidebar .contentParts .dateParts{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 10px;
}
.single-column .sidebar .contentParts .titParts{
  margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}
/* なぜか表示されない要素を無理やり表示 */
.single-column aside.sidebar > div:nth-child(6) {
  display: block!important;
  margin-top: 36px;
}

/* 各位枠 */
.single-column .sidebar ul.wpp-list {
  margin-top: 3px;
  margin-bottom: 0px;
}

/* カテゴリラベル表示調整 */
.single-column .sidebar .categoryArticleLabel {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  color: #000000; /* 仮で黒 */
  border: 1px solid #000000;
  padding: 0px 3px;
  font-size: 10px;
  width: max-content;
  grid-row: 1/1;
  grid-column: 2/2;
  top: 0px;
  min-width: 65px;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 個別のカテゴリごとの色指定 */
/* 家事研究家 */
.single-column .sidebar .categoryArticleLabel.graduate-course-of-housekeeping,
.single-column .sidebar .categoryArticleLabel.kajimaster,
.single-column .column.contents span.category.kajimaster_ns{
  color: #de5d94;
  border: 1px solid #de5d94;
}
/* 経営者 */
.single-column .sidebar .categoryArticleLabel.management,
.single-column .column.contents span.category.management_ns {
  color: #1f77c8;
  border: 1px solid #1f77c8;
}
/* 家事大学学長 */
.single-column .sidebar .categoryArticleLabel.president,
.single-column .sidebar .categoryArticleLabel.kajiuniversity,
.single-column .column.contents span.category.kajiuniversity_ns {
  color: #7c9a17;
  border: 1px solid #7c9a17;
}
/* 日本の暮らし方研究家 */
.single-column .sidebar .categoryArticleLabel.graduate-course-of-living,
.single-column .sidebar .categoryArticleLabel.kurashimaster,
.single-column .column.contents span.category.kurashimaster_ns {
  color: #d78f28;
  border: 1px solid #d78f28;
}
/* ブログ */
.single-column .sidebar .categoryArticleLabel.blog,
.single-column .column.contents span.category.blog_ns {
  color: rgb(183, 156, 8);
  border: 1px solid rgb(183, 156, 8);
}
/* 対談 */
.single-column .sidebar .categoryArticleLabel.dialogue,
.single-column .sidebar .categoryArticleLabel.dialog,
.single-column .column.contents span.category.dialog_ns {
  color: rgb(165, 76, 175);
  border: 1px solid rgb(165, 76, 175);
}
/* その他 */
.single-column .sidebar .categoryArticleLabel.other,
.single-column .column.contents span.category.other_ns {
  color: rgb(147,147,147);
  border: 1px solid rgb(147,147,147);
}
/* 日付 */
.single-column .sidebar time {
  /* position: relative; */
  font-size: 10px;
  grid-row: 1/2;
  grid-column: 2/2;
  text-align: right;
}
/* 各位枠 */
.single-column .sidebar ul.wpp-list li {
  width: auto;
  min-height: 70px;
  padding: 0px 0px;
  border-top: 1px solid #d8d8d8;
}
.single-column .sidebar ul.wpp-list li a{
  display: block;
}
.single-column .sidebar ul.wpp-list li:last-child {
  border-bottom: 1px solid #d8d8d8;
}
/* デフォルトのx位を非表示に */
.single-column .sidebar ul.wpp-list li:before {
  display: none;
}
/* ランキング */
.single-column .sidebar ul.wpp-list > li {
  /* 順位アイコンをposition absoluteするために親をrelativeに */
  position: relative;
}
.single-column .sidebar ul.wpp-list > li:before {
  /* 順位アイコン */
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -18px;
}
.single-column .sidebar ul.wpp-list li:nth-child(1):before {
  background-image: url("/yukitakahashi/wp/wp-content/uploads/2018/04/sp_ranking_icon_1.png");
}
.single-column .sidebar ul.wpp-list li:nth-child(2):before {
  background-image: url("/yukitakahashi/wp/wp-content/uploads/2018/04/sp_ranking_icon_2.png");
}
.single-column .sidebar ul.wpp-list li:nth-child(3):before {
  background-image: url("/yukitakahashi/wp/wp-content/uploads/2018/04/sp_ranking_icon_3.png");
}
.single-column .sidebar ul.wpp-list li:nth-child(4):before {
  background-image: url("/yukitakahashi/wp/wp-content/uploads/2018/04/sp_ranking_icon_4.png");
}
.single-column .sidebar ul.wpp-list li:nth-child(5):before {
  background-image: url("/yukitakahashi/wp/wp-content/uploads/2018/04/sp_ranking_icon_5.png");
}
/* 王冠右側エリア */
.single-column .sidebar ul.wpp-list li > a > article {
  /* gridを定義 */
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  padding: 12px 0px 9px 42px;
	box-sizing: border-box;
}
/* カテゴリを上gridに入れる */
.single-column .sidebar ul.wpp-list li > a > article .categoryArticleLabel {
  grid-row: 1/2;
  grid-column: 1/2;
}
/* 時刻を上gridに入れる */
.single-column .sidebar ul.wpp-list li > a > article time {
  grid-row: 1/2;
  grid-column: 1/2;
}
/* タイトルを下gridに入れる */
.single-column .sidebar ul.wpp-list li > a > article .articleTitle {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 14px;
}


/*
 * カテゴリ
 */
/* カテゴリ枠 */
.single-column .sidebar div.categoryList {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 46px;
}
.single-column .sidebar div.categoryList:before {
  content: "カテゴリー";
  width: 260px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
/* カテゴリ1つ1つ */
.single-column .sidebar .categoryList > a {
  width: 124px;
  font-size: 12px;
  text-align: center;
}
.single-column .sidebar .categoryList > a:nth-child(odd) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-column .sidebar .categoryList span.category {
  display: block;
  background-color: #ffffff;
  width: 122px;
  padding: 2px 0px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: -1px !important;
}

/*
 * コラムの記事内容
 */
.single-column .column.contents div.entry-content {
    /* 投稿記事 */
    padding: 17px 0px 24px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    line-height: 1.75;
}

/*
 * コラム一覧を見るボタン
 */
.single-column div.detail.post_link.box {
    display: flex;
	padding: 30px 0 0;
}

.single-column div.detail.post_link a {
    color: #E4017F;
    font-size: 14px;
}

.single-column div.detail.post_link .previous_post_link {
    /* 前記事タイトル */
    padding: 0px 2em;
    width: 50%;
    display: inline-block;
    /* 三点リーダーで省略 */
    //white-space: nowrap;
}

.single-column div.detail.post_link span.previous_post_link a {
    /* 戻るリンク */
    display: flex;
    position: relative;
}

.single-column div.detail.post_link .separetor {
    /* 区切り線 */
    width: 0px;
    border-right: solid 1px #CBCBCB;
    border-left: solid 1px #CBCBCB;
}

.single-column div.detail.post_link .next_post_link {
    /* 次記事タイトル */
    padding: 0px 2em;
    width: 50%;
    display: inline-block;
}

.single-column div.detail.post_link span.next_post_link a {
    /* 進むリンク */
    display: flex;
    position: relative;
}

.single-column div.detail.post_link div.gotolist {
    /* 一覧へ */
    text-align: center;
}

.single-column div.detail.post_link .gotolist a {
    /* 一覧へ飛ぶリンク */
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25pt;
    text-decoration: none;
    text-align: center;
    border: solid 1px #e4017F;
    background-color: #FFF;
    position: relative;
}

.single-column div.detail.post_link .gotolist img.pc {
    margin-left: 9px;
}

.single-column div.detail.post_link .gotolist img.sp {
    margin-left: 9px;
    display: none;
}

.single-column div.detail.post_link .gotolist a:hover {
    opacity: 0.6;
    transition: 0.4s;
}
/* SP用取材・問い合わせボタン？ */
.single-column #gallery-1 {
  display: none;
}
/* SP用検索？ */
.single-column .search-form {
  display: none;
}

/* 関連記事 */
.single-column .related ul.listPartsArticle > li article dl.contentParts{
  width: 100%;
}
.wp-pagenavi{
  margin-top: 36px;
}

.columnheader{
    background: #ffffff;
    margin: 0px -480px;
}
@media screen and (max-width: 767px) {
    .columnheader {
        position: relative;
        margin : 0;
        padding: 25px 38px 25px;
        z-index: 10;
    }
    .columnheader > .wrap {
    }
    .columnheader .searchArea {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0;
        height: auto;
    }
    .columnheader h2 {
        font-size: 16px;
        margin-top: 0;
    }
    .column.search > .searchArea .searchText{
        border: solid 1px #d8d8d8;
        height: 45px;
        width: calc(100% - 45px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .column.search > .searchArea .searchButton{
        border: solid 1px #d8d8d8;
        border-left: none;
        height: 45px;
        width: 45px;
    }

    .column.search > .searchArea .searchImg{
        height: 17px;
        margin: 0;
    }
    section.contBlock {
    	width:100%;
    }
}



/*人気記事TOP3装飾*/
/* 表示非表示切り替え*/
div.articleBest3 {
	display:none;
}
/*人気記事TOP3の白の外枠部分調整*/
div.articleBest3 {
	padding-top:10px;
	padding-bottom:50px;
	background-color:#ffffff;
	width:960px;
}
/*「人気記事TOP3」のh2タグを調整*/
div.articleBest3 > h2 {
	margin-left :50px;
}
/*人気記事トップ3の記事の横幅を指定*/
li.slickSlide.slick-active{
	/*width:250px;
	height:250px*/
}
/*人気記事トップ3のスライダーの記事間のmargin指定*/
li.slick-current{
	/*margin:0 20px 0 20px;*/
}
/*人気記事トップ3のタイトルを省略する*/
.slick-initialized .slick-slide .contentParts .titParts{
	font-size:14px;
	opacity:1;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/*人気記事トップ3の1位の記事の背景を金色にし文字を非透過にする*/
div.slick-track > li.rank1 dl.contentParts {
	opacity:1;
	background-color: rgba(230, 180, 34, 0.8);
	color: #ffffff;
}
/*2位の記事のタイトル部分背景色を銀色に指定*/
div.slick-track > li.rank2 dl.contentParts {
	opacity:1;
	background-color: rgba(192,192,192,0.8);
	color: #ffffff;
}
/*3位の記事のタイトル部分背景色を銅色に指定*/
div.slick-track > li.rank3 dl.contentParts {
	background-color:#8C4841;
	color:#ffffff;
}

div.slick-track > li .rank{
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	top: 13px;
	z-index: 1;
	text-indent: -999px;
	overflow: hidden;
}
/*1位の記事の左上にカテゴリタグが出てしまっていたのを消去*/
div.slick-track > li .categoryArticleLabel {
	display:none;
}
/*1位の記事の左上に王冠アイコンを表示*/
div.slick-track > li .ranking1{
	background-image: url(/yukitakahashi/wp/wp-content/uploads/2018/05/ico_rank1.png);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
/*2位の記事の左上に王冠アイコンを表示*/
div.slick-track > li .ranking2{
	background-image: url(/yukitakahashi/wp/wp-content/uploads/2018/05/ico_rank2.png);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
/*3位の記事の左上にカテゴリタグが出てしまっていたのを消去*/
div.slick-track > li:nth-child(3) .categoryArticleLabel {
	display:none;
}
/*3位の記事の左上に王冠アイコンを表示*/
div.slick-track > li .ranking3{
	background-image: url(/yukitakahashi/wp/wp-content/uploads/2018/05/ico_rank3.png);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
/*記事大きさ調整*/
.slick-initialized .slick-slide article.blockPartsArticle{
	width:250px;
	height:250px
}
.slick-initialized .slick-slide figure.imgParts{
	width:250px;
	height:250px
}
/*記事のタイトル、日付の大きさを調整*/
.slick-initialized .slick-slide dl.contentParts{
	margin-top:-15%;
	width:248px;
	height:110px;
}
/*記事のタイトルの文字の大きさを調整*/
.slick-initialized .slick-slide .contentParts .titParts{
	font-size:14px;
}


.entry-content a img, .widget a img{
	box-shadow: none;
}

/*.contentParts{
	width: 203px;
	height: auto;
	min-height: 119px;
	top: auto;
	bottom: 1px;
}

.listPartsArticle li{
	width: 225px;
	padding: 0;
}
.listPartsArticle li .categoryArticleLabel{
	display: none;
}
.listPartsArticle li figure{
	height: 210px;
}*/

@media screen and (max-width: 767px) {
	div.articleBest3 {
		width: 100%;
		//display: block;
	}
}

.relationList{
}
.relationList .temp{
	width: 220px;
	height: 210px;
}
/*.relationList .temp a{
	display: block;
}*/
.relationList .temp .tempContainer{
	width: 210px;
	height: 100%;
	border:1px solid #c2c2c2;
	margin-right: auto;
	position: relative;
}
.relationList .temp figure.bgImage{
	height: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.relationList .temp .bgImage img{
	position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.relationList .temp .onLayer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 92px;
	display: block;
}
.relationList .temp .onLayer::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	left: 0;
	top: 0;
}
.relationList .temp .onLayer .olInner{
	position: relative;
	padding: 13px 0;
	margin: 0 15px;
	z-index: 1;
}
.relationList .temp .onLayer time{
	font-size: 12px;
}
.relationList .temp .onLayer p{
	font-size: 14px;
}

.related{
	margin-bottom: 70px;
}

ul.listPartsArticle>li{
    margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {  
	img.pc {
		display: none;
	}
	img.sp {
		display: block;
	}
	.kv_container {
		width: 100%;    
	}
	.page-id-111 .kv {
		margin: 0;
		width: 100%;
		height: auto;
	}
}