@charset "utf-8";

/*************************************************************
*
* 汎用パーツ
*
*************************************************************/
.eyecatch {
	border-radius: 2px;
}

.main {
	width: 75%;
	float: right;
	padding-left: 1%;
  padding-right: 1.428571428571429%;
}

.side {
	width: 25%;
	float: right;
	padding-left: 1.428571428571429%;
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
	.main {
		width: 100%;
		float: none;
	}
	.side {
		width: 100%;
		float: none;
	}
}

/*************************************************************
*
* サイドバー
*
*************************************************************/
.block_side {
	background-repeat: repeat;
	
	border-radius: 2px;
	
	margin-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.block_side {
		background-size: 50%;
	}
}
@media screen and (max-width: 768px) {
}
/************************************
* サイド用ボタン
************************************/

@media screen and (max-width: 479px) {
}
/************************************
* サイド用見出し
************************************/
.column_side .headline {
  color: #000741;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  
  border-bottom: #d2d2d2 4px solid;
	
  padding: 7px 5px 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .column_side .headline {
    font-size: 2.2rem;
    font-weight: 500;
  }

}
@media screen and (max-width: 599px) {
  .column_side .headline {
    font-size: 1.6rem;
  }
}
/************************************
* サイド用リスト
************************************/
.column_side ul {
  font-size: 1.4rem;
}
.column_side ul li {
  /*border-bottom: 1px solid #333333;*/

  padding-top: 8px;
  padding-bottom: 6px;
}
.column_side ul li:last-child {
	border-bottom: none;
}
.column_side ul li a {
  color: #000;
  font-weight: 500;
}
.hover .column_side ul li a:hover,
.column_side ul li a.hover {
	text-decoration: underline;
}

.column_side ul .children {
	margin-top: 0.3em;
	padding-left: 0;
}
.column_side ul .children li {
	border-bottom: none;
	list-style-type: disc;
	
	padding-top: 4px;
	padding-bottom: 2px;
	
	margin-left: 1.3em;
}
.column_side ul .children li a {  
}
@media screen and (max-width: 768px) {
  .column_side ul {
		font-size: 1.8rem;
		
		padding: 12px;
  }
	.column_side ul li {
		padding-top: 16px;
		padding-bottom: 18px;
	}
	.column_side ul .children li {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 599px) {
	.column_side ul {
		font-size: 1.6rem;
	}
  .column_side ul li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/************************************
* 新着(newest)
************************************/
/*
.column_side .newest {
  margin-bottom: 25px;
}
.column_side .newest a {
	display: block;
}
.column_side .newest .box {
	background-color: #f1fef2;
	
	font-size: 1.4rem;
	
	padding: 7px 7px 14px;
}
.column_side .newest .box .item {
	font-size: inherit;
	
	border-bottom: #333333 1px solid;
	
	margin-bottom: 8px;
	padding-bottom: 6px;
}
.column_side .newest .box .btn_type1 {
	margin-top: 20px;
}
.column_side .newest .row {
	margin-bottom: 12px;
}
.column_side .newest .col_5 {
	display: none;
}
.column_side .newest .col_7 {
	float: none;
	width: 100%;
	
	padding-bottom: 0.6em;
	
	color: #231711;
	text-decoration: underline;
	font-size: 1.5rem;
}

.hover .column_side .newest a:hover .title {
  text-decoration: none;
}
.column_side .newest .title {
	margin-bottom: 1em;
	
	font-size: 1.0714em;
	
	text-decoration: underline;
}
.column_side .newest p {
}
.column_side .newest time {
	font-size: 1.4rem;
	margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {
	.column_side .newest .box {
		font-size: 1.8rem;
	}
	.column_side .newest p {
		font-size: 0.875em;
		
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 479px) {
  .column_side .newest .box {
		font-size: 1.6rem;
	}
}
*/
/************************************
* カテゴリ(category)
************************************/
@media screen and (max-width: 768px) {
	.column_side .category {
		/*display: none;*/
	}
}
/************************************
* タグ(tag)
************************************/
@media screen and (max-width: 768px) {
	.column_side .tag {
		/*display: none;*/
	}
}


/*******************************************************
/*
/*blog一覧
/*
/******************************************************/
/*******************************************************
/* 一覧 article
/******************************************************/
.list .box_blog {
  font-size: 1rem;

  position: relative;
}
/* 記事毎の余白の設定 */
.list .column_main article:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 40px;
  
  border-bottom: #000741 1px solid;
}
@media screen and (max-width: 599px) {
  .list .column_main article:not(:last-child) {
    padding-bottom: 15px;
  }
}
/******************************
/* 一覧 テキスト箇所
/*****************************/
@media screen and (max-width: 768px) {
  .list .box_blog .col_6 {
    float: left;
  }
  .list .box_blog .col_6.image {
    width: 45%;
  }
  .list .box_blog .col_6.text {
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .list .box_blog {
    border: #aaaaaa 1px solid;
    
    padding: 15px;
  }
  .list .box_blog .col_6 {
    float: none;
  }
  .list .box_blog .col_6.image {
    width: 100%;
    
    margin-bottom: 10px;
  }
  .list .box_blog .col_6.text {
    width: 100%;
  }
  
}

/******************************
/* 一覧 記事カテゴリ
/*****************************/
.list .box_blog .post-categories {
}
.list .box_blog .post-categories li {
  display: block;
}

.list .box_blog .post-categories a {
  display: block;
  
  padding: 6px;
	
  color: #fff;
  font-size: 1.6rem;
  
  background-color: #b3b6cf;
  border: #b3b6cf 1px solid;
  
  -webkit-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hover.list .box_blog .post-categories a:hover,
.list .box_blog .post-categories a.hover {
  background-color: #fff;

  color: #b3b6cf;
}

/******************************
/* 一覧 記事投稿日
/*****************************/
.list .date {
  font-size: 1.8rem;
  color: #b7b7b7;
  text-align: right;
  
  display: block;
}

/******************************
/* 一覧 記事タイトル
/*****************************/
.list .box_blog .headline {
	font-size: 2.4em;
	font-weight: bold;
	
	margin-bottom: 0.5em;
}
.list .box_blog .headline a {
  color: #000;  
  
  -webkit-transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover.list .box_blog .headline a:hover,
.list .box_blog .headline a.hover {
  color: #000741;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
  .list .box_blog .headline {
    font-size: 1.8rem;
  }
}
/******************************
/* 一覧 記事タイトルここまで
/*****************************/

/******************************
/* 一覧 アイキャッチ部分
/*****************************/
.list .box_blog .image {
  position: relative;
  overflow: hidden;
  
  padding-right: 0;
}
.list .box_blog .image .icon {
  position: absolute;
  z-index: 2;
  display: block;
  top: -40px;
  right: -40px;
  width: 105px;
  height: 105px;

  background-color: #e60012;
  border-radius: 50%;

  padding-top: 40px;
  padding-left: 10px;

  color: #fff;
  font-size: 2rem;
  text-align: left;
  font-weight: 500;

  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
	.list .box_bloglist .eyecatch {
		width: auto;
	}
}


/******************************
/* 一覧 抜粋分
/*****************************/
.list .box_blog .excerpt {
	display: block;
	
	font-size: 1.6em;
	line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .list .box_blog .excerpt {
    font-size: 1.4rem;
  }
}

/******************************
/* 一覧 続きを読む
/*****************************/
.list .more {
  display: block;

  font-size: 1.6em;
}
.list .more a {
  text-decoration: underline;
  color: #000;
}
.hover.list .more a:hover,
.list .more a.hover {
  border-bottom: none;
}
@media screen and (max-width: 768px) {

}
/******************************
/* 一覧 続きを読む ここまで
/*****************************/
/*******************************************************
/* 一覧 articleここまで
/******************************************************/

/*******************************************************
/*
/*detail（記事ページ）
/*
/******************************************************/
@media screen and (max-width: 768px) {
  .detail .column_main > .box {
    border: #000741 1px solid;
    
    padding: 15px;
  }
}
/******************************
/* 一覧 記事ヘッド
/*****************************/
.detail .column_main .head {
	margin-bottom: 15px;
	
	font-size: 1rem;
}
/******************************
/* 一覧 記事ヘッドここまで
/*****************************/
/******************************
/* 個別 記事カテゴリ
/*****************************/
.detail .column_main .head .post-categories {

}
.detail .column_main .head .post-categories li {
	float: left;
}
.detail .column_main .head .post-categories li:not(:last-child) {
	margin-right: 1em;
}
.detail .column_main .head .post-categories a {
	display: block;
	
	border-radius: 2px;
    border: #b3b6cf 1px solid;
	
	padding: 8px;
	
    background-color: #b3b6cf;
	
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	
	-webkit-transition: background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover.detail .column_main .head .post-categories a:hover,
.detail .column_main .head .post-categories a.hover {
	background-color: #fff;
	
	color: #b3b6cf;
}
@media screen and (max-width: 599px) {
  .detail .column_main .head .post-categories li {
    display: block;
    float: none;
  }
  .detail .column_main .head .post-categories a {
    font-size: 1.6rem;
    text-align: left;
  }
}
/******************************
/* 個別 記事カテゴリここまで
/*****************************/
/******************************
/* 個別 記事投稿日
/*****************************/
.detail .column_main .date {
  font-size: 2rem;
  color: #b7b7b7;
  text-align: right;
  
  display: block;
  
  margin-bottom: 30px;
  padding-bottom: 20px;
  
  border-bottom: #dedede 1px solid;
}
.detail .column_main .date > * {
  
}
.detail .column_main .date img {
  margin-right: 5px;
  
  vertical-align: -0.5rem;
}
@media screen and (max-width: 657px) {
  .detail .column_main .date {
    border-bottom: none;
  }
}
/******************************
/* 個別 記事タイトル
/*****************************/
.detail .column_main .blogtitle {
  font-size: 2rem;
  color: #000;
  line-height: 1.35;
  font-weight: bold;
  
  margin-bottom: 10px;
}



/*******************************************************
/* タグ(tag）
/******************************************************/
.detail main .tag {
  padding: 10px 12px 8px;
	
  background-color: #b3b6cf;
	
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}

.detail main .tag a {
  text-decoration: underline;
  color: #fff;
	
  display: inline-block;
	
  margin-right: 4px;
  margin-bottom: 5px;
}
.hover.detail main .tag a:hover,
.detail main .tag a.hover {
	text-decoration: none;
}

/*******************************************************
/* シェアボタン（sns）
/******************************************************/
.detail main .sns_container {
  /*border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail main .sns {
  width:100%;
	
	margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
	padding: 8px 12px;
	
	border-radius: 2px;
	background-color: #e3e7e7;
}
.detail main .sns_txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  color:#989898;
}
.detail main .sns .item {
	display: inline-block;
	width: 50px;
}
.detail main .sns .item:not(:last-child) {
	margin-right: 5px;
}
.detail main .sns .item a {
	font-size: 0;
	
	display: inline-block;
	
	width: inherit;
}
.detail main .sns .item a img {
	border-radius: 5px;
}
/*******************************************************
/* シェアボタン（sns）ここまで
/******************************************************/

/*******************************************************
/*
/* pager（ページャー）
/*
/******************************************************/
/*******************************************************
/* 一覧(.list)
/******************************************************/
.list .pager {
  text-align: center;
	
  margin: 60px auto 80px;
}
.list .pager .page-numbers.numbers {
  font-weight: 300;
}
.list .pager > * {
  font-size: 2rem;

  border-radius: 2px;
  border: 1px solid #333;
  
  display: inline-block;
	
  padding: 6px 12px;
  margin-left: 7px;
  margin-right: 7px;
}
.list .pager a {
  color: #000741;
}
.list .pager a svg {
  width: 14px;
  height: 16px;
  
  -ms-transition: fill 0.2s;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
	
  fill: #333;
}
.hover.list .pager a:hover svg,
.list .pager a.hover svg {
  fill:#FFF;
}
.hover.list .pager a:hover,
.list .pager a.hover,
.list .pager .current {
  color:#FFF;
  font-weight: 500;
  
  background-color: #000741;
  border-color: #000741;
}
@media screen and (max-width: 599px) {
  .list .pager > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .list .pager .page-numbers.numbers,
  .list .pager .page-numbers.top,
  .list .pager .page-numbers.last {
    display: none;
  }
}

/*******************************************************
/* 記事ページ(.detail)
/******************************************************/
.detail .pager {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
	margin-top: 30px;
}

.detail .pager .item {
  display: inline-block;
  position: relative;

  width: 45%;
	
  -ms-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);

  padding: 12px;

  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.detail .pager .item i {
	color: #000741;
	font-size: 2.2rem;
	
	display: block;
	width: 1.3em;
}
.detail .pager .item .title {
	display: block;
	
	width: -webkit-calc(100% - 2.86rem);
	width: calc(100% - 2.86rem);
	
	text-decoration: underline;
}
.hover.detail .pager .item:hover .title,
.detail .pager .item.hover .title {
	text-decoration: none;
}
/* 前の記事 */
.detail .pager .item.prev {
	float: left;
}
.detail .pager .item.prev i {
  float: left;

  padding-left: 8px;

  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.detail .pager .item.prev .title {
  float: left;
}
/* 次の記事 */
.detail .pager .item.next {
  float: right;
}
.detail .pager .item.next i {
  float: right;
	
  padding-right: 8px;
}
.detail .pager .item.next .title {
  float: right;
}

@media screen and (max-width: 599px) {
  .detail .pager .item {
    width: 100%;

    border: #000741 1px solid;
    border-radius: 2px;

    color: #000;
    font-weight: 500;
    font-size: 1.4rem;

    margin-bottom: 10px;
    padding: 8px;
  }
  .detail .pager .item .title {
    text-decoration: none;
  }
}

/*******************************************************
/*
/*popular_posts（人気の記事）
/*
/******************************************************/
.wpp-list:after,
.popular_posts_box:after {
  content: "";
  display: table;
}
.wpp-list .popular_posts_box:nth-of-type(odd) {
  clear: both;
}
.popular_posts_box {
  width: 50%;
  float: left;
  
  padding: 20px;
  
  border-bottom: #d2d2d2 1px solid;
}
.popular_posts_box:nth-of-type(odd) {
  border-right: #d2d2d2 1px solid;
}
.popular_posts_box:nth-of-type(even) {
}
.popular_posts_box > a:first-child {
  max-width: 45%;
  display: block;
  float: left;
  
  margin-right: 5%;
}
.wpp-thumbnail {
  display: block;
  
  transform: translateZ(0);
  
  margin-bottom: 20px;
  
  transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover .popular_posts_box a:hover .wpp-thumbnail,
.popular_posts_box a.hover .wpp-thumbnail {
  opacity: 0.7;
}
.popular_posts_box .headline a {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: underline;
}
.hover .popular_posts_box .headline a:hover,
.popular_posts_box .headline a.hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .popular_posts_box {
    overflow: hidden;
  }
  .popular_posts_box > a:first-child {
    float: none;
    max-width: none;
    
    margin-right: 0;
    margin-bottom: 8px;
  }
  .content.popular .popular_posts_box .wpp-thumbnail {
    margin: 0;
    float: none;
  }
  .popular_posts_box .headline {
    clear: both;
    height: 50px;
    
    line-height: 1.5;
  }
  .popular_posts_box .headline a {
    font-size: 1.4rem;
    
  }
}
@media screen and (max-width: 768px) {
}
/*******************************************************
/*
/* カテゴリ
/*
/******************************************************/
.content.category .accordion .acc_head {
  display: none;
}
@media screen and (max-width: 768px) {
  .content.category .accordion .acc_head {
    display: block;
  }
  .content.category .subheadline_type1 {
    display: none;
  }
  .content.category .acc_head {
    border: 1px solid #aaaaaa;
    background-color: #e5e5e5;
    
    padding-top: 17px;
    padding-bottom: 17px;
    
    width: 100%;
    display: block;
    position: relative;
    
    font-size: 2rem;
    font-weight: bold;
  }
  .content.category .acc_head:before,
  .content.category .acc_head:after {
    content: "";
    height: 6px;
    width: 35px;
    
    background-color: #000741;
    
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    
    margin: auto;
  }
  .content.category .acc_head:before {
    transform: rotate(90deg) translateZ(0);
    
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .content.category .acc_head.active:before {
    transform: rotate(0deg) translateZ(0);
  }
  .content.category .acc_body {
    display: none;
    
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .content.category > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .content.category .acc_body {
    padding: 10px;
    
    background-color: #eeeeee;
  }
}

/*******************************************************
/*
/* 食のあれこれ　ライター
/*
/******************************************************/
.detail .writer {
  padding-top: 20px;
  
  border-top: #898989 2px dashed;
}
.detail .writer .subtext {
  font-size: 1.4rem;
}
.detail .writer .profile {
  margin-top: 10px;
}
.detail .writer .headline {
  font-weight: 600;
  font-size: 1.6rem;
}
.detail .writer .paragraph {
  font-size: 1.4rem;
  
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .detail .writer .subtext {
    font-size: 1.2rem;
  }
  .detail .writer .profile .image {
    float: left;
  }
  .detail .writer .headline {
    padding-top: 8px;
  }
  .detail .writer .paragraph {
    font-size: 1.3rem;
  }
}
/*******************************************************
/*
/*404
/*
/******************************************************/
.error div {
  /*margin-top: 20px;
  font-size: 1.4rem;*/
}
.error main p {
	text-align: center;
}
.error .btn_type1 {
	margin: auto;
}