@charset "utf-8";

/*-------------------------

	シリーズ紹介/ペパーミント

-------------------------- */

/*--- 後で修正 ---*/
.fcon {
	position: fixed;
	background-color: #dc9b50;
	width: 100%;
	height: 70px;
	bottom: 0;
	left: 0;
	padding: 0;
	z-index: 400;
}

/*--- 後で修正 ---*/


/*---------------------------
			共通
---------------------------*/
footer {
	overflow: hidden;
}

span.pc {
	display: block;
}

.main_img {
	width: 100%;
}

#breadcrumbList {
	position: absolute;
	top: 86px;
	left: 4.6875%;
}

#mint {
	width: 100%;
	overflow: hidden;
}

#mint-wrapper-n1,
#mint-wrapper-n3,
#mint-wrapper-n5,
#mint-wrapper-n7 {
	position: relative;
	width: 100%;
	background-color: #f5f7ef;
}

#mint-inner-n0 {
	width: 100%;
}

#mint-inner-n1,
#mint-inner-n2,
#mint-inner-n3,
#mint-inner-n4,
#mint-inner-n5,
#mint-inner-n6,
#mint-inner-n7 {
	width: 90.625%;
	margin: 0 auto;
}

#mint-wrapper-n1 img,
#mint-wrapper-n3 img,
#mint-wrapper-n5 img,
#mint-wrapper-n7 img,
#mint-inner-n0 img,
#mint-inner-n1 img,
#mint-inner-n2 img,
#mint-inner-n3 img,
#mint-inner-n4 img,
#mint-inner-n5 img,
#mint-inner-n6 img,
#mint-inner-n7 img {
	max-width: 100%;
}

.contents {
	width: 1160px;
	margin: 0 auto;
	box-sizing: border-box;
}

#concept {
	padding: 40px 0 66px;
}

#equipment {
	padding: 100px 0 115px;
}

#works {
	padding: 100px 0 110px;
	margin-bottom: 130px;
}

.mint-inner-img {
	width: 104px;
	height: 82px;
	text-align: center;
	margin: 70px auto 0px;
	/* パンくずが無い分を margin-topで確保 */
}

.mint-inner-img img {
	width: 100%;
}

.mint_h2 {
	font-size: 32px;
	text-align: center;
	letter-spacing: .05em;
}

.mint_h2 span {
	background: linear-gradient(transparent 70%, rgba(200, 200, 200, 0.7) 30%);
}

.mint_h2 span.din {
	font-family: din-condensed, sans-serif;
	font-size: 20px;
	line-height: 1;
	background: none;
}

.mint_h3 {
	font-size: 28px;
	font-weight: bold;
	color: #6e8c14;
	text-align: center;
	letter-spacing: .05em;
}

.mint_h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.mint_h4 span {
	position: relative;
	font-family: din-condensed, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #dc82be;
	letter-spacing: 0.08em;
}

.mint_h4 span span {
	position: absolute;
	right: -20px;
	bottom: -10px;
}

/*--------------------------------------------------
					SP // 共通
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	#breadcrumbList {
		top: 120px;
	}

	#mint-inner-n0 {
		margin-bottom: 0px;
	}

	#mint-wrapper-n7::after {
		display: none;
	}

	.contents {
		width: 100%;
	}

	.mint_h2 {
		font-size: 26px;
	}

	.mint_h2 span.din {
		font-size: 12px;
	}

	.mint_h3 {
		font-size: 20px;
		text-align: center;
		line-height: 1.7;
	}

	.mint_h4 {
		margin-bottom: 20px;
		font-size: 17px;
		line-height: 1.6;
	}

	#concept {
		padding: 40px 0 66px;
	}

	#equipment {
		padding: 60px 0 70px;
	}

	#works {
		padding: 40px 0 66px;
	}

}


/*---------------------------
		nav.subNav	
---------------------------*/

.subNav span.sp {
	display: none;
}

.subNav {
	width: 1160px;
	margin: 0 auto;
	line-height: 1;
}

.subNav h1 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.subNav h1 p {
	display: inline-block;
	margin: 0;
}

.subNav h1 span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0em;
	margin-bottom: 15px;
}

.subNav h1 img {
	width: 104px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.subNav ul {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding-top: 50px
}

.subNav ul li a {
	display: block;
	border-left: solid 1px #3c3939;
	padding: 0 24px;
}

.subNav ul li:last-child a {
	border-right: solid 1px #3c3939;
}

.subNav ul li a span {
	display: block;
	font-family: din-condensed, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.subNav a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

/*--------------------------------------------------
				SP // nav.subNav	
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.subNav {
		width: 100%;
	}

	.subNav span.sp {
		display: block;
		line-height: 1;
		margin: 0 auto 4px;
	}

	.subNav h1.fl_l,
	.subNav ul.fl_r {
		float: none;
	}

	.subNav h1 {
		position: relative;
		text-align: center;
		padding-top: 115px;
	}

	.subNav h1 p {
		display: block;
		font-size: 25px;
	}

	.subNav h1 span {
		font-size: 13px;
		margin-bottom: 8px;
	}


	.subNav h1 img {
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
	}

	.subNav ul {
		width: 90.625%;
		font-size: 11px;
		margin: 0 auto;
		padding-top: 40px;

	}

	.subNav ul li a {
		height: 40px;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		vertical-align: top;
	}

	.subNav ul li:first-child a,
	.subNav ul li:nth-child(4) a,
	.subNav ul li:nth-child(5) a {
		padding-top: 16px;
	}

	.subNav ul li:nth-child(2) a,
	.subNav ul li:nth-child(3) a {
		padding-top: 6px;
	}

	.subNav ul li:first-child,
	.subNav ul li:nth-child(2) {

		width: 23%;
	}

	.subNav ul li:nth-child(3) {
		width: 16%;
	}

	.subNav ul li:nth-child(4),
	.subNav ul li:nth-child(5) {
		width: 19%;
	}

	.subNav ul li a span {
		display: none;
	}
}


/*---------------------------
	コンセプト CONCEPT	
---------------------------*/
.contents#concept {
	line-height: 2.15;
}

.contents#concept .head {
	box-sizing: border-box;
	padding: 64px 0 106px;
}

.contents#concept .head .txt {
	width: 580px;
	font-size: 16px;
	font-weight: bold;
}

.contents#concept .head .txt p {
	margin: 0
}

.contents#concept .head .img {
	width: 546px;
}

.point {
	box-sizing: border-box;
	padding-bottom: 60px;
	margin: 55px auto 0;
}

.point.n2 {
	padding-bottom: 54px;
}

/*＜全国のママ800人に聞きました＞2018年4月リブ・コンサルティング調べ*/
.point.n2 p span.memo,
.point.n1 p span.memo {
	display: block;
	font-size: 13px;
	margin-top: 30px;
}

/*左側テキストのサイズ*/
.point .Left {
	width: 470px;
	margin: 0 auto;
}

.point .Left p {
	margin: 0 !important;
}

/*グラフ画像のサイズ*/
.point.n1 .Right {
	width: 518px;
}

.point.n2 .Right {
	width: 616px;
}

.point.n3 .Right {
	width: 553px;
}

.point.n4 .Right {
	width: 591px;
}

.greenBox {
	width: 650px;
	font-size: 17px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 28px 0;
	line-height: 1.7;
	margin: 0 auto 126px;
	background-color: #c5d1a1;
	text-align: center;
}


/*--------------------------------------------------
				SP // コンセプト	
---------------------------------------------------*/
@media screen and (max-width: 750px) {


	.contents#concept .head .fl_l {
		float: none;
	}


	.contents#concept .head .txt {
		width: 100%;
		font-size: 14px;
		font-weight: normal;
	}

	.contents#concept .head .img {
		width: 100%;
		margin: 30px auto 0;
	}


	.contents#concept .head {
		box-sizing: border-box;
		padding: 0px 0 80px;
	}

	.point {
		padding-bottom: 90px;
		margin: 25px auto 0;
	}

	.point .fl_l,
	.point .fl_r {
		float: none;
	}

	.point.n4 {
		padding-bottom: 40px;
	}

	.point .Left {
		margin-bottom: 40px;
	}

	.point.n2 p span.memo,
	.point.n1 p span.memo {
		line-height: 1.4;
		font-size: 11px;
	}

	.point.n1 .Right,
	.point.n2 .Right,
	.point.n3 .Right,
	.point.n4 .Right {
		width: 100%;
		text-align: center;
	}

	.point.n1 .Right img {
		width: 100%;
	}

	.greenBox {
		width: 100%;
		padding: 32px 48px;
		margin: 0 auto 70px;
	}
}


/*---------------------------
	こだわりの設備 EQUIPMENT	
---------------------------*/
#equipment .mint_h2 {
	margin-bottom: 90px
}

#equipment .block {
	position: relative;
	width: 919px;
	margin: 0 auto;
}

#equipment .block .imgBox p {
	line-height: 1.9;
}

#equipment .block.n2 .imgBox {
	width: 424px;
}

#equipment .block.n2 .imgBox span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

/*--------------------------------------------------
				SP // こだわりの設備
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	#equipment .mint_h2 {
		margin-bottom: 40px
	}

	#equipment .block {
		width: 100%;
	}

	#equipment .block.n1 .imgBox {
		width: 100%;
		margin-bottom: 80px;
	}

	#equipment .block.n1 .imgBox:nth-of-type(1),
	#equipment .block.n1 .imgBox:nth-of-type(2) {
		margin-right: 0px;
	}

	#equipment .block.n2 .imgBox {
		width: 100%;
		margin-bottom: 50px;
	}

	#equipment .block.n2 .imgBox:nth-of-type(1) {
		margin-right: 0px;
	}
}


/*------------------------------------------------------------
------------------------ここから南さんCSS----------------------*/

a.mint-btn1 {
	display: block;
	text-align: center;
	width: 280px;
	margin: 20px auto 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #3C3C3C;
	padding: 3px 0px;
	border-radius: 18px;
	position: relative;
	font-weight: normal;
	line-height: 2;
}

a.mint-btn1::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;

	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);

	position: absolute;
	top: 38%;
	right: 15px;
}

a.mint-btn1:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

a.mint-btn2 {
	display: block;
	text-align: center;
	width: 180px;
	margin: 20px auto 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #3C3C3C;
	border: 2px solid #3C3C3C;
	padding: 9px 0px;
	border-radius: 18px;
	position: relative;
	font-weight: bold;
}

a.mint-btn2::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-left: solid 2px #3C3C3C;
	border-bottom: solid 2px #3C3C3C;

	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);

	position: absolute;
	top: 38%;
	right: 15px;
}

a.mint-btn2:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

/*--------------------// SP //--------------------*/
@media screen and (max-width: 750px) {

	a.mint-btn1,
	a.mint-btn2 {
		width: 100%
	}
}

.mint-works-box {
	max-width: 1160px;
	font-size: 0;
	margin: 60px auto 0;
}


.mint-works-box li {
	width: calc((100% - 60px) / 4);
	margin: 0 20px 20px 0;
	position: relative;
	display: inline-block;
}

.mint-works-box li:nth-of-type(4n) {
	margin-right: 0;
}

.mint-works-box p {
	line-height: 1.5;
}

.mint-works-box .mint-works-new {
	width: 60px;
	position: absolute;
	top: -10px;
	left: -10px;
}

p.mint-works-new img {
	width: 100%;
}

p.mint-works-img{
	height: 200px;
	overflow: hidden;
}

p.mint-works-img img {
	width: 100%;
	height: 200px;
}

p.mint-works-icon {
	font-size: 14px;
	background: #6e8c14;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	margin: 10px 0;
}

p.mint-works-txt {
	font-weight: bold;
	font-size: 16px
}

p.mint-works-txt span {
	font-family: din-condensed, sans-serif;
	margin-left: 1em;
	font-size: 20px;
}


/*--------------------// SP //--------------------*/
@media screen and (max-width: 750px) {
	span.pc {
		display: none;
	}

	#mamayell-wrapper {
		padding: 0;
		margin-bottom: 60px;
	}

	#works {
		width: 100%;
		margin: 0 auto 50px;
		padding: 60px 0 40px;
	}

	.mint-works-box li {
		width: 100%;
		margin: 0 auto 60px;
		display: block;
	}
}
