@charset "utf-8";

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

	オーナーズクラブ

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



/*---------------------------
			共通
---------------------------*/

/* ママエールのみ */
footer {
	background-color: #fdf6fa;
	overflow: hidden;
}

span.pc {
	display: block;
}

.main_img {
	width: 100%;
}

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

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

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

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

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

#mamayell-wrapper-n1 img,
#mamayell-wrapper-n3 img,
#mamayell-wrapper-n5 img,
#mamayell-wrapper-n7 img,
#mamayell-inner-n0 img,
#mamayell-inner-n1 img,
#mamayell-inner-n2 img,
#mamayell-inner-n3 img,
#mamayell-inner-n4 img,
#mamayell-inner-n5 img,
#mamayell-inner-n6 img,
#mamayell-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 48px;
}

#plan {
	padding: 105px 0 70px;
}

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

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

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

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

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

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

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

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

.mama_h4 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

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

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

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

	#mamayell-inner-n0 {
		margin-bottom: 50px;
	}

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

	.contents {
		width: 100%;
	}

	.mama_h2 {
		font-size: 24px;
	}

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

	.mama_h3 {
		font-size: 20px;
	}

	.mama_h4 {}

	.mama_h4 span {}

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

	#plan {
		padding: 55px 0 35px;
	}

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

	#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: 60px;
	}

	.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: -32px;
		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: 138px 0 140px;
}

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

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

.contents#concept .head .img {
	width: 546px;
	margin-top: -184px;
}

/* Point 1 */
.point {
	box-sizing: border-box;
	border-bottom: solid 2px #9d9d9d;
	padding-bottom: 82px;
	margin: 55px auto 0;
}

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

.point.n4 {
	border-bottom: 0px;
	padding-bottom: 0;
}


/* 共通 */
.point .Left {
	width: 374px;
	margin: 0 auto;
}

.point.n4 .Left {
	width: 498px;
}

.point.n4 .Left p {
	display: inline-block;
	width: 374px;
}



.point.n1 .Left .Img {
	width: 99px;
	margin: 15px auto 0;
}

.point.n1 .Right {
	width: 708px;
}

.point.n1 .Right img:nth-of-type(1) {
	width: 318px;
	border-right: dotted 1px #9d9d9d;
	margin-right: 30px;
	padding-right: 35px;
}

.point.n1 .Right img:nth-of-type(2) {
	width: 355px;
}

/* Point 2 */
.point.n2 .Left {
	position: relative;
}

.point.n2 .Left .Img {
	width: 110px;

	position: absolute;
	bottom: -225px;
	right: -60px;
}

.point.n2 .Right {
	width: 602px;
	text-align: center;
}

.point.n2 .Right img {
	margin-bottom: 45px;
}

.f16 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.f16.normal {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.f17 {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}


/* Point 3 */
.point.n3 .Left {
	position: relative;
}

.point.n3 .Left .Img {
	width: 211px;

	position: absolute;
	bottom: -115px;
	right: -240px;
}

.point.n3 .Right {
	width: 600px;
	margin-top: 15px;
	text-align: center;
}

.point.n3 .Right .Box {
	vertical-align: top;
}

.point.n3 .Right .Box:nth-of-type(1) {
	width: 240px;
	display: inline-block;
	margin-right: 45px;
}

.point.n3 .Right .Box:nth-of-type(2) {
	width: 306px;
	display: inline-block;
}

.point.n3 .Right .Box .f16 {
	margin-bottom: 35px;
}


/* Point 4 */
.point.n4 .Left {
	position: relative;
}

.point.n4 .Left .Img {
	width: 173px;

	position: absolute;
	bottom: -155px;
	right: 0px;
}

.point.n4 .Right {
	width: 550px;
	margin-top: 15px;
	text-align: center;
}

.point.n4 .Right .f16 {
	margin-bottom: 35px;
}

/*--------------------------------------------------
				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 .fl_l,
	.point .fl_r {
		float: none;
	}

	.point .Left {
		width: 100%;
	}

	.point.n4 .Left {
		width: 100%;
	}

	.point.n4 .Left p {
		display: inline;
		width: 100%;
	}

	/* Point 1 */

	/* floatさせる　画像位置 : 右下 */
	.Img-pc {
		display: none;
	}

	.floatBox {
		width: 100%;
		height: auto;
		clear: both;
	}

	.floatBox::after {
		content: "";
		clear: both;
		display: block;
	}

	.Img-sp {
		clear: both;
		margin: 10px 0px 30px 30px;
		float: right;
	}

	.floatBox.n0 .Img-sp {
		display: block;
		position: relative;
		width: 118px;
	}

	.floatBox.n1 .Img-sp {
		width: 73px;
	}

	.floatBox.n2 .Img-sp {
		width: 87px;
	}

	.floatBox.n3 .Img-sp {
		width: 158px;
	}

	.floatBox.n4 .Img-sp {
		width: 124px;
	}

	.bar {
		width: 1px;
		height: 140px;
		float: right;
	}

	.floatBox.n0 .bar {
		height: 300px;
	}

	.floatBox.n4 .bar {
		height: 70px;
	}

	.point.n1 .Right {
		width: 100%;
		text-align: center;
	}

	.point.n1 .Right img:nth-of-type(1) {
		width: 77%;
		border-right: 0px;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.point.n1 .Right img:nth-of-type(2) {
		width: 95%;
		border-top: dotted 1px #9d9d9d;
		padding-top: 30px;
	}

	/* Point 2 */
	.point.n2 .Right {
		width: 95%;
		text-align: left;
	}

	.point.n2 .Right img {
		margin-bottom: 45px;
	}

	.f16 {
		text-align: center;
	}

	.f17 {
		text-align: center;
	}

	/* Point 3 */
	.point.n3 .Left .Img {
		width: 100%;

		position: static;
		margin-right: 0;
		text-align: right;
	}

	.point.n3 .Left .Img img {
		width: 158px;
	}

	.point.n3 .Right {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}

	.point.n3 .Right .Box {
		vertical-align: top;
	}

	.point.n3 .Right .Box:nth-of-type(1) {
		width: 70%;
		display: inline-block;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.point.n3 .Right .Box:nth-of-type(2) {
		width: 90%;
		display: inline-block;
	}

	/* Point 4 */
	.point.n4 .Left .Img {
		width: 100%;

		position: static;
		margin-right: 0;
		text-align: right;
		margin-bottom: 30px;
	}

	.point.n4 .Left .Img img {
		width: 124px;
	}

	.point.n4 .Right {
		width: 95%;
		margin: 15px auto 0px;
		text-align: center;
	}

	.point.n4 .Right .f16 {
		margin-bottom: 35px;
	}

}


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

#equipment .block.n1 .mama_h3 {
	margin-bottom: 90px
}

#equipment .block.n2 .mama_h3 {
	margin-bottom: 54px
}


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

/* イラスト2点 */
#equipment .block.n1::before {
	content: "";
	display: block;
	width: 187px;
	height: 155px;
	background-image: url(../images/mamayell/mama_img_12.png);
	background-size: cover;

	position: absolute;
	top: -148px;
	right: -80px;
}

#equipment .block.n2::before {
	content: "";
	display: block;
	width: 155px;
	height: 129px;
	background-image: url(../images/mamayell/mama_img_13.png);
	background-size: cover;

	position: absolute;
	top: -86px;
	left: -40px;
}

#equipment .block.n1 {
	margin-bottom: 123px;
}

#equipment .block.n1 .imgBox {
	position: relative;
	width: 300px;
}

#equipment .block .imgBox p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	text-align: left;
	color: #000;
}

#equipment .block.n1 .imgBox .ttl {
	position: absolute;
	top: -45px;
}

#equipment .block.n1 .imgBox span.f18 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

#equipment .block.n1 .imgBox span.din {
	display: inline-block;
	width: 48px;
	height: 48px;

	font-size: 22px;
	font-family: din-condensed, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #dc82be;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 14px;
	margin-right: 12px;
}

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



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

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

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

/*--------------------------------------------------
				SP // こだわりの設備
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	#equipment .mama_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;
	}

	/* イラスト2点 */
	#equipment .block.n1::before {
		width: 98px;
		height: 81px;
		position: absolute;
		top: -160px;
		right: 0px;
	}

	#equipment .block.n2::before {
		width: 108px;
		height: 90px;
		position: absolute;
		top: -120px;
		left: unset;
		right: 0;
	}
}


/*---------------------------
		参考プラン PLAN	
---------------------------*/
#plan {
	position: relative;
}

#plan h2 {
	margin-bottom: 78px;
}

#plan h5 {
	text-align: center;
	font-size: 17px;
}

#plan h5 span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-top: 20px;
}

#plan .block img:nth-of-type(1) {
	width: 892px;
}

#plan .block img:nth-of-type(2) {
	width: 639px;
}

#plan .Img {
	position: absolute;
	bottom: 100px;
	left: 0;

	width: 304px;
}

/*--------------------------------------------------
				SP // 参考プラン
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	#plan h2 {
		margin-bottom: 55px;
	}

	#plan h5 {
		font-size: 15px;
		line-height: 1.4;
	}

	#plan .block img:nth-of-type(3) {
		width: 100%;
		margin-bottom: 45px;
	}

	#plan .block img:nth-of-type(4) {
		width: 100%;
	}

	#plan .Img {
		position: static;
		width: 100%;
		text-align: right;
		margin-top: 30px;
	}

	#plan .Img img {
		width: 145px;
	}
}


/*---------------------------
	100ポイントアイデア	
---------------------------*/
.onehund {
	width: 1160px;
	box-sizing: border-box;
	padding: 110px 0 160px;
	margin: 0 auto;
}

.onehund .mama_h3 {
	margin-bottom: 90px;
}

.onehund .head {
	position: relative;
}

.onehund .head::after {
	content: "";
	display: block;
	width: 166px;
	height: 122px;
	background-image: url(../images/mamayell/mama_img_17.png);
	background-size: cover;

	position: absolute;
	top: -116px;
	right: 0px;
}

.onehund .head .txt {
	width: 412px;
	font-size: 17px;
	line-height: 2;
}

.onehund .head .txt span {
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
}

.onehund .head .Img {
	width: 449px;
	margin-left: 177px;
	margin-bottom: 30px;
}

ul.example {
	margin-bottom: 30px;
}

ul.example li {
	display: inline-block;
	width: calc((100% - 75px) / 4);
	vertical-align: top;
	line-height: 2;
	margin-bottom: 50px;
}

ul.example li {
	margin-right: 15px;
}

ul.example li:first-child {
	position: relative;
}

ul.example li:first-child::before {
	content: "(例)";
	display: block;
	font-size: 15px;
	font-weight: bold;

	position: absolute;
	top: -30px;
	left: 0;
}

ul.example li:nth-child(4),
ul.example li:last-child {
	margin-right: 0;
}

ul.example li span {
	display: block;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 10px;
}

.osusume {
	width: 610px;
	font-size: 17px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	line-height: 1.95;
}

@media all and (-ms-high-contrast: none) {
  .osusume {
    font-size: 16px;
  }
}

@supports (-ms-ime-align: auto) {
  .osusume {
    font-size: 16px;
  }
}

.osusume span {
	display: block;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

.osusume li {
	background-color: #f6e0ef;
	width: calc((100% - 25px) / 2);
	box-sizing: border-box;
	padding: 20px 30px;
	height: 237px;
	margin-bottom: 14px;
}

.osusume li:first-child {
	margin-right: 15px;
}

/*--------------------------------------------------
				SP // 100ポイントアイデア
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.onehund .mama_h3 {
		margin-bottom: 30px;
	}

	.onehund {
		width: 100%;
		padding: 50px 0 35px;
	}

	.onehund .head::after {
		width: 132px;
		height: 97px;
		top: unset;
		bottom: 0;
	}

	.onehund .head .fl_l {
		float: none;
	}

	.onehund .head .txt {
		width: 100%;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.onehund .head .Img {
		width: 75%;
		margin: 0 auto 50px;
		padding-bottom: 90px;
	}

	ul.example li {
		display: inline-block;
		width: calc((100% - 10px) / 2);
		vertical-align: top;
		line-height: 2;
		margin-bottom: 10px;
		font-size: 14px;
	}

	ul.example li {
		margin-right: 5px;
	}

	ul.example li:nth-child(even) {
		margin-right: 0;
	}

	ul.example li span {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.osusume {
		width: 100%;
	}

	.osusume span {
		font-size: 19px;
		text-align: center;
	}

	.osusume li {
		width: 100%;
		height: auto;
	}
}


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


/*ここは背景出すためにとりあえず。。。　　*/
/*
#mamayell-wrapper{
	margin-bottom: 500px
}
#mamayell-wrapper2{
	width: 100%;
}
#mamayell-inner2 {
    width: 90.625%;
    margin: 0 auto;
}
*/

a.mama-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.mama-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.mama-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.mama-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.mama-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.mama-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.mama-btn1,
	a.mama-btn2 {
		width: 100%
	}
}



#lineup {
	background: rgba(255, 250, 250, .8);
	margin: 0 calc(((100vw - 100%) / 2) * -1) 0;
	padding: 90px 0 0;
	margin-bottom: 80px;
}

.mama_h2 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.mama-lineup-h2img {
	position: absolute;
	top: -160px;
	left: 70px;

	width: 170px;
	height: 193px;
	background-size: cover;
}

.mama-lineup {
	max-width: 1000px;
	font-size: 0;
	margin: 60px auto 0;
	padding-left: 0px;
}

.mama-lineup li {
	width: calc((100% - 100px) / 3);
	margin: 0 50px 50px 0;
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.mama-lineup li:nth-of-type(3n) {
	margin-right: 0;
}

.mama-lineup h5,
.mama-lineup p img {
	width: 100%;
	margin: 0;
}

/*--------------------// SP //--------------------*/
@media screen and (max-width: 750px) {
	#lineup {
		padding: 130px 0 50px;
	}

	.mama-lineup li {
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.mama-lineup li:nth-of-type(3n) {
		margin: 0 auto;
	}

	.mama-lineup h5 {
		text-align: center;
	}


	.mama-lineup-h2img {
		position: absolute;
		top: -110px;
		left: unset;
		right: 10px;

		width: 92px;
		height: 104px;
	}
}



#mama-kouhou-box {
	padding-bottom: 100px;
	max-width: 1000px;
	margin: 0 auto;
}

.mama-kouhou {
	font-size: 0;
}

.mama-kouhou .mama-kouhou-L1,
.mama-kouhou .mama-kouhou-L2 {
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	vertical-align: top;
	padding-right: 90px;
}

.mama-kouhou .mama-kouhou-L1 {
	width: 53%;
}

.mama-kouhou .mama-kouhou-L2 {
	width: 43%;
}

.mama-kouhou p.mama-kouhou-R1,
.mama-kouhou p.mama-kouhou-R2 {
	display: inline-block;
	vertical-align: top;
	background: #fff;
}

.mama-kouhou p.mama-kouhou-R2 {
	padding: 40px 50px 30px;
}

.mama-kouhou p.mama-kouhou-R2 span {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
}

.mama-kouhou p.mama-kouhou-R1 {
	width: 47%;
}

.mama-kouhou p.mama-kouhou-R2 {
	width: 57%;
}

.mama-kouhou p.mama-kouhou-R1 img,
.mama-kouhou p.mama-kouhou-R2 img {
	width: 100%;
}

.mama-kouhou-h5 {
	font-size: 38px;
	margin: 20px 0 0;
	line-height: 1;
}

.mama-kouhou-readtxt{
	position:relative;
}

.mama-kouhou-readtxt::before{
	content:"";
	display:block;
	background-image:url(../images/mamayell/zeh_logo.svg);
	background-repeat:no-repeat;
	background-size:cover;
	width:80px;
	height:85px;
	position:absolute;
	right:-30px;
	top:-8px;
}

.mama-kouhou-readtxt,
.mama-kouhou-logo {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	line-height: 1;
}

.mama-kouhou-logo img {
	height: 75px;

}

.mama-tokucho {
	max-width: 1000px;
	font-size: 0;
	margin: 60px auto 0;
	padding-left: 0px;
}

.mama-tokucho li {
	width: calc((100% - 100px) / 3);
	margin: 0 50px 50px 0;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.mama-tokucho li:nth-of-type(3n) {
	margin-right: 0;
}

.mama-tokucho li p {
	line-height: 2
}

.mama-tokucho li img {
	width: 100%
}

.mama-tokucho li h5 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	padding-top: 5px;
}

.mama-tokucho li span {
	background: #DC82BE;
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	margin-right: 1em;
}

/*--------------------// SP //--------------------*/
@media screen and (max-width: 1080px) {
	.mama-kouhou-readtxt::before{
		position:static;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 750px) {
	#mama-kouhou-box {
		padding-bottom: 80px;
		width: 100%;
		margin: 0 auto;
	}

	.mama-kouhou .mama-kouhou-L1,
	.mama-kouhou .mama-kouhou-L2 {
		width: 100%;
		padding-right: 0px;
		margin: 0 auto;
		text-align: center;
	}

	.mama-kouhou .mama-kouhou-L2 {
		width: 100%;
		padding: 66px 0 0px;
		border-top: solid 1px #3c3c3c;
		margin-top: 66px;
	}

	.mama-kouhou-readtxt::before{
		position:static;
		margin:0 auto 20px;
		width:90px;
		height:96px;
	}
	
	.mama-kouhou-h5 {
		font-size: 25px;
	}

	.mama-kouhou p.mama-kouhou-R1 {
		width: 100%;
	}

	.mama-kouhou p.mama-kouhou-R2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.mama-tokucho li {
		width: 100%;
		margin-right: 0px;
	}

	.mama-tokucho li:last-child {
		margin-bottom: 20px;
	}

	.mama-kouhou-readtxt {
		font-size: 17px;
	}
}



#works {

	margin: 0 calc(((100vw - 100%) / 2) * -1) 0;
	padding: 40px 0 80px;
}

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

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

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

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

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

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

p.mama-works-img img {
	width: 100%;
	height: auto;
}

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

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

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


.new{background: #DC82BE!important;}

/*--------------------// 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;
	}

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

.club_midashi{
	font-size: 24px;
  margin: 0 0 30px;
  text-align: center;
  color: #ae755b;
  font-weight: bold;
}

.club_txt{
	font-size: 18px;
	line-height: 1.8;
}
.club_point{
	color: #ae755b;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: 1.2;
  text-align: center;
}

.lp_club,.club_point_sec,.club_about{
	margin: 60px auto;
}


.effectFade.effectFadeDown {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1.2s ease;
}
.effectFade.effectActive{
	opacity: 1;
	transform: translate(0, 0);
}

.btn-owner{
    max-width: 250px;
    text-align: center;
}
.btn-owner.btnCenter {
    margin-left: auto;
    margin-right: auto;
}

.btn-owner {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 30px 0 30px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    transition: .3s ease-in;
    user-select: none;
    position: relative;
    border: 1px solid #4f3b2a;
    border-radius: 4px;
    color: #fff;
    background: #4f3b2a;
    max-width: 320px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.effectFade a:link,.effectFade a:visited{
	color: #FFF!important;
}

.inner{
	margin-top: 65px;
}

.club_camp{
	text-align: center;
}

@media screen and (max-width: 768px) {
.club_point{
	font-size: 20px;
}
.club_txt{
	font-size: 14px;
}
.btn-owner{
	max-width: 80%;
}
#equipment .block .imgBox p {
	font-size: 14px;
}
}