

/******共通*******/
a {
	text-decoration: none;
}
.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
/*緑ボタン*/
a.btn {
	width: 222px;
	display: block;
	margin: 0 auto;
	background-color: #C2E5D5;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 15px 0;
	border-radius: 30px;
	filter: drop-shadow(0px 2px 3px rgba(51,51,51,0.4));
}
a.btn:hover {
	color: #fff;
	filter: drop-shadow(0px 0px 0px rgba(51,51,51,0.0));
}



/******contents*******/
#contents {
  display: flex;
  justify-content: center;
  padding: 0px;
}



/******header*******/
header {
	list-style: none;
	background-color: #C2E5D5;
	width: 260px;
}
/*追従メニュー*/
div#sidebar {
	width: 240px;
	position: fixed;
	left: 10px;
	text-align: center;
	padding-top: 40px;
}
/*ロゴ*/
div#sidebar > a img {
	width: 170px;
	height: auto;
	margin-bottom: 10px;
}
/*新潟のママがつくるメディア*/
div#sidebar > p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 40px;
}
/*白枠*/
div.cate_menu {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
div.cate_menu > p {
	font-size: 15px;
	color: #84C2A6;
}
div.cate_menu > p:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 20px;
    background-image: url(../images/baobab/icon_category.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}
div.cate_menu > ul {
	margin-top: 20px;
	margin-bottom: 40px;
}
div.cate_menu > ul li {
	text-align: center;
	border-bottom: 1px solid #C2E5D5;
}
div.cate_menu > ul li a {
	display: block;
	font-size: 15px;
	color: #333333;
	padding: 15px 0;
}
div.cate_menu > ul li a:hover {
	color: #84C2A6;
}
/*下部リンク*/
div.cate_menu > a {
	display: block;
	font-size: 15px;
	color: #999999;

/*	margin-bottom: 24px;*//*add*/
}
div.cate_menu > a:hover {
	color: #C2E5D5;
}
/*インスタ*/
div.cate_menu > a:last-of-type {
    display: none !important;/*add*/ 

	font-size: 30px;
    color: #fff;
	width: 50px;
    height: 50px;
    background-color: #C2E5D5;
    border-radius: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}
div.cate_menu > a:last-of-type:hover {
    background-color: #999999;
}



/******SP用カテゴリースライド*******/
div.scroll-nav {
	display: none;
}



/******main*******/
div#main {
	list-style: none;
	width: calc(100% - 260px);
	max-width: 1920px;
	margin: 0 auto;
	background-color: #F7F5F3;
}




/******TOPスライダー******/
section.top_slider {
	padding-bottom: 80px;
	background-color: #fff;
}
ul.topSlide li div.img_wrap {
	overflow: hidden;
}
ul.topSlide div > img {
	width: auto;
	height: 280px;
	transition-duration: 0.5s;
}
ul.topSlide a:hover div > img {
	opacity: 0.7;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
	bottom: -56px;
	padding: 8px 0 20px;
}
.slick-dots li button:before {
	font-size: 30px;
	color: #DCDCDC;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #909090;
}
/*矢印*/
.slick-prev,.slick-next {
    z-index: 1;
    background:rgba(194,229,213,0.7);
	padding: 10px 20px;
	border-radius: 20px;
	width: auto;
	height: auto;
}
.slick-prev {
    left: 15px;
}
.slick-next {
    right: 15px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: rgba(194,229,213,1.0);
}
.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
	font-weight: bold;
    line-height: 1;
    opacity: 1.0;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
	content: '\f104';
}
.slick-next:before {
    content: '\f105';
}




div.title {
	width: 400px;
	background-color: #fff;
	padding: 10px;
	position: relative;
}
/*カテゴリーマーク*/
div.title p:first-of-type {
	width: max-content;
	font-size: 12px;
	color: #fff;
	padding: 3px 8px;
	border-radius: 10px;
	margin-bottom: 10px;
}
/*生活*/
p.cate885 {
	background-color: #ef959f;/*ローズ*/
}
/*おでかけ*/
p.cate888 {
	background-color: #82C1EA;/*青*/
}
/*ランチ*/
p.cate889 {
	background-color: #84C2A6;/*緑*/
}
/*子どもとつくるレシピ*/
p.cate890 {
	background-color: #B0CE6A;/*黄緑*/
}
/*手作りおもちゃ*/
p.cate887 {
	background-color: #F9A75D;/*オレンジ*/
}
/*Ba Bar こじゅえ*/
p.cate891 {
	background-color: #C797C4;/*紫*/
}
/*タイトル文章*/
div.title p:nth-of-type(2) {
	height: 3em;
	overflow: hidden;
	font-size: 15px;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
	overflow-wrap:  break-word;
	text-align: left;
}
/*日付け*/
div.title p:nth-of-type(3) {
	font-size: 14px;
	color: #999999;
	text-align: right;
}
/*ライター顔*/
div.title a > img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -30px;
	right: 10px;
}
div.title a:hover > img {
	border-radius: 30px;
	box-shadow: 0px 0px 2px 3px #F096A0;
}





/******最新記事一覧******/
section.article_list {
	background-color: #F7F5F3;
	padding-top: 40px;
	padding-bottom: 40px;
}
section.article_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
section.article_list ul li {
	width: 280px;
	margin: 0 10px 20px;
}
section.article_list ul li div.img_wrap {
	overflow: hidden;
	height: 158px;
}
section.article_list ul li div > img {
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
}
section.article_list ul li > a:hover div img {
	opacity: 0.7;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
section.article_list div.title {
	width: calc(100% - 20px);
}
/*日付け*/
section.article_list div.title p:nth-of-type(3) {
	text-align: right;
}
/*ライター顔*/
section.article_list div.title a > img {
	width: 50px;
	height: 50px;
	top: -25px;
}
section.article_list div.title a:hover > img {
	border-radius: 25px;
	box-shadow: 0px 0px 2px 3px #F096A0;
}





/******下部共通コンテンツ******/
section.btm_common {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}
section.btm_common ul {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.btm_common ul li {
	width: 50%;
	text-align: center;
}
section.btm_common ul li:first-of-type {
	border-right: 2px solid #C2E5D5;
}
section.btm_common ul li > img:first-of-type {
	width: 230px;
	height: auto;
	margin-bottom: 20px;
}
section.btm_common ul li > p {
	font-size: 16px;
	color: #444444;
	margin-bottom: 10px;
}
section.btm_common ul li > div {
	margin-bottom: 20px;
}
section.btm_common ul li > div img:first-of-type {
	margin-right: 20px;
}
/*インスタグラム*/
section.btm_common ul li > a img {
	width: 365px;
	height: auto;
}
section.btm_common ul li > a:hover img {
	opacity: 0.7;
}





/******footer******/
footer {
	background-color: #F7F5F3;
	text-align: center;
	padding: 40px 0;
}
footer img {
	width: 160px;
	height: auto;
	margin-bottom: 10px;
}
footer p {
	font-size: 12px;
	color: #84C2A6;
}
footer p:last-of-type {
	margin-top: 40px;
}




/******ページトップへジャンプボタン******/
#pagetop.visible {
    opacity: 1;
    transition-duration: 0.5s;
}
#pagetop {
    position: fixed;
    bottom: 32px;
    right: 30px;
    z-index: 9999;
}
#pagetop.invisible {
    opacity: 0;
    transition-duration: 0.5s;
}
#pagetop a {
	font-size: 25px;
	color: #fff;
	background-color: #C2E5D5;
	padding: 0 12px;
	border-radius: 20px;
}
#pagetop a:hover {
	color: #C2E5D5;
	background-color: #fff;
	border: 1px solid #C2E5D5;
}


/******ページトップへジャンプボタンSP用******/
div.sp_footer {
	display: none;
}



/******記事一覧ページ******/
/*パンくずリスト*/
div.pankuzu {
	background-color: #F7F5F3;
	padding: 15px 0 15px 50px;
	font-size: 12px;
}
div.pankuzu p {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.8;
}
div.pankuzu a {
	color: #444444;
}
div.pankuzu a:hover {
	border-bottom: 2px solid #444444;
}

/*タイトル*/
div.p_title {
	padding: 40px 0;
	background-color: #fff;

}
div.p_title h2 {
	font-size: 22px;
	color: #707070;
	text-align: center;
	width: max-content;
	margin: 0 auto;
	position: relative;
}
div.p_title h2:before {
	position: absolute;
	bottom: -6px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	content: '';
    display: inline-block;
    width: 180px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*一覧*/
div.p_title h2.cate:before {
    background-image: url(../images/baobab/h_back_green.png);
}
/*生活*/
div.p_title h2.cate885:before {
    background-image: url(../images/baobab/h_back_rose.png);
}
/*おでかけ*/
div.p_title h2.cate888:before {
    background-image: url(../images/baobab/h_back_blue.png);
}
/*ランチ*/
div.p_title h2.cate889:before {
    background-image: url(../images/baobab/h_back_green.png);
}
/*子どもとつくるレシピ*/
div.p_title h2.cate890:before {
    background-image: url(../images/baobab/h_back_lime.png);
}
/*手作りおもちゃ*/
div.p_title h2.cate887:before {
    background-image: url(../images/baobab/h_back_orange.png);
}
/*Ba Bar こじゅえ*/
div.p_title h2.cate891:before {
    background-image: url(../images/baobab/h_back_purple.png);
}



/*ページャー*/
.pagenation {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    line-height: 1.0;
    font-size: 16px;
    flex-wrap: wrap;
}
.pagenation span {
    margin: 0 7px;
    margin-bottom: 10px;
}
.pagenation span.prev.current, .pagenation span.next.current {
    display: none;
}
.pagenation span.current {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-weight: bold;
    color: #ffffff;
    background: #909090;
}
.pagenation span a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-weight: bold;
    color: #909090;
    background: #ffffff;
}
.pagenation span a:hover {
	background-color: #909090;
	color: #fff;
}
.pagenation span.prev a, .pagenation span.next a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    color: #909090;
    border: none;
	position: relative;
}
.pagenation span.prev a:before, .pagenation span.next a:before {
	position: absolute;
    top: 35%;
    left: 35%;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #909090;
    border-right: 2px solid #909090;
}
.pagenation span.prev a:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pagenation span.next a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pagenation span.prev a:hover:before, .pagenation span.next a:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}





/******記事詳細ページ******/
div.waku {
	width: 900px;
	margin-left: 60px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
/*中央カラム*/
div.waku > div:first-of-type {
	width: 620px;
}
/*記事詳細*/
section.shosai > img {
	width: 100%;
	height: auto;
}
section.shosai > div {
	width: calc(100% - 80px);
	padding: 20px 40px;
	background-color: #fff;
}
/*カテゴリーマーク*/
section.shosai > div > p:first-of-type {
	width: max-content;
	font-size: 12px;
	color: #fff;
	padding: 3px 8px;
	border-radius: 10px;
	margin-bottom: 10px;
}
/*タイトル*/
section.shosai h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	margin-bottom: 10px;
}
/*日付*/
section.shosai p:nth-of-type(2) {
	font-size: 14px;
	color: #BBBBBB;
}
section.shosai div > div:first-of-type {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
section.shosai div > div:first-of-type p {
	font-size: 14px;
	color: #BBBBBB;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	margin-bottom: 0;
	margin-right: 10px;
}
section.shosai div > div:first-of-type img {
	width: 60px;
	height: 60px;
}
section.shosai div > div:first-of-type a:hover {
	opacity: 0.7;
}
section.shosai p {
	font-size: 16px;
	line-height: 1.8;
	color: #444444;
	margin-bottom: 20px;
}
section.shosai img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*目次*/
div.mokuji {
	background-color: #F7F5F3;
	padding: 25px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
div.mokuji p {
	position: relative;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	padding-left: 35px;
	margin-bottom: 20px;
}
div.mokuji p:before {
	position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
	background-image: url(../images/baobab/icon_mokuji.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
div.mokuji ul {
	width: calc(100% - 40px);
}
div.mokuji ul li {
	width: 100%;
	border-top: 1px dotted #BBBBBB;
	padding: 15px;
}
div.mokuji ul li a {
	font-size: 16px;
	color: #707070;
	line-height: 1.3;
}
div.mokuji ul li a:hover {
	font-weight: bold;
}
/*材料*/
div.zairyo {
	background-color: #F7F5F3;
	padding: 10px 20px 25px;
	margin-top: 100px;
	margin-bottom: 40px;
	position: relative;
}
div.zairyo:before {
	position: absolute;
    top: -56px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 540px;
    height: 56px;
	background-image: url(../images/baobab/ingredient_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;	
}
div.zairyo p {
	font-size: 16px !important;
	color: #707070 !important;
	line-height: 20px;
	position: relative;
}
div.zairyo p:first-of-type {
	padding-left: 35px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #BBBBBB;
}
div.zairyo p:first-of-type:before {
	position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
	background-image: url(../images/baobab/icon_cook.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
div.cooking_title {
	text-align: center;
	padding: 40px 0;
	clear: both;
}
div.cooking_title img {
	width: 250px;
	height: auto;
}
/*大見出し*/
section.shosai h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	border-bottom: 3px solid #84C2A6;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
section.shosai > div > img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
section.shosai h3.cooking {
	border-bottom: none;
}
section.shosai h3.cooking span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #F096A0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
}
section.shosai img.cooking {
	width: 250px;
	height: auto;
	float: left;
	margin-right: 10px;
}
/*ママコメント*/
ul.mama_com {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}
ul.mama_com li:first-of-type {
	width: 17%;
}
ul.mama_com li:first-of-type img {
	width: 100%;
	height: auto;
}
ul.mama_com li:nth-of-type(2) {
	width: 76%;
}
ul.mama_com li:nth-of-type(2) div {
	background-color: #EDF7F2;
	border-radius: 10px;
	padding: 20px 15px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
ul.mama_com li:nth-of-type(2) div p {
	margin-bottom: 0;
}
ul.mama_com li:nth-of-type(2) div:before {
	position: absolute;
	top: 33px;
	left: -20px;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 20px solid #EDF7F2;
    border-bottom: 12px solid transparent;
}

/*子どもコメント*/
ul.child_com {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
ul.child_com li:first-of-type {
	width: 76%;
}
ul.child_com li:first-of-type div {
	background-color: #FDEFF1;
	border-radius: 10px;
	padding: 20px 15px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
ul.child_com li:first-of-type div p {
	margin-bottom: 0;
}
ul.child_com li:first-of-type div:before {
	position: absolute;
	top: 33px;
	right: -20px;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #FDEFF1;
    border-bottom: 12px solid transparent;
}
ul.child_com li:nth-of-type(2) {
	width: 17%;
}
ul.child_com li:nth-of-type(2) img {
	width: 100%;
	height: auto;
}
/*一覧に戻る*/
div.backtolist {
    text-align: center;
    margin-top: 40px;
}
div.backtolist a {
    font-size: 14px;
    color: #444;
}
div.backtolist a:hover {
    text-decoration: underline;
}






/*小見出し*/
section.shosai h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px dotted #84C2A6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}

/*SNSボタン群*/
div.sns {
	text-align: center;
	margin-top: 40px;
	border-top: none !important;
	border-bottom: none !important;
}
div.sns > img {
	width: 150px;
	height: auto;
}
div.sns > ul {
	display: flex;
	justify-content: center !important;
}
div.sns > ul li {
	width: auto !important;
	margin-bottom: 0 !important
}
div.sns > ul li img {
	width: 50px !important;
	height: 50px !important;
	margin: 10px 10px 0;
}
div.sns > ul li a:hover img {
	opacity: 0.7;
}
div.sns > p {
	font-size: 14px !important;
	color: #444444;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}


/*右カラム*/
div.waku > div:last-of-type {
	width: 225px;
	text-align: center;
}
div.waku > div:last-of-type > img {
	width: 80%;
	height: auto;
	margin: 10px 0 20px;
}
div.waku > div:last-of-type ul {
	width: 100%;
}
div.waku > div:last-of-type ul li {
	width: 100%;
	margin-bottom: 30px;
}
div.waku > div:last-of-type ul li img {
	width: 100%;
	height: auto;
}
div.waku > div:last-of-type div.title a > img {
    width: 40px;
    height: 40px;
    top: -25px;
}
div.waku > div:last-of-type div.title {
	width: calc(100% - 20px);
}
div.waku > div:last-of-type ul li div > img {
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
}
div.waku > div:last-of-type ul li > a:hover div img {
	opacity: 0.7;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
div.waku > div:last-of-type ul li div.img_wrap {
    overflow: hidden;
}








/****** ライター一覧 ******/
section.writer_list {
	background-color: #fff;
	padding: 0 60px 40px 60px;
}
section.writer_list > div:first-of-type {
	margin-bottom: 80px;
}
section.writer_list > div > div {
	text-align: center;
	border-bottom: 1px dotted #BBBBBB;
}
section.writer_list > div > div {
	border-top: 1px dotted #BBBBBB;
}
/*ライター画像*/
section.writer_list > div > div > a img {
	width: 100px;
	height: auto;
	margin: 40px 0 10px 0;
}
/*ライター名前*/
section.writer_list > div > div > a p {
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 10px;
}
section.writer_list > div > div > a:hover {
	opacity: 0.7;
}
/*コメント*/
section.writer_list div.comment {
	width: 80%;
	margin: 0 auto 40px;
	overflow: hidden;
	padding-top: 0;
}
section.writer_list div.comment p {
	display: block;
	font-size: 15px;
	color: #444444;
	line-height: 1.5;
}
section.writer_list > div > div > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.writer_list > div > div > ul > li {
	width: 47%;
	margin-bottom: 40px;
}
section.writer_list > div > div > ul > li > img {
	width: 100%;
	height: auto;
}
section.writer_list > div > div > ul > li > p {
	font-size: 14px;
	color: #444444;
	padding: 10px 0;
	line-height: 1.3;
}








.pc {
    display: inline;
}
.sp {
  display: none !important;
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.pc {
  display: none !important;
}
.sp {
  display: inline !important;
}






/******contents*******/
#contents {
  display: block;
}




/******header*******/
header {
	width: 100%;
	position: relative;
}
/*追従メニュー*/
header > div#sidebar {
	display: none;
}

/*ロゴ*/
header > div.sp > a img {
	width: 107px;
	height: auto;
	margin: 10px;
}
/*新潟のママがつくるメディア*/
header > div.sp > p {
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	padding-bottom: 10px;
}

/*ハンバーガーメニュー*/
div.menu-btn {
    border-radius: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0;
}
div.menu-btn img {
    width: 22px;
    height: 25px;
}
div.menu {
    position: fixed;
    top: 58px;
    right: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform .3s linear;
    border: 2px solid #C2E5D5;
    box-sizing: border-box;
}
div.menu.is-active {
    transform: translateX(0);
}
div.menu.is-end {
    position: absolute;
}
div.menu.cate_menu {
	border-radius: 0;
}
div.menu.cate_menu ul {
	width: 200px;
	margin-top: 15px;
	margin-bottom: 30px;
}




/******SP用カテゴリースライド*******/
div.scroll-nav {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin-bottom: 20px;
	box-shadow: 0px 5px 10px 0px rgba(51,51,51,0.1);
}
.scroll-nav::-webkit-scrollbar {
	display:none;
}
.scroll-nav ul{
	display: flex;
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.scroll-nav li{
	display: flex;
	width:100%;
}
.scroll-nav li a{
	width: 100%;
	text-decoration:none;
	white-space: nowrap;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
.scroll-nav li a img {
	width: 30px;
	height: 25px;
}
.scroll-nav li a.active {
	background: linear-gradient(transparent 90%, #C2E5D5 90%);
}





/******main*******/
div#main {
	width: 100%;
}





/******TOPスライダー******/
section.top_slider {
	margin-bottom: 50px;
}
ul.topSlide div > img {
	width: 100%;
	height: auto;
}
.slick-slide {
    margin: 0 0px;
}
div.title {
	width: calc(100% - 20px);
}
/*ライター顔*/
div.title a > img {
	width: 50px;
	height: 50px;
}





/******最新記事一覧******/
section.article_list {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #DCDCDC;
}
section.article_list ul {
	margin-bottom: 10px;
}
section.article_list ul li {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 30px;
	position: relative;
	border-bottom: 1px solid #DCDCDC;
}
section.article_list ul li div.img_wrap {
	float: left;
	width: 44%;
	height: auto;
}
section.article_list div.title {
	float: right;
	width: 49%;
	height: 100%;
	background-color: #F7F5F3;
	padding: 0 10px;
	position: static;
}
/*日付け*/
section.article_list div.title p:nth-of-type(3) {
	text-align: left;
}
/*ライター顔*/
section.article_list div.title a > img {
	top: unset;
	bottom: 10px;
}




/******下部共通コンテンツ******/
section.btm_common {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0px;
}
section.btm_common ul {
	width: 100%;
	flex-wrap: wrap;
}
section.btm_common ul li {
	width: 100%;
	margin-bottom: 40px;
}
section.btm_common ul li:first-of-type {
	border-right: none;
}
section.btm_common ul li > img:first-of-type {
	width: 80%;
	max-width: 230px;
}
/*インスタグラム*/
section.btm_common ul li > a img {
	width: 90%;
	max-width: 365px;
}




/******footer******/
footer {
	padding-bottom: 60px;
}
footer img {
	width: 140px;
}



/******ページトップへジャンプボタン******/
#pagetop.visible {
	display: none;
}


/******ページトップへジャンプボタンSP用******/
div.sp_footer {
	display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #C2E5D5;
    text-align: center;
}
div.sp_footer a {
	display: block;
    padding: 15px 0;
}
div.sp_footer a span {
	font-size: 12px;
    color: #444444;
    position: relative;
}
div.sp_footer a span:before {
	position: absolute;
    top: 40%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}





/******記事一覧ページ******/
/*パンくずリスト*/
div.pankuzu {
	display: none;
}
/*タイトル*/
section.title h2 {
	font-size: 20px;
}







/******記事詳細ページ******/
div.waku {
	width: 100%;
	margin-left: 0px;
	flex-wrap: wrap;
}
/*中央カラム*/
div.waku > div:first-of-type {
	width: 100%;
}
/*記事詳細*/
section.shosai > div {
	padding: 20px 20px;
	width: calc(100% - 40px);
}
/*カテゴリーマーク*/
/*タイトル*/
section.shosai h2 {
	font-size: 16px;
}
section.shosai p {
	font-size: 15px;
	word-break:break-word;
}
div.mokuji ul li {
	padding: 10px;
}
div.mokuji ul li a {
	font-size: 15px;
}
/*大見出し*/
section.shosai h3 {
	font-size: 16px;
}
/*小見出し*/
section.shosai h4 {
	font-size: 15px;
}

/*材料*/
div.zairyo:before {
    width: 100%;
    height: 11vw;
}
div.cooking_title {
	padding: 30px 0;
}
section.shosai img.cooking {
	width: 100%;
	float: none;
	margin-right: 0px;
}
/*ママコメント*/
ul.mama_com li:nth-of-type(2) {
	width: 74%;
}
ul.mama_com li:nth-of-type(2) div:before {
	top: 5.5vw;
}

/*子どもコメント*/
ul.child_com li:first-of-type {
	width: 74%;
}
ul.child_com li:first-of-type div:before {
	top: 5.5vw;
}


/*SNSボタン群*/
div.sns {
	text-align: center !important;
}
div.sns > ul {
	margin-top: 0 !important;
}
div.sns > p {
	display: inline !important;
	line-height: 1.8;
}


/*右カラム*/
div.waku > div:last-of-type {
	width: 100%;
}
div.waku > div:last-of-type > img {
	max-width: 200px;
}
div.waku > div:last-of-type ul {
	width: calc(100% - 20px);
	margin: 0 auto 10px;
	padding-top: 30px;
	border-top: 1px solid #DCDCDC;
}
div.waku > div:last-of-type ul li {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 30px;
	position: relative;
	border-bottom: 1px solid #DCDCDC;
}
div.waku > div:last-of-type ul li div.img_wrap {
	float: left;
	width: 44%;
}
div.waku > div:last-of-type div.title {
	float: right;
	width: 49%;
	height: 100%;
	background-color: #F7F5F3;
	padding: 0 10px;
	position: static;
}
/*日付け*/
div.waku > div:last-of-type div.title p:nth-of-type(3) {
	text-align: left;
}
/*ライター顔*/
div.waku > div:last-of-type div.title a > img {
	top: unset;
	bottom: 10px;
}
section.writer_list div.comment {
	width: auto;
}






/****** ライター一覧 ******/
section.writer_list {
	padding: 0 5% 20px;
}
section.writer_list div div {
	text-align: left;
	padding-top: 20px;
}
/*ライター画像*/
section.writer_list div div > a img {
	float: left;
	margin: 0 20px 20px 0;
}
/*コメント*/
section.writer_list div div > p {
	display: table-cell;
	width: 100%;
}
section.writer_list div div ul {
	clear: both;
	margin-top: 20px;
}
section.writer_list div div ul li {
	width: 100%;
}





/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
