@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for HTML for PC
//////////////////////////////////////////////////////////*/

* { 
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	color: #000;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
	line-height: 160%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	   -moz-animation: fadeIn 4s ease 0s 1 normal;
		    animation: fadeIn 4s ease 0s 1 normal;
}

/*@media screen and (min-width: 960px) and (max-width: 1100px) {
	body {
		zoom: 0.90;
		-moz-transform: scale(0.80,0.80) translate(-23px,-23px);
	}
}*/

/*@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}*/

body > #wrapper { height: 100%; }

a 			{ color: #000000; text-decoration: none; }
a:link		{ color: #000000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:active	{ color: #000000; text-decoration: none; }
a:hover		{ color: #fc1688; text-decoration: none; }
a.disabled	{ color: #555; text-decoration: none; cursor: default; }


/* --- SP/PC --- */
.pc-none {
	display: none !important;
}
.sp-none {
	display: inline;
}

@media screen and (max-width: 1024px) {
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}

a img:hover {
	opacity: 0.7;
}


/*----------------------------------------------------------
  - MV
----------------------------------------------------------*/

#mv { background: url('../images/mv-bg_pc.jpg') center top no-repeat; }

/* -- LOGO -- */
#mv .logo {
	padding: 20px 0 0 20px;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#mv .logo ul li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#mv .logo ul > li:nth-child(1) { margin-right: 20px; }


/* -- TITLE -- */
#mv .ttl {
	margin: 20px 0 40px 0;
	text-align: center;
}

#mv .ttl img {
	filter: drop-shadow( 0px 2px 2px #000);
}

/* -- CTA -- */
#mv .mv-CTA {
	width: 1140px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	box-sizing: border-box;
}

#mv .mv-CTA ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}


@media screen and (min-width: 960px) and (max-width: 1190px) {}


@media screen and (max-width: 1190px) {
	#mv { background: url('../images/mv-bg_pc.jpg') center top / auto 95% no-repeat; }	
	#mv .ttl { padding: 0 25px; margin: 20px 0; }
	#mv .ttl img { width: 100%; height: auto; }
	#mv .mv-CTA { width: 100%; padding: 10px 20px; }
	#mv .mv-CTA ul li { width: 49%; }
	#mv .mv-CTA ul li img { width: 100%; height: auto; }
}

@media screen and (max-width: 767px) {
	#mv { background: url('../images/mv-bg_sp.jpg') center top / 115% auto no-repeat; }
	#mv .logo ul li { vertical-align: middle; font-size: 12px; line-height: 130%; }
	#mv .logo ul > li:nth-child(1) { margin-right: 10px; }
	#mv .logo ul li img { width: 20vw; height: auto; }
	#mv .mv-CTA ul li { width: 100%; margin-bottom: 10px; }
}



/*----------------------------------------------------------
  - CTA
----------------------------------------------------------*/

#CTA { padding: 60px 0 90px 0; }

#CTA .inner p {
	text-align: center;
	margin: 20px auto;
}

#CTA .inner ul {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1190px) {
	#CTA { padding: 60px 20px 90px 20px; }
	#CTA .inner p img { width: 100%; height: auto; }
	#CTA .inner ul { width: 100%; }
	#CTA .inner ul li { width: 49%; }
	#CTA .inner ul li img { width: 100%; height: auto; }
}

@media screen and (max-width: 767px) {
	#CTA { padding: 0 20px 50px 20px; }
	#CTA .inner ul li { width: 100%; margin-bottom: 10px; }	
}



/*----------------------------------------------------------
  - TROUBLE
----------------------------------------------------------*/

#trouble {
	width: 100%;
	padding: 60px 0 90px 0;
	background: url('../images/trouble-bg-01.jpg') repeat-x,
	            url('../images/trouble-bg-02_pc.jpg') center bottom no-repeat #9ddde6;
	box-sizing: border-box;
}

#trouble .inner {
	width: 1000px;
	margin: 0 auto;
}

#trouble .inner .ttl {
	text-align: center;
}

#trouble .inner .body { margin-top: 60px; }

@media screen and (max-width: 1190px) {
	#trouble { 
		padding: 40px 50px 320px 50px;
		background: url('../images/trouble-bg-01.jpg') top center / auto 20vh repeat-x,
	                url('../images/trouble-bg-02_sp.jpg') center bottom / 100vw auto no-repeat #9ddde6;
	}
	#trouble .inner { width: 100%; }
	#trouble .inner .ttl img { width: 100%; height: auto; }
	#trouble .inner .body { margin-top: 30px; }
	#trouble .inner .body img { width: 100%; height: auto; }
}

@media screen and (max-width: 767px) {
	#trouble { padding: 40px 20px 60px 20px; }
}



/*----------------------------------------------------------
  - REASON
----------------------------------------------------------*/

#reason {
	width: 100%;
	padding: 60px 0 90px 0;
	background-color: #f9bc02;
	box-sizing: border-box;
}

#reason .inner {
	width: 1140px;
	margin: 0 auto;
}

#reason .inner .ttl {
	margin-bottom: 90px;
}

#reason .inner .ttl h1 {
	text-align: center;
}

#reason .inner .body { 
	width: 1000px;
	margin: 60px auto;
}

/* -- POINT-01 -- */
#reason .inner .body .point-01 {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	background-color: #fff;
	border: 5px solid #000;
	box-sizing: border-box;
}

#reason .inner .body .point-01 .pic  { float: left;  width: 470px; }
#reason .inner .body .point-01 .desc { float: right; width: 520px; }

#reason .inner .body .point-01 .pic { line-height: 0; }
#reason .inner .body .point-01 .desc {
	padding: 40px 30px;
	box-sizing: border-box;
}

/* -- POINT 02-05 -- */
#reason .inner .body ul {
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
}

#reason .inner .body ul li {
	position: relative;
	width: 480px;
	margin-bottom: 60px;
	background-color: #fff;
	border: 5px solid #000;
	box-sizing: border-box;
}

#reason .inner .body ul li .desc { padding: 30px 30px 10px 30px; }

#reason .inner .body .point-01 .flag,
#reason .inner .body ul li .flag {
	width: 197px;
	height: 67px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* common */
#reason .inner .body h1 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
}

#reason .inner .body h1 em {
	font-size: 20px;
	font-style: normal;
	color: #f701a9;
	font-weight: bold;
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}

#reason .inner .body p {
	font-size: 14px;
	margin-bottom: 20px;
}

 
/* -- CTA -- */
#reason .inner .reason-CTA ul {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#reason .inner .reason-CTA p {
	text-align: center;
}

@media screen and (max-width: 1190px) {
	#reason { padding: 40px 50px 60px 50px; }
	#reason .inner { width: 100%; }
	
	#reason .inner .ttl h1 img { width: 100%; height: auto; }
	#reason .inner .body { width: 100%; margin: 30px 0 0 0; }
	
	#reason .inner .body .point-01 .pic  { float: left;  width: 55%; }
	#reason .inner .body .point-01 .desc { float: right; width: 45%; padding: 30px 20px 0 20px; }
	#reason .inner .body .point-01 .pic img { width: 100%; height: auto; }

	#reason .inner .body ul li { width: 48%; }
	#reason .inner .body ul li .pic img { width: 100%; height: auto; }
	
	#reason .inner .reason-CTA p img { width: 100%; height: auto; }
	#reason .inner .reason-CTA ul li { width: 49%; }
	#reason .inner .reason-CTA ul li img { width: 100%; height: auto; }
	
}

@media screen and (max-width: 767px) {
	#reason { padding: 40px 20px 60px 20px; }
	
	#reason .inner .body .point-01 .pic,
	#reason .inner .body .point-01 .desc { float: none;  width: 100%; }
	#reason .inner .body .point-01 .desc { padding: 30px 15px 5px 15px; }
	
	#reason .inner .body ul li { width: 100%; }
	#reason .inner .body ul li .desc { padding: 30px 15px 5px 15px; }
	
	#reason .inner .body .point-01 .flag,
	#reason .inner .body ul li .flag { width: 45vw;	height: auto; top: -30px; }

	#reason .inner .reason-CTA ul li { width: 100%; margin-bottom: 10px; }
	
}



/*----------------------------------------------------------
  - REVIEW
----------------------------------------------------------*/

#review {
	width: 100%;
	padding: 60px 0 90px 0;
	background: url('../images/review-bg.jpg') no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

#review .inner {
	width: 1000px;
	margin: 0 auto;
}

#review .inner .ttl h1 {
	font-family: 'Varela Round', sans-serif;
	color: #fbcf04;
	text-align: center;
	font-size: 70px;
	line-height: 140%;
}

#review .inner .ttl p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#review .inner .ttl h4 {
	margin-top: 25px;
	text-align: center;
	color: #fff;
}

#review .inner .body-01,
#review .inner .body-02 { margin-top: 60px; }

#review .inner .body-01 .fl-r,
#review .inner .body-02 .fl-r { float: right; }
#review .inner .body-01 .fl-l,
#review .inner .body-01 .fl-l { float: left: }

#review .inner .body-01 .fl-r,
#review .inner .body-02 .fl-r,
#review .inner .body-01 .fl-l,
#review .inner .body-02 .fl-l {
	width: 760px;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: -10px 10px 0px 0px rgba(251,207,4,1);
}

#review .inner .body-01 .fl-r ul,
#review .inner .body-02 .fl-r ul,
#review .inner .body-01 .fl-l ul,
#review .inner .body-02 .fl-l ul {
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
}

#review .inner .body-01 .prof { width: 80px; }
#review .inner .body-02 .prof { width: 80px; order: 2; }
#review .inner .body-01 .desc { width: 590px; }
#review .inner .body-02 .desc { width: 590px; order: 1; }

#review .inner .body-01 h2,
#review .inner .body-02 h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.pink { color: #f701a9; }
.blue { color: #03bbf0; text-align: right; }

@media screen and (max-width: 1190px) {
	#review { padding: 40px 50px 60px 50px; }
	#review .inner { width: 100%; }
	#review .inner .ttl h1 { font-size: 58px; }
	#review .inner .ttl p { font-size: 16px; }
	#review .inner .body-01,
	#review .inner .body-02 { margin-top: 30px; }
	
	#review .inner .body-01 .fl-r,
	#review .inner .body-02 .fl-r,
	#review .inner .body-01 .fl-l,
	#review .inner .body-02 .fl-l { width: 80vw; padding: 20px; box-shadow: -6px 6px 0px 0px rgba(251,207,4,1); }
	
	#review .inner .body-02 .prof { width: 80px; order: 1; }
	#review .inner .body-01 .desc { width: calc(100% - 95px); }
	#review .inner .body-02 .desc { width: calc(100% - 95px); order: 2; }
	
	.blue { color: #03bbf0; text-align: left; }
}

@media screen and (max-width: 767px) {
	#review { padding: 40px 20px 60px 20px; }
	#review .inner .ttl h1 { font-size: 1.9rem; }
	#review .inner .ttl p { font-size: 14px; }
	
	#review .inner .body-01 .fl-r,
	#review .inner .body-02 .fl-r,
	#review .inner .body-01 .fl-l,
	#review .inner .body-02 .fl-l { float: none; width: 100%; padding: 20px; box-shadow: -6px 6px 0px 0px rgba(251,207,4,1); }
	
	#review .inner .body-01 .prof,
	#review .inner .body-02 .prof { width: 50px; }
	#review .inner .body-01 .prof img,
	#review .inner .body-02 .prof img { width: 100%; height: auto; }
	#review .inner .body-01 .desc,
	#review .inner .body-02 .desc { width: calc(100% - 60px); }
	#review .inner .body-01 h2,
	#review .inner .body-02 h2 { font-size: 16px; }
}




/*----------------------------------------------------------
  - MEASURES
----------------------------------------------------------*/

#measures {
	width: 100%;
	padding: 60px 0 90px 0;
	background-color: #fbcf04;
	box-sizing: border-box;
}

#measures .inner {
	width: 1000px;
	margin: 0 auto;
}

#measures .inner .ttl h1 {
	font-family: 'Varela Round', sans-serif;
	color: #f701a9;
	text-align: center;
	font-size: 70px;
	line-height: 140%;
}

#measures .inner .ttl p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#measures .inner .ttl h4 {
	margin-top: 25px;
	text-align: center;
}

#measures .inner .body { margin-top: 60px; }

#measures .inner .body ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between; 
}

#measures .inner .body ul li {
	width: 318px;
	position: relative;
}

#measures .inner .body .measure-01 { background: url('../images/measure-pic-01.jpg') top center no-repeat; }
#measures .inner .body .measure-02 { background: url('../images/measure-pic-02.jpg') top center no-repeat; }
#measures .inner .body .measure-03 { background: url('../images/measure-pic-03.jpg') top center no-repeat; }

#measures .inner .body .flag {
	position: absolute;
	top: -5px;
	left: -5px;
}

#measures .inner .body .box {
	min-height: 245px;
	margin: 200px 21px 0 21px;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 1px rgba(234,176,2,1);
}

#measures .inner .body .box h1 {
	margin-bottom: 15px;
	text-align: center;
	color: #f701a9;
	font-size: 17px;
	font-weight: bold;
}


@media screen and (max-width: 1190px) {
	#measures { padding: 40px 50px 60px 50px; }
	#measures .inner { width: 100%; }
	#measures .inner .ttl h1 { font-size: 58px; }
	#measures .inner .ttl p { font-size: 16px; }
	#measures .inner .body { margin-top: 30px; }
	
	#measures .inner .body ul li { width: 48%; margin-bottom: 30px; }
	
	#measures .inner .body .measure-01 { background: url('../images/measure-pic-01.jpg') top center / 100% auto no-repeat; }
	#measures .inner .body .measure-02 { background: url('../images/measure-pic-02.jpg') top center / 100% auto no-repeat; }
	#measures .inner .body .measure-03 { background: url('../images/measure-pic-03.jpg') top center / 100% auto no-repeat; margin-bottom: 0; }
	
}

@media screen and (max-width: 767px) {
	#measures { padding: 40px 20px 60px 20px; }
	#measures .inner .ttl h1 { font-size: 1.9rem; }
	#measures .inner .ttl p { font-size: 14px; }
	
	#measures .inner .body ul li { width: 100%; }
	#measures .inner .body .box {
		min-height: auto;
		margin: 150px 15px 40px 15px;
		padding: 15px;
	}
}




/*----------------------------------------------------------
  - HOW
----------------------------------------------------------*/

#how {
	width: 100%;
	padding: 60px 0 90px 0;
	background: url('../images/how-bg.jpg') repeat;
	box-sizing: border-box;
}

#how .inner {
	width: 1000px;
	margin: 0 auto;
}

#how .inner .ttl h1 {
	font-family: 'Varela Round', sans-serif;
	color: #03bbf0;
	text-align: center;
	font-size: 70px;
	line-height: 140%;
}

#how .inner .ttl p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#how .inner .body { margin-top: 60px; }

/* -- step -- */
#how .inner .body .step {
	padding-bottom: 14px;
	margin-bottom: 20px;
	background: url('../images/how-arrow.png') center bottom no-repeat;
}
#how .inner .body .step-last {
	padding-bottom: 14px;
	margin-bottom: 20px;
}

#how .inner .body ul {
	width: 760px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	padding: 15px 30px;
	background: url('../images/how-left-bg_pc.jpg') repeat-y #fbcf04;
	box-sizing: border-box;
}

#how .inner .body ul li.num  { width: 34px; }
#how .inner .body ul li.desc { width: calc(100% - 55px); }

#how .inner .body h3 {
	padding-top: 5px;
	font-size: 19px;
	font-weight: bold;
}

#how .inner .body h4 { font-weight: bold; }

.text-small { font-size: 75%; }


@media screen and (max-width: 1190px) {
	#how { padding: 40px 50px 60px 50px; }
	#how .inner { width: 100%; }
	#how .inner .ttl h1 { font-size: 58px; }
	#how .inner .ttl p { font-size: 16px; }
	#how .inner .body { margin-top: 30px; }
	
	#how .inner .body ul {
		width: 100%;
		padding: 15px 10px;
		background: url('../images/how-left-bg_sp.jpg') repeat-y #fbcf04;
	}
	#how .inner .body ul li.desc { width: calc(100% - 45px); }
	#how .inner .body h3 { font-size: 16px; }
}

@media screen and (max-width: 767px) {
	#how { padding: 40px 20px 60px 20px; }
	#how .inner .ttl h1 { font-size: 1.9rem; }
	#how .inner .ttl p { font-size: 14px; }
	
	#how .inner .body .step,
	#how .inner .body .step-last { margin-bottom: 0; }
}


/* -- CTA -- */
#how .how-CTA { padding: 60px 0 90px 0; }

#how .how-CTA p {
	text-align: center;
	margin: 20px auto;
}

#how .how-CTA ul {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1190px) {
	#how .how-CTA { padding: 60px 0 90px 0; }
	#how .how-CTA p img { width: 100%; height: auto; }
	#how .how-CTA ul { width: 100%; }
	#how .how-CTA ul li { width: 49%; }
	#how .how-CTA ul li img { width: 100%; height: auto; }
}

@media screen and (max-width: 767px) {
	#how .how-CTA { padding: 0 0 10px 0; }
	#how .how-CTA ul li { width: 100%; margin-bottom: 10px; }	
}




/*----------------------------------------------------------
  - PRICE
----------------------------------------------------------*/

#price {
	width: 100%;
	padding: 60px 0 90px 0;
	background-color: #fbcf04;
	box-sizing: border-box;
}

#price .inner {
	width: 1000px;
	margin: 0 auto;
}

#price .inner .ttl h1 {
	font-family: 'Varela Round', sans-serif;
	text-align: center;
	font-size: 70px;
	line-height: 140%;
}

#price .inner .ttl p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#price .inner .body { margin-top: 60px; }

#price .inner .body ul {
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1190px) {
	#price { padding: 40px 50px 60px 50px; }
	#price .inner { width: 100%; }
	#price .inner .ttl h1 { font-size: 58px; }
	#price .inner .ttl p { font-size: 16px; }
	#price .inner .body { margin-top: 30px; }
	
	#price .inner .body ul li { width: 48.7%; }
	#price .inner .body ul li img { width: 100%; height: auto; }
}

@media screen and (max-width: 767px) {
	#price { padding: 40px 20px 60px 20px; }
	#price .inner .ttl h1 { font-size: 1.9rem; }
	#price .inner .ttl p { font-size: 14px; }
	
	#price .inner .body ul li { width: 100%; margin-bottom: 20px; }
}



/*----------------------------------------------------------
  - POINT
----------------------------------------------------------*/

#point {
	width: 100%;
	padding: 60px 0 90px 0;
	box-sizing: border-box;
}

#point .inner {
	width: 1000px;
	margin: 0 auto;
}

#point .inner .ttl h1 {
	font-family: 'Varela Round', sans-serif;
	color: #f701a9;
	text-align: center;
	font-size: 70px;
	line-height: 140%;
}

#point .inner .ttl p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#point .inner .body { margin-top: 60px; }

#point .inner .body > ul {
	width: 100%;	
	letter-spacing: -.4em;
}

#point .inner .body > ul li {
	display: inline-block;
	width: 140px;
	margin: 20px 0;
	vertical-align: top;
	letter-spacing: normal;
}

#point .inner .body > ul li .sec-pct {
	width: 105px;
	margin: 0 auto;
}

#point .inner .body > ul li .sec-pct img {
	width: 100%;
	height: auto;
}

#point .inner .body > ul li h4 {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
}

@media screen and (max-width: 1190px) {
	#point { padding: 40px 50px 60px 50px; }
	#point .inner { width: 100%; }
	#point .inner .ttl h1 { font-size: 58px; }
	#point .inner .ttl p { font-size: 16px; }
	#point .inner .body { margin-top: 30px; }
	
	#point .inner .body > ul li { width: 20%; margin: 10px 0; }
	#point .inner .body > ul li .sec-pct { width: 80%; }
	#point .inner .body > ul li h4 { font-size: 1.0rem; }
}

@media screen and (max-width: 767px) {
	#point { padding: 40px 20px 60px 20px; }
	#point .inner .ttl h1 { font-size: 1.9rem; }
	#point .inner .ttl p { font-size: 14px; }
	
	#point .inner .body > ul li { width: 33.2222%; margin: 10px 0; }
	#point .inner .body > ul li .sec-pct { width: 24vw; }
}



/*----------------------------------------------------------
  - FITNESS
----------------------------------------------------------*/

#fitness {
	width: 100%;
	padding: 60px 0 90px 0;
	box-sizing: border-box;
}

#fitness .inner {
	width: 1350px;
	margin: 0 auto;
	background: url('../images/fitness-bg.jpg') left center no-repeat;
}

#fitness .inner .body {
	float: right;
	width: 850px;
	margin: 65px 0;
	padding: 30px 50px;
	background-color: #fbcf04;
	box-shadow: 0px 0px 10px 1px rgba(120,120,120,1);
	box-sizing: border-box;
}

#fitness .inner .body h1 { 
	margin-bottom: 35px;
	text-align: center;
}

#fitness .inner .body p {
	margin-bottom: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}

@media screen and (max-width: 1390px) {
	#fitness { padding: 40px 0 60px 0;  }
	#fitness .inner { width: 100%; }
	#fitness .inner .body { width: 80%; }
}

@media screen and (min-width: 767px) and (max-width: 960px) {
	#fitness .inner {
		padding: 20px;
		background: url('../images/fitness-bg.jpg') center top / cover no-repeat;
		box-sizing: border-box;
	}
	#fitness .inner .body { float: none; width: 100%; }
}

@media screen and (max-width: 767px) {
	#fitness { padding: 40px 0 0 0;  }
	#fitness .inner {
		padding: 20px;
		background: url('../images/fitness-bg.jpg') center top / cover no-repeat;
		box-sizing: border-box;
	}
	#fitness .inner .body { float: none; width: 100%; margin: 20px 0; padding: 20px 20px 10px 20px; }
	#fitness .inner .body h1 { margin-bottom: 15px; }
	#fitness .inner .body h1 img { width: 100%; height: auto; }
	#fitness .inner .body p { font-size: 14px; }
}

/*----------------------------------------------------------
  - ACCESS
----------------------------------------------------------*/

#access {
	width: 100%;
	padding: 60px 0 60px 0;
	background: url('../images/access-bg.jpg') center top / 100% auto no-repeat #222;
	box-sizing: border-box;
}

#access .inner {
	width: 740px;
	margin: 0 auto;
}

#access .inner .ttl h1 {
	font-family: 'Varela Round', sans-serif;
	color: #03bbf0;
	text-align: center;
	font-size: 70px;
	line-height: 140%;
}

#access .inner .ttl p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#access .inner .map {
	margin: 60px 0;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

#access .inner .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#access .inner .body { margin-top: 60px; color: #fff; }
#access .inner .body dl {
	width: 560px;
	margin: 10px auto;
}
#access .inner .body dt { float: left; }
#access .inner .body dd { margin-left: 80px; }

#access .inner .body a { color: #fff; }

@media screen and (max-width: 1190px) {
	#access { padding: 40px 50px 60px 50px; }
	#access .inner { width: 100%; }
	#access .inner .ttl h1 { font-size: 58px; }
	#access .inner .ttl p { font-size: 16px; }
	#access .inner .map { margin: 30px 0; }
	#access .inner .body { margin-top: 30px; }
}

@media screen and (max-width: 767px) {
	#access { padding: 40px 20px 60px 20px; }
	#access .inner .ttl h1 { font-size: 1.9rem; }
	#access .inner .ttl p { font-size: 14px; }
	#access .inner .body dl { width: 100%; }
}


/*----------------------------------------------------------
  - FOOTER
----------------------------------------------------------*/

footer {
	width: 100%;
	padding-bottom: 90px;
	background-color: #222;
}

footer p {
	font-family: 'Varela Round', sans-serif;
	margin-top: 60px;
	color: #aaaaaa;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.09em;
}

footer .footer-CTA {
	width: 1140px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

footer .footer-CTA ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}


@media screen and (max-width: 1190px) {
	footer .footer-CTA {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	footer .footer-CTA ul li { width: 49%; }
	footer .footer-CTA ul li img { width: 100%; height: auto; }
}

@media screen and (max-width: 767px) {
	footer p { margin-top: 20px; }
	footer .footer-CTA { padding: 0 20px; }
	footer .footer-CTA ul li { width: 100%; margin-bottom: 10px; }	
}



