@charset "utf-8";

/*************************************************************/

/* 767px以下（スマホ用） */
@media (max-width: 767px) {}

/* 991px以下（スマホ・タブレット共通） */
@media (max-width: 991px) {}

/* 768px以上991px以下（タブレット用） */
@media (min-width: 768px) and (max-width: 991px){} 

/* 768px以上（タブレット・PC共通） */
@media (min-width: 768px) {}

/* 992px以上（PC用） */
@media (min-width: 992px) {} 

/*************************************************************/


/****************************************

          マシン一覧

*****************************************/

.mc-logo {
	padding: 1em 0 2em;
}

.mc-logo figcaption {
	padding-bottom: 10px;
}


#type-list {
	margin-bottom: 1em;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	#type-list ul {
		align-items: flex-start;
		flex-wrap: wrap;
	}
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	#type-list ul {
		align-items: stretch;
	}
}

#type-list li {
	background-color: #000042;
	border-right: 1px solid #FFF;
	color: #FFF;
	height: 50px;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	#type-list li {
		border-bottom: 1px solid #FFF;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
	
	#type-list li:nth-child(3n) {
		border-right-width: 0;		
	}
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	#type-list li {
		flex-basis: 16.66%;
		max-width: 16.66%;
	}
	
	#type-list li:last-child {
		border-right-width: 0;
	}
}

#type-list li a {
	color: #FFF;
	display: block;
	height: 50px;
	padding-top:15px; 
	line-height: 1.2;
	position: relative;
}

#type-list li:nth-child(4) a {
	padding-top:5px; 	
}

#type-list li a::after {
	content: ">";
	color: #FFF;
	position: absolute;
	transform: rotate(90deg);
	right: 5px;
}

#type-list li a:hover,
#type-list li a:hover::after {
	color: #ffff32;
}

section {
	background: linear-gradient( to bottom, rgba(230, 250, 255, 1), rgba(230, 250, 255, 1) 70%, rgba(255, 255, 255, .8) 100%);
	padding-bottom: 2em;
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.headline {
		background-color: #e5faff;
		background-repeat: no-repeat;
		background-position: top center;
		width: 100%;
	}
}

/* 768px以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px){
	.headline {
		background-size: cover;
		min-height: 200px;
	}
} 

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.headline {
		background-size: contain;
		height: 350px;
	}
} 

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	#cardio .headline {
    background-image: url("../images/machine/cardio.jpg");
  }

  #plate .headline {
    background-image: url("../images/machine/plate.jpg");
  }

  #selectorized .headline {
    background-image: url("../images/machine/selectorized.jpg");
  }

  #multigym .headline {
    background-image: url("../images/machine/multigym.jpg");
  }

  #core .headline {
    background-image: url("../images/machine/core.jpg");
  }

  #hydraulic .headline {
    background-image: url("../images/machine/hydraulic.jpg");
  }
}

#circuit {
	background: #FFF;
	margin: 2em 0 0;
}

#circuit .description {
	padding: 10px;
}

/* 991px以下（スマホ・タブレット共通）*/
@media (max-width: 991px) {
	.txt-erea {
		width: 100%;
	}
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.txt-erea {
	}
}

/* 768px以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px) {
	.txt-erea {
		padding: 10px 10px 10px 45%;
	}
}

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.txt-erea {
		width: 1020px;
		margin: 0 auto;
		padding: 1em 0 1em 450px;
	}
}

.txt-erea h3 {
	color: #0041c8;
	line-height: 1.2;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.txt-erea h3 {
		padding: 5px;
	}
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.txt-erea h3 {
		margin-bottom: .5em;
		text-align: left;
	}
}

/* 991px以下（スマホ・タブレット共通）*/
@media (max-width: 991px) {
	.type-name-en {
		font-size: 3rem;
	}
}

/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.type-name-en {
		font-size: 4.8rem;
	}
}

.type-name-jp {
	display: block;
	font-weight: normal;
	font-size: 1.6rem
}

.type-name-jp::before,
.type-name-jp::after {
	content: "-";
	padding: 0 5px;
}

.txt-erea .section_lead {
	font-weight: bold;
	padding-bottom: 0;
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.txt-erea .section_lead {
		text-align: left;
	}
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.txt-erea dt img {
		margin-bottom: 10px;
	}
}

	.txt-erea dd {
		padding: 5px 5px 10px;
		text-align: left;
	}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.txt-erea dd {
		padding-left: 1em;
	}
}

/*** マシンリスト
****************************************************/

/* 991px以下（スマホ・タブレット共通）*/
@media (max-width: 991px) {
	.mc-list {
		width: 100%;
	}
}

/* 768px以上（タブレット・PC共通）*/
@media (min-width: 768px) {
	.mc-list {
		padding: 10px;
	}
}


/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.mc-list {
		background: #EBEBEB;
		width: 1020px;
		margin: -30px auto 50px;
	}
}

.mc-list .fl-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.mc-list li {
	background: #EBEBEB;
	border: 1px solid #CCC;
	border-left-width: 0;
}

/* 767px以下（スマホ用）*/
@media (max-width: 767px) {
	.mc-list li {
		flex-basis: 50%;
		max-width: 50%;
	}
		.mc-list li:nth-child(n+1) {
		border-left-width: 0; 
	}

	.mc-list li:nth-child(2n+1) {
		border-left-width: 1px;
	}

	.mc-list li:nth-child(n+1) {
		border-top-width: 1px;
	}

	.mc-list li:nth-child(n+3) {
		border-top-width: 0;
	}
}

/* 768px以上991px以下（タブレット用）*/
@media (min-width: 768px) and (max-width: 991px){
	.mc-list li {
		flex-basis: 25%;
		max-width: 25%;
	}
	
	.mc-list li:nth-child(3n+1) {
		border-left-width: 0; 
	}

	.mc-list li:nth-child(4n+1) {
		border-left-width: 1px;
	}

	.mc-list li:nth-child(n+4) {
		border-top-width: 1px;
	}

	.mc-list li:nth-child(n+5) {
		border-top-width: 0;
	}
} 


/* 992px以上（PC用）*/
@media (min-width: 992px) {
	.mc-list li {
		flex-basis: 20%;
		max-width: 20%;
	}

	.mc-list li:nth-child(4n+1) {
		border-left-width: 0; 
	}

	.mc-list li:nth-child(5n+1) {
		border-left-width: 1px;
	}

	.mc-list li:nth-child(n+5) {
		border-top-width: 1px;
	}

	.mc-list li:nth-child(n+6) {
		border-top-width: 0;
	}
}

.mc-list li img {
	width: 100%;
}

.mc-list li p {
	font-size: .9em;
	text-align: center;
}




/***　モーダルウィンドウ設定
**********************************************************************/


/* 768px以上 */
@media (min-width: 768px) {

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow:visible;
}
/* 前へボタン　*/

#cboxPrevious {
	position:absolute;
	top:50%;
	left:-40px;
	background:url(../js/colorbox/images/btn_prev.png) no-repeat 0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;
}

#cboxPrevious:hover {
	background:url(../js/colorbox/images/btn_prev.png) no-repeat 0 0;
	opacity:.7;
}
 
/* 次へボタン */

#cboxNext {
	position:absolute;
	top:50%;
	left:101%;
	background:url(../js/colorbox/images/btn_next.png) no-repeat 0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;
}

#cboxNext:hover {
	background:url(../js/colorbox/images/btn_next.png) no-repeat 0 0;
	opacity:.7;
}
 
/*閉じるボタン */

#cboxClose {
	position:absolute;
	top:-40px;
	right:-20px;
	background:url(../js/colorbox/images/btn_close.png) no-repeat 0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;
}

#cboxClose:hover {
	background:url(../js/colorbox/images/btn_close.png) no-repeat 0 0;
	opacity:.7;
}

#cboxTitle {
	bottom:-30px;
}

#cboxCurrent {
	font-weight:normal;
	bottom:-30px;
}

}


