@charset "UTF-8";
/*--------------------------------------------------------------
.title_area(カテゴリーページ共通パーツです)
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.title_area {
		margin: 0;
		padding: 0;
		height: 150px;
		width: 100%;
		background: url("img/top.jpg") no-repeat center;/*ページごとに変更する*/
		background-size: cover;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
	
	.title_area:after {
		content: "";
		background: rgba(0,0,0,.3);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
	}
	
	.title_area h2 {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		position: relative;
		z-index: 3;
	}
	
	.section_title {
		color: #4E4E4E;
		font-size: 18px;
		font-weight: 600;
		padding-left: 13px;
		position: relative;
		line-height: 1;
		margin: 0 0 0 20px;
	}
	
	.section_title::before {
	  background-color: #4A64AA;
	  bottom: 0px;
	  content: '';
	  height: 18px;
	  left: 0;
	  position: absolute;
	  width: 3px;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.title_area {
		height: 200px;
		background: url("img/top.jpg") no-repeat;
		background-position: center -400px;
		background-size: cover;
	}
	
	.title_area h2 {
		font-size: 25px;
	}
	
	.section_title {
    	padding-left: 15px;
	}
	
	.section_title::before {
    bottom: -1px;
    height: 20px;
    width: 5px;
  }


}

/*↑↑ここまで共通↑↑*/


/*--------------------------------------------------------------
↓↓ここからコンテンツ↓↓
--------------------------------------------------------------*/


/* mobile */
@media (min-width: 300px) {
  .content {
    background: #f8f8f8;
    margin: 0;
    padding: 50px 0 40px;
  }

  .content-wrap {
    margin: 0 auto;
    padding: 0;
	  width: 100%;
	  max-width: 900px;
  }
	
	.content-wrap > p {
		text-align: left;
		font-size: 15px;
		font-weight: 300;
		margin: 0 10px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {

}


/* Larger than tablet */
@media (min-width: 992px) {
	.content {
		margin: 0;
		padding: 50px 0 40px;
	}
	
	.content-wrap > p {
		text-align: center;
		font-size: 15px;
		font-weight: 300;
		padding: 0;
	}

}
/*--------------------------------------------------------------
.system
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	.system {
		margin: 0 auto 35px;
		padding: 0 10px;
		width: 100%;
		max-width: 800px;
	}
	
	.system ul {
		margin: 25px 0 0;
		padding: 0;
	}
	
	.system ul li  {
		position: relative;
		margin: 0;
		background: #fff;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		border-radius: 5px;
	}
	
	.system ul li:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.system ul li:not(:last-child)::after {
		position: absolute;
		content: "+";
		font-size: 20px;
		font-weight: 600;
		bottom: -28px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.system ul li:first-child {
		padding: 23px 0 22px;
	}
	
	.system ul li:not(:first-child) {
		padding: 15px 0;
	}
	
	.system ul li span {
		background-color: #4A64AA;
		color: #fff;
		display: inline-block;
		border-radius: 50%;
		font-size: 13px;
		width: 25px;
		height: 25px;
		text-align: center;
		padding: 0;
		margin: 0 10px 0 0;
		line-height: 25px;
	}
	
	.system ul li span:nth-child(2) {
		background-color: rgba(255,255,255,0);
		color: inherit;
		display: inline;
		border-radius: 0;
		font-size: 13px;
		font-weight: 300;
		width: auto;
		height: auto;
		text-align: left;
		padding: 0;
		margin: 0 0 0 3px;
		line-height: 1;
		vertical-align: middle;
	}
	
	.system ul li > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 25px 0 0;
	}
	
	.system ul li > div button {
		border-radius: 5px;
		border-bottom: 3px solid #ccc;
		display: block;
		width: 100%;
		margin: 0 0 7px;
	}
	
	.system ul li > div button:first-child {
		background: #EE7836;
	}
	
	.system ul li > div button:nth-child(2) {
		background: #5976BA;
	}
	
	.system ul li > div button:nth-child(3) {
		background: #5CBEE0;
	}
	
	.system ul li > div button:last-child {
		background: #BA9973;
	}
	
	.system ul li > div button a {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		display: block;
		text-align: center;
		position: relative;
		margin: 0;
		padding: 22px 0;
	}
	
	.system ul li > div button a i {
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		font-size: 13px;
	}
	
	.annotation {
		margin: 35px 0 0;
		padding: 0;
	}
	
	.annotation ul {
		margin: 0;
		padding: 0;
	}
	
	.annotation ul li {
		margin: 0;
		padding: 0;
	}
	
	.annotation dl {
		margin: 0;
		padding: 0;
		font-size: 13px;
	}
	
	.annotation dl dt {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.annotation dl dd {
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 5px;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.system {
		margin: 0 auto 73px;
		padding: 0;
		width: 100%;
		max-width: 800px;
	}
	
	.system ul {
		margin: 25px 0 0;
		padding: 0;
	}
	
	.system ul li  {
		position: relative;
		margin: 0;
		background: #fff;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		border-radius: 5px;
	}
	
	.system ul li:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.system ul li:not(:last-child)::after {
		position: absolute;
		content: "+";
		font-size: 30px;
		font-weight: 600;
		bottom: -42px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.system ul li:first-child {
		padding: 36px 45px 30px;
	}
	
	.system ul li:not(:first-child) {
		padding: 15px 0;
	}
	
	.system ul li span {
		background-color: #4A64AA;
		color: #fff;
		display: inline-block;
		border-radius: 50%;
		font-size: 20px;
		width: 35px;
		height: 35px;
		text-align: center;
		padding: 0;
		margin: 0 10px 0 0;
		line-height: 35px;
	}
	
	.system ul li span.txt_s {
		background-color: rgba(255,255,255,0);
		color: inherit;
		display: inline;
		border-radius: 0;
		font-size: 13px!important;
		font-weight: 300;
		width: auto;
		height: auto;
		text-align: left;
		padding: 0;
		margin: 0 0 0 3px;
		line-height: 1;
		vertical-align: middle;
	}
	
	.system ul li > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 25px 0 0;
	}
	
	.system ul li > div button {
		border-radius: 5px;
		border-bottom: 3px solid #ccc;
		display: block;
		width: 350px;
		margin: 0 0 10px;
	}
	
	.system ul li > div button:first-child {
		background: #EE7836;
	}
	
	.system ul li > div button:nth-child(2) {
		background: #5976BA;
	}
	
	.system ul li > div button:nth-child(3) {
		background: #5CBEE0;
	}
	
	.system ul li > div button:last-child {
		background: #BA9973;
	}
	
	.system ul li > div button a {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		display: block;
		text-align: center;
		position: relative;
		margin: 0;
		padding: 30px 0;
	}
	
	.system ul li > div button a i {
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		font-size: 13px;
	}
	
	.annotation {
		margin: 35px 0 0;
		padding: 0 40px;
	}
	
	.annotation ul {
		margin: 0;
		padding: 0;
	}
	
	.annotation ul li {
		margin: 0;
		padding: 0;
	}
	
	.annotation dl {
		margin: 0;
		padding: 0;
		font-size: 13px;
	}
	
	.annotation dl dt {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.annotation dl dd {
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 5px;
	}


}

/*--------------------------------------------------------------
.member
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	
	.member-example {
		padding: 0 10px;
	}
	
	.club-intro-title__text {
		font-size: 18px;
		font-weight: 600;
		margin: 0 0 22px;
		text-align: center;
	  }

  .member-example {
		padding: 0 10px;
	}

  .member-example-card {
    background-color: #ffffff;
    margin-bottom: 20px;
  }

  .member-example-card-title {
    background-color: #ee7836;
    padding: 20px 30px;
  }

  .member-example-card-title-eva {
    background-color: #5976ba;
    padding: 20px 30px;
  }

  .member-example-card-title-hole {
    background-color: #5cbee0;
    padding: 20px 30px;
  }
	
.member-example-card-title-house {
    background-color: #BA9973;
    padding: 20px 30px;
  }

  .member-example-card-title__text {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
  }

  .member-example-card-contents {
    padding: 20px;
  }

  .member-example-card-image {
    width: 100%;
	  min-height: 210px;
  }
	
	 .member-example-card-image {
    line-height: 1;
		 vertical-align: bottom;
  }

  .member-example-card-info {
    min-width: 315px;
    padding: 20px 0 0;
  }

  .member-example-card-info-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .member-example-card-info-text {
	  padding: 10px 0;
    font-weight: 600;
    font-size: 13px;
  }

  .member-example-card-general-price {
    color: #777777;
    font-weight: 600;
    margin: 15px 0 5px;
	  font-size: 13px;
  }

  .card-member-price {
    display: flex;
  }

  .card-member-price-badge {
    width: 80px;
	  margin-top: 5px;
    background-color: #db6f6b;
    height: 30px;
  }

  .card-member-price-badge__text {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
	 line-height: 30px;
  }

  .card-member-price-num__text {
    font-size: 18px;
    color: #db6f6b;
    font-weight: 600;
    margin-left: 10px;
	  vertical-align: text-bottom;
  }

  .card-member-price-num__text-big {
	  margin-right: 4px;
    font-size: 35px;
    color: #db6f6b;
    font-weight: 600;
	  font-family: 'Roboto', sans-serif;
  }

  .member-example-card-info-intro {
    margin: 15px 0;
  }

  .member-example-card-double-images {
    display: flex;
    margin-top: -6px;
  }
	
 	.member-example-card-double-images > div {
    	width: 50%;
		height: auto;
  }


}

/* Small than tablet */
@media (min-width: 768px) {
	.member-example-card {
    background-color: #ffffff;
    margin-bottom: 30px;
  }

  .member-example-card-title {
    background-color: #ee7836;
    padding: 20px 30px;
  }

  .member-example-card-title-eva {
    background-color: #5976ba;
    padding: 20px 30px;
  }

  .member-example-card-title-hole {
    background-color: #5cbee0;
    padding: 20px 30px;
  }

  .member-example-card-title__text {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
  }

  .member-example-card-contents {
    display: flex;
    padding: 25px;
  }

  .member-example-card-image {
    width: 368px;
	  height: auto;
  }

  .member-example-card-info {
    width: 436px;
    padding: 5px 0 0 30px;
  }

  .member-example-card-info-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .member-example-card-info-text {
    font-weight: 600;
    font-size: 16px;
  }

  .member-example-card-general-price {
    color: #777777;
    font-weight: 600;
    margin-top: 15px;
	  font-size: 14px;
  }

  .card-member-price {
    display: flex;
  }

  .card-member-price-badge {
    width: 90px;
    background-color: #db6f6b;
    height: 35px;
    margin-top: 0;
  }

  .card-member-price-badge__text {
    color: #ffffff;
    font-weight: 600;
	  height: 35px;
	  line-height: 35px;
    text-align: center;
  }

  .card-member-price-num__text {
    font-size: 22px;
    color: #db6f6b;
    font-weight: 600;
    margin-left: 10px;
	  vertical-align: text-bottom;
  }

  .card-member-price-num__text-big {
	  margin-right: 4px;
    font-size: 30px;
    color: #db6f6b;
    font-weight: 600;
	  font-family: 'Roboto', sans-serif;
  }

  .member-example-card-info-intro {
    margin: 15px 0;
  }

  .member-example-card-double-images {
    display: flex;
    margin-top: -6px;
  }

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.member-example {
		padding: 0;
	}
	
	.club-intro-title__text {
		font-size: 22px;
		font-weight: 600;
		margin: 0 0 35px;
		text-align: center;
	  }
	
	  .member-example-card {
    background-color: #ffffff;
    margin-bottom: 30px;
  }

  .member-example-card-title {
    background-color: #ee7836;
    padding: 20px 30px;
  }

  .member-example-card-title-eva {
    background-color: #5976ba;
    padding: 20px 30px;
  }

  .member-example-card-title-hole {
    background-color: #5cbee0;
    padding: 20px 30px;
  }

  .member-example-card-title__text {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
  }

  .member-example-card-contents {
    display: flex;
    padding: 25px;
  }

  .member-example-card-image {
    width: 368px;
	  height: auto;
  }

  .member-example-card-info {
    width: 436px;
    padding: 5px 30px;
  }

  .member-example-card-info-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .member-example-card-info-text {
    font-weight: 600;
    font-size: 16px;
  }

  .member-example-card-general-price {
    color: #777777;
    font-weight: 600;
    margin-top: 15px;
	  font-size: 14px;
  }

  .card-member-price {
    display: flex;
  }

  .card-member-price-badge {
    width: 90px;
    background-color: #db6f6b;
    height: 35px;
    margin-top: 8px;
  }

  .card-member-price-badge__text {
    color: #ffffff;
    font-weight: 600;
	  height: 35px;
	  line-height: 35px;
    text-align: center;
  }

  .card-member-price-num__text {
    font-size: 22px;
    color: #db6f6b;
    font-weight: 600;
    margin-left: 10px;
	  vertical-align: text-bottom;
  }

  .card-member-price-num__text-big {
	  margin-right: 4px;
    font-size: 40px;
    color: #db6f6b;
    font-weight: 600;
	  font-family: 'Roboto', sans-serif;
  }

  .member-example-card-info-intro {
    margin: 15px 0;
  }

  .member-example-card-double-images {
    display: flex;
    margin-top: -6px;
  }
}