@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*　ヘッダー */

.l-header {
	box-shadow: unset;
}
.-series-right .c-gnavWrap {
	/*margin-left: -2.5em;*/
	order: 1;
}
/*.-series .l-header__logo {
	order: 2;
	margin: 0;
	padding: 1.2em;
}*/
.-series .c-headLogo {
	margin: 0;
}
.-series-right .w-header {
	order: 3;
	margin: 0;
}
.-series-right .l-header__inner {
	justify-content: center;
}
.w-header__inner {
	display: flex;
	align-items: center;
}
.c-gnav{
	color: #705944;
	font-weight: 800;
}
.c-gnav>.menu-item>a {
	padding: 0 0.8em;
	margin: 0 0.8em;
}
.c-gnav>.menu-item>a img {
	max-height: 15px;
}
.c-gnav>.menu-item>a::after {
	bottom: 50px;
	background: #C1B1A2;
	height: 1px;
}
.-series-right .w-header .menu-item>a::after {
	bottom: -25px;
}
.-series-right .w-header .widget_search {
	margin-left: 1em;
}
.w-header .c-searchForm__s {
	line-height: 30px;
	min-width: 220px;
	border-radius: 30px;
	padding: 0.3em 1em 0.3em 1.5em;
	border: #D5D5D5 1px solid;
}
.w-header .c-searchForm__submit {
	background-color: unset !important;
	border: none;
	right: 15px;
}
.w-header .c-searchForm__submit::before {
	font-size: 18px;
	font-weight: 800;
	color: #6E5742;
}
@media(max-width: 959px) {
	.-series .c-headLogo {
		height: 110px;
	}
	.-series-right .l-header__inner {
		justify-content: space-around;
	}
	.-series .l-header__logo {
		padding: 0 1.2em;
	}
}

/* メインビジュアル */

.c-filterLayer__img {
	display: none;
}
.p-mainVisual__inner {
	height: 32vw;
}
.-height-set .p-mainVisual__slide {
	background: #f3f0ea;
}
.p-mainVisual__slideText {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-mainVisual__slideText>div {
	max-width: 350px;
}
.p-mainVisual__slideText>div.mv-text {
	margin-right: 6em;
}
.p-mainVisual__slideText>div.mv-img {
	margin-left: 6em;
}
.p-mainVisual__scroll {
	display: none;
}
@media(min-width: 2000px) {
	.p-mainVisual__inner {
		height: 20vw;
	}
}
@media(max-width: 1200px) {
	.p-mainVisual__slideText>div {
		max-width: 320px;
	}
	.p-mainVisual__slideText>div.mv-img {
		margin-left: 0em;
	}
}
@media(max-width: 959px) {
	.p-mainVisual__slideText>div {
		max-width: 230px;
	}
}
@media(max-width: 600px) {
	.p-mainVisual__slideText>div {
		max-width: 420px;
	}
	.p-mainVisual__inner {
		height: 126vw;
	}
	.p-mainVisual__slideText {
		flex-direction: column;
	}
	.p-mainVisual__slideText>div.mv-text {
		margin: 0;
		padding: 3em 2em 0;
	}
	.p-mainVisual__slideText>div.mv-img {
		margin: 0;
		padding: 1em 4em 3em;
	}
	.p-mainVisual__scroll {
		display: block;
		color: #6E5742 !important;
	}
}

/* トップ*/

.home #content {
	padding-top: 0;
}
@media(max-width: 600px) {
	.home #content {
		margin-bottom: 1em;
	}
}

/* 新着記事 */

.h__new-ranking .wp-block-columns {
	justify-content: center;
}
.h__new {
	margin: 0 2em;
}
.h__new-ranking .p-postList__meta ::before {
	content: unset;
}
.h__new-ranking .p-postList__times {
	color: #b4a48c;
	font-size: 1.1em;
	letter-spacing: 2px;
	font-weight: 400;
}
.h__new-ranking .p-postList__cat {
	background: #d4c7b4;
	color: #fff;
	padding: 0.3em 0.8em;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.h__new-ranking .h__new .p-postList__title {
	padding: 0.3em 0 0.3em 6.4em;
	font-weight: 400;
	color: #6E5742;
	font-size: 0.9em;
}
.h__new-ranking .h__new .p-postList {
	border: none;
}
.h__new-ranking .h__new .p-postList .p-postList__item a {
	border-bottom: dashed 1px #e1dacf;
}
.h__new-ranking .h__new .p-postList .p-postList__item:last-child a {
	border: none;
}
@media(max-width: 600px) {
	.h__new-ranking {
		margin-bottom: 0;
	}
	.h__new {
		margin: 0;
	}
	.h__new h2, .h__ranking h2 {
		margin: 0 0 1em;
	}
	.h__new-ranking .h__new .p-postList__title {
		padding: 0.3em 0 0.3em 94px;
	}
	.h__new .p-postList__times {
		width: 90px;
	}
}

/* ランキング */

.h__ranking {
	margin: 0 2em;
}
.h__ranking .p-postList__body {
	display: flex;
	flex-direction: column-reverse;
}
.h__ranking .p-postList__title {
	font-weight: 400;
	color: #6E5742;
	font-size: 0.9em;
}
.h__ranking .p-postList__thumb {
	width: 25%;
}
.h__ranking .p-postList__body {
	width: 71%;
}
.h__new-ranking .h__ranking .p-postList__title+.p-postList__meta {
	margin: 0 0 0.5em !important;
}
.h__ranking .c-postAuthor__figure {
	display: none;
}
.h__ranking .p-postList__author:not(:first-child) {
	margin-left: 1em;
	padding-left: 1.8em;
	color: #b4a48c;
	font-size: 1.2em;
}
.h__ranking .p-postListWrap {
	padding: 1em 0;
}
.h__ranking .c-postAuthor__name {
	position: relative;
}
.h__ranking .c-postAuthor__name:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 27px;
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/author-pen.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: -21px;
	top: -6px;
}
@media(max-width: 600px) {
	.h__ranking {
		margin: 1em 0 0;
	}
	.h__ranking .p-postList__thumb {
		width: 30%;
	}
	.h__ranking .p-postList__body {
		width: 66%;
	}
	.h__ranking .p-postList__author:not(:first-child) {
		margin-left: 0.5em;
	}
}

/* TOP 無添加生活 ナチュラルライフ */

.mn-todofuken {
	justify-content: center;
}
.mn-column {
	max-width: 600px;
    margin: 0 2em 0 -2em;
}
.mn-list {
	display: flex;
	justify-content: center;
	padding: 0 !important;
}
.mn-list li {
	list-style: none;
	margin: 0 0.4em;
	flex-basis: 24%;
}
.mn-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #78624F;
	letter-spacing: 1px;
	text-align: center;
	background: #F8F6F2;
	padding-top: 7.8em;
	padding-bottom: 1em;
	font-size: 0.9em;
	position: relative;
	line-height: 1.3;
}
.mn-list li a:hover {
	opacity: 0.6;
}
.mn-list li:nth-of-type(odd) a {
	background: #F6F6ED;
}
.mn-list li a:before {
	content: "";
	display: inline-block;
	width: 95px;
	height: 95px;
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/mutenka-sample.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin: auto;
}
.mn-list .mutenka__syokuhin a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-shokuhin.png);
}
.mn-list .mutenka__choumiryou a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-chomi.png);
}
.mn-list .mutenka__chishiki a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-chisiki.png);
}
.mn-list .mutenka__recipe a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-recipe.png);
}
.mn-list .natural__haircare a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-haircare.png);
}
.mn-list .natural__cleaning a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-skincare.png);
}
.mn-list .natural__sustainable a:before{
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-sustainable.png);
}
.mn-list .natural__sustainable a {
	padding-top: 8.5em;
}
.mn-column+.wp-block-column {
	max-width:600px;
}
@media(min-width: 1700px) {
	.mn-column {
		max-width: 750px;
	}
}
@media(max-width: 1200px) {
	.mn-todofuken {
		flex-direction: column;
	}
	.mn-column {
		max-width: 620px;
		width: 100%;
		margin: 0 auto 5em;
	}
	.mn-column+.wp-block-column {
	margin:auto !important;
}
}
@media(max-width: 600px) {
	.mn-list {
		flex-wrap: wrap;
	}
	.mn-list li {
		margin: 0 0.2em 0.4em;
		flex-basis: 45%;
	}
	.mn-column {
		margin-bottom: 2em;
	}
	.mn-column .h2__mutenka {
		margin-bottom: 1em !important;
	}
	.mn-column .h2__natyral {
		margin: 1.5em 0 1em !important;
	}
	.mn-todofuken h2 img {
		padding: 0 2em !important;
	}
}

/* 地図 */


/* 地図から探す */

.search-from-map__wrap {
	display: flex;
	justify-content: space-between;
	margin: 3em auto 12em;
	position: relative;
	max-width:500px;
}
.search-from-map__inner {
	margin: auto;
	max-width: 540px;
}
.search-from-map {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/map.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 560px;
	min-width: 520px;
	position: relative;
	margin: 0;
}
.search-from-map>div {
	background: #F8F6F2;
	padding: 15px;
	position: absolute;
}
.search-from-map>div ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search-from-map>div ul li {
	margin: 0 5px;
	padding: 0;
	line-height: 1.7;
}
.search-from-map>div a {
	font-size: 0.9em;
	font-weight: 400;
	color: #6E5742;
	text-decoration: none;
}
.search-from-map>div a:hover {
	text-decoration: underline;
}
.search-from-map ul li:before {
	content: unset !important;
}
.search-from-map .sfm-region {
	font-weight: 600;
	flex-basis: 100% !important;
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #6E5742;
}
.search-from-map .sfm-hokkaido {
	right: -60px;
	top: 160px;
	width: 123px;
}
.search-from-map .sfm-hokkaido .sfm-region {
	margin-bottom: 0;
}
.search-from-map .sfm-tohoku {
	right: -60px;
	top: 232px;
	width: 123px;
}
.search-from-map .sfm-kanto {
	right: -60px;
	bottom: 0px;
	width: 123px;
}
.search-from-map .sfm-hokushin {
	right: 250px;
	top: 0;
	width: 85px;
}
.search-from-map .sfm-tokai {
	right: 110px;
	bottom: 0;
	width: 110px;
}
.search-from-map .sfm-kansai {
	right: 350px;
	top: 0px;
	width: 85px;
}
.search-from-map .sfm-shikoku {
	right: 236px;
	bottom: 0;
	width: 110px;
}
.search-from-map .sfm-chugoku {
	right: 450px;
	top: 0;
	width: 110px;
}
.search-from-map .sfm-kyushu {
	right: 450px;
	top: 155px;
	width: 110px;
}
.search-from-map .sfm-okinawa {
	right: 450px;
	top: 336px;
	width: 110px;
}

/* 地名から探す（スマホ） */

.mobile-search-map {
	list-style: none !important;
	width: 100%;
	padding: 0 !important;
	border-bottom: 1px solid #ddd;
	margin: 0 !important;
}
.mobile-search-map p {
	display: none;
}
.mobile-search-map .ac-region>span {
	padding: .8em 0 .8em 1.2em;
	color: #6E5742;
	font-weight: 600;
	display: block;
	position: relative;
}
.mobile-search-map a {
	color: #6E5742;
	text-decoration: none;
	padding: .8em 0 .8em 2em;
	display: block;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
}
.mobile-search-map ul {
	list-style: none !important;
	background: #fff;
	margin: 0;
}
.mobile-search-map li {
	border-top: 1px solid #ddd;
	margin: 0 !important;
	padding: 0 !important;
}
.mobile-search-map .ac-region>ul {
	border-top: 1px solid #ddd;
	display: none;
	padding: 0;
}
.mobile-search-map .ac-region>ul li {
	padding: 0 !important;
}
.mobile-search-map .ac-region>ul li:before {
	content: unset !important;
}
.mobile-search-map .ac-region>ul li:first-child {
	border-top: none;
}
.mobile-search-map .ac-region>span:before, .mobile-search-map .ac-region>span:after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #6E5742;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-search-map .ac-region>span:after {
	background: #6E5742;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.mobile-search-map .is-active .ac-region-name::after {
	transform: rotate(0);
	transition: 0.5s;
}
@media screen and (max-width: 1100px) {
	.search-from-map__wrap {
		flex-direction: column;
	}
	.search-from-map__inner {
		margin: auto
	}
}
@media screen and (min-width: 700px) {
	.mobile-search-map {
		display: none;
	}
}
@media screen and (max-width:699px) {
	.search-from-map__wrap {
		margin: 1em 0 0;
	}
	.search-from-map__inner {
		display: none;
	}
}

/* フッター */

#before_footer_widget {
	background: #c8bdae;
	padding: 2em 0;
	margin-bottom: 0;
}
#before_footer_widget .c-iconList__link {
	font-size: 1.6em;
	margin: 0 0.5em;
	color: #fff;
}
#before_footer_widget ul {
	display: flex;
	justify-content: center;
}
#before_footer_widget .widget_nav_menu ul li a {
	color: #fff;
	font-size: 0.9em;
	padding: 0 1.5em;
	line-height: 1;
	margin: 0;
	border-right: 1px solid #fff;
	border-bottom: none;
}
#before_footer_widget .widget_nav_menu ul li:last-child a {
	border: none;
}
#before_footer_widget ul li a:before {
	content: unset;
}
.l-footer__nav a {
	border: none !important;
	font-size: 0.8em;
}
.l-footer .copyright {
	color: #c8bdae;
}
@media screen and (max-width:600px) {
	.home #before_footer_widget {
		margin-top: 1em;
	}
	#before_footer_widget ul {
		flex-wrap: wrap;
		max-width: 70vw;
		margin: auto;
	}
	#before_footer_widget .c-listMenu li {
		margin-bottom: 1em;
	}
	#before_footer_widget .c-listMenu li:nth-of-type(even) a {
		border: none;
	}
	#before_footer_widget {
		padding: 2em 0 1em;
	}
}

/* ページトップ */

#pagetop {
	border: none;
	background: #c8bdae;
}
#pagetop .c-fixBtn__icon {
	color: #fff;
}
#pagetop:hover {
	background: #fff !important;
}
#pagetop:hover .c-fixBtn__icon {
	color: #c8bdae;
}

/* スマホ */

.p-spMenu__nav .c-spnav>.menu-item>a:before {
	content: unset;
}
.p-spMenu__body .c-widget__title, .p-spMenu__body .p-spMenu__nav {
	display: none;
}

/* パンクズリスト */

.-body-solid .p-breadcrumb.-bg-on {
	box-shadow: unset;
	background: #F8F6F2;
}

/* サイドバー */

.side-title {
	max-width: 230px;
	text-align: center;
	margin: 0 auto 1em;
}
#sidebar .-type-list .p-postList__title {
	color: #6E5742;
	font-weight: 500;
}
#sidebar .p-postList__meta {
	flex-direction: column;
	align-items: flex-start;
	font-weight: 600;
	letter-spacing: 1px;
}
#sidebar .p-postList__meta .p-postList__cat {
	background: #d4c7b4;
	color: #fff;
	padding: 0.2em 0.6em;
	margin: 0.4em 0 0.6em !important;
}
#sidebar .p-postList__meta ::before {
	content: unset;
}
#sidebar .p-postList__meta .c-postAuthor__figure {
	display: none;
}
#sidebar .p-postList__author {
	margin-left: 0;
}
#sidebar .p-postList__meta .c-postAuthor__name {
	color: #b4a48c;
	position: relative;
	margin: 0 0 0 1.8em;
}
#sidebar .p-postList__meta .c-postAuthor__name:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/author-pen.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: -14px;
	top: -6px;
	background-repeat: no-repeat;
}

/* カテゴリー */

.original-cat {
	display: flex;
	flex-direction: column;
}
.original-cat a {
	color: #6E5742;
	border-bottom: 1px dashed #c9bcb1;
}
.original-cat li{
	margin:0;
}
.original-cat>li>a {
	position: relative;
	font-weight: 600;
}
.original-cat>li>a::before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/mutenka-sample.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 28px;
	background-repeat: no-repeat;
}
.original-cat>li>a {
	padding: 1.2em 1em 1.2em 4.6em
}
.original-cat .children a {
	padding-left: 2.8em;
}
.original-cat .children a:before {
	left: 1.2em;
}
.original-cat a:hover {
	padding-right: 0.75em;
	padding-left: 4.2em;
}
.c-listMenu .children a:hover, .c-listMenu .sub-menu a:hover {
	padding-left: 2.5em;
}
.original-cat .cat-item-14 {
	order: 1;
}
.original-cat .cat-item-14 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-shokuhin-140.png);
}
.original-cat .cat-item-15 {
	order: 2;
}
.original-cat .cat-item-15 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-chomi-140.png);
}
.original-cat .cat-item-16 {
	order: 3;
}
.original-cat .cat-item-16 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-chisiki-140.png);
}
.original-cat .cat-item-3 {
	order: 4;
}
.original-cat .cat-item-3 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-recipe-140.png);
}
.original-cat .cat-item-17 {
	order: 5;
}
.original-cat .cat-item-17 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-haircare-140.png);
}
.original-cat .cat-item-18 {
	order: 6;
}
.original-cat .cat-item-18 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-skincare-140.png);
}
.original-cat .cat-item-19 {
	order: 7;
}
.original-cat .cat-item-19 a::before {
	background-image: url(https://www.mutenka-mama.com/wp-content/uploads/2022/03/icon-sustainable-140.png);
}
/*リニューアルトップページ*/

.n-postList__body{
	color: #000;
	margin-left: 1em;
}
.n-postList__link {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}


.l-mainContent__inner {
    padding-top: 100px;
}
@media screen and (min-width:600px){
	.topcatlist ul{
	height: 450px;
}

}


/*サイトマップ*/

.sm_col{
	box-shadow:0 2px 4px rgba(0,0,0,.05),0 4px 4px -4px rgba(0,0,0,.1);
}
.sm_list div.cap_box_content{
	border: none;
}
.sm_list a:hover{
	text-decoration: underline;
}
.sm_list div.cap_box_ttl{
	color: #725b47;
	background-color: #f7f7f7;;
	border: solid 1px #ebebeb;
}
.sm_list li::marker {
    color: #bdc59b;
    font-size: 20px;
}

