.myClubBlock .title {
	border-top: solid 2px #cb9c1e;
	border-bottom: solid 2px #cb9c1e;
	background-image: url(../img/common/icon_flower01_xlarge_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 15px 20px 15px 50px;
	margin-bottom: 70px;
}

.myClubBlock .title .main {
	font-size: 24px;
	font-size: 2.4rem;
	color: #cb9c1e;
	font-weight: bold;
}

.myClubBlock .title .label {
	background-color: #f87983;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
}

.myClubBlock .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.myClubBlock .body .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 60px;
}

.myClubBlock .body .catch {
	margin-bottom: 20px;
	color: #f87983;
	font-weight: bold;
	font-size: 23px;
	font-size: 2.3rem;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myClubBlock .body .image {
	width: 420px;
	text-align: center;
}

.myClubBlock .info {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myClubBlock .info .subTitle {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666;
}

.myClubBlock .info .subTitle span {
	display: inline-block;
	position: relative;
	padding: 0 30px;
}

.myClubBlock .info .subTitle span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/common/icon_flower01_small_green.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
}

.myClubBlock .info .subTitle span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/common/icon_flower01_small_green.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
}

.myClubBlock .info .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 60px;
}

.myClubBlock .info .list {
	margin-bottom: 10px;
}

.myClubBlock .info .list li {
	padding: 0 0 0 25px;
	background-image: url(../img/common/icon_flower01_small_green.png);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	font-weight: bold;
}

.myClubBlock .info .list li:not(:last-child) {
	margin-bottom: 5px;
}

.myClubBlock .info .caution {
	padding: 0 0 0 25px;
}

.myClubBlock .info .image {
	width: 320px;
	text-align: center;
}

.myClubBlock .info .image .txt {
	margin-top: 10px;
	text-align: left;
}

@media only screen and (max-width: 992px) {

.myClubBlock .body .image {
	width: 40%;
}

.myClubBlock .info {
	padding: 20px;
}

.myClubBlock .info .image {
	width: 30%;
}

}

@media only screen and (max-width: 600px) {

.myClubBlock .title {
	margin-bottom: 30px;
}

.myClubBlock .title .main {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.myClubBlock .title .label {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.myClubBlock .body {
	display: block;
}

.myClubBlock .body .detail {
	padding-right: 0;
	margin-bottom: 30px;
}

.myClubBlock .body .catch {
	font-size: 18px;
	font-size: 1.8rem;
}

.myClubBlock .body .image {
	width: auto;
}

.myClubBlock .info {
	display: block;
}

.myClubBlock .info .detail {
	padding-right: 0;
	margin-bottom: 30px;
}

.myClubBlock .info .image {
	width: auto;
}

}


/*# sourceMappingURL=maps/pedo.css.map */
