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

.bdb{
	border-bottom:1px solid #ddd;
}
ul.history .bdb{
	padding: 10px 0;
}
ul.history .bdb img{
	margin: 10px auto;
	
}
.mainVisual{
	background-color: #fff;
}

.bgBlue{
	background: #e6f6ff;
}
body {
	padding-top: 0;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Meiryo","メイリオ","ＭＳ Ｐゴシック","Osaka","MS PGothic",sans-serif;
	/*"Noto Serif Japanese","Sawarabi Mincho"*/
}
body{
	color: #333;
}



html body{
	font-size: 14px;
	line-height: 170%;
}



img{
	max-width: 100%;
	height: auto;
}
.inner-content{
	max-width: 1080px;
	margin: auto;
	padding: 0 15px;
}



/* ビジュアル */
.bgSwipe{
	background-image: url(2020main.jpg);
}
.bgSub{
	background-image: url(2020main.jpg);
}
.bgImage{
	width: 100%;
	min-height: 100vh;
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.bgImage.bgSub{
	width: 100%;
	min-height: 50vh;
}


.bgSwipe{
	animation: fadeIn 3s, zoomIn 12s 0s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.logoSwipe{
	animation-name: logoSwipe;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
@keyframes logoSwipe {
	0% {
		padding-top: 500px;
	}
	100% {
		padding-top: 0;
	}
}




.bgImage .inner-content > * {
/*    display:table-cell;*/
    vertical-align: middle;
/*    margin: 0;
    padding: 0;*/
}
.bgImage h1{
	text-align: center;
}

h1{
	display: block;
}

.bgImage .logoSwipe{
	position: absolute;
	top: 45%;
	text-align: left;
	width: 100%;
	z-index: 0;
}
.bgImage .logoSwipe img{
	width: 50%;
	height: auto;
	min-width: 300px;
	max-width: 540px;

/*	margin-top: -25%;*/
}

@media screen and (min-width: 768px) {
  .bgImage {    
    background-attachment: fixed;
  }
  .bgImage.bgSub{
    background-attachment: scroll;
  }
}

/* パララックス END */
.z1{
	position: relative;
	z-index: 1;
	background: #fff;
}
.bg9x{
	/*background:  rgba(236,245,255,1);*/
	background: #fff;
	box-shadow: 0px 0px 10px #B7B7B7;
/*	-webkit-filter: blur(10px);
	filter: blur(10px);*/
}
@media screen and (min-width: 768px){
.bg9x{
	margin-bottom: 150px;
}
}
.bg9x *{

}
.bg9x p{
	font-size: 120%;
}
.bgBlue{
/*	background:  rgba(0,0,0,0.2);*/
	
}
.pic9x{
	max-width: 30%;
	height: auto;
	margin-top: 50px;
	min-width: 260px;
}


.headGrd{
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#015CAA+0,6bc8f2+100 */
	background: #015CAA; /* Old browsers */
	background: -moz-linear-gradient(left, #015CAA 0%, #6bc8f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #015CAA 0%,#6bc8f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #015CAA 0%,#6bc8f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015CAA', endColorstr='#6bc8f2',GradientType=1 ); /* IE6-9 */
}

.headGrd{
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#015CAA+0,6bc8f2+100 */
	background: #F00; /* Old browsers */
	background: -moz-linear-gradient(left, #FF0000 0%, #FFFFFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #FF0000 0%,#FFFFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #FF0000 0%,#FFFFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FFFFF',GradientType=1 ); /* IE6-9 */
}



.headGrd img{
	height: 25px;
	width: auto;
	vertical-align: top !important;
}
.headSub{
	text-align: left !important;
	color: #015CAA;
/*	letter-spacing: 0.1em;*/
	border-bottom: 3px solid #e2e2e2;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-size: 200%;
}
.headSub span{
	padding-bottom: 5px;
	border-bottom: 3px solid #015CAA;
	margin-bottom: -3px;
	display: inline-block;
}
.iconSet{
	display: inline-block;
}
.headSub span.icon01,
.headSub span.icon02{
	border: 1px solid #333 !important;
	padding: 3px 5px;
	font-size: 12px;
	color: #333;
	margin-left: 8px;
	letter-spacing: 0;
	width: 5em;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 5px;
}
.headSub span.icon03{	/* fina */
	border: none !important;
	margin-left: 8px;
}
.headSub span.icon03 img{
	height: 21px;
	width: auto;
	vertical-align: -6px;
}
.headSub span.price{
	float: right;
	color: #333;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 0.75em;
	border-bottom: none !important;
	letter-spacing: 0;
	vertical-align: bottom;
}
.headLineup01{
	color: #fff;
	background: #18459b;
	padding-top: 16px;
	font-size: 230%;
	margin-top: 0;
}
.headLineup01.fitness{
	background: #e64690;
}
.fitness{
}
.fitness .headSub{
	color: #e64690;
}
.fitness .headSub span{
	border-bottom: 3px solid #e64690;
}
.headLineup01.kids{
	background: #FFA034;
}
.kids{
}
.kids .headSub{
	color: #FFA034;
}
.kids .headSub span{
	border-bottom: 3px solid #FFA034;
}

ul.lineup p{
	line-height: 120%;
}


@keyframes menu01 {
	0% {margin-top: 0;}
	100% {margin-top: 40px;}
}


.ability01 h3,
.ability02 h3,
.ability03 h3{
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	text-align: left;
	padding: 8px;
}

.small{
	line-height: 120%;
}

.ability01 h3{	background: #015CAA;}
.ability02 h3{	background: #015CAA;}
.ability03 h3{	background: #015CAA;}

.ability03 h4{	color: #015CAA; font-size: 16px;}

@media screen and (min-width: 768px){
	.mgt10-pc{		margin-top: 10px;	}
	.mgt20-pc{		margin-top: 20px;	}
	.noPC{	display: none;}
	.hMenu li a{	padding: 15px;	}

	.list-arrow li{
		padding-left: 10px;
		background: url(../../LP/swipe/images/part_arrow.png) right center no-repeat;
		background-position: right calc(50% - 1.5em);
		padding-right: 40px;
		background-size: 30px;
	}
	.list-arrow li:last-child{
		background: none;
	}
}
@media screen and (max-width: 767px){
	.bgImage .logoSwipe{
	top: auto;
	bottom:20px;}
	
	.hMenu{	margin-left: 0;}
	.noSP{	display: none;}

	.pd0-sp{	padding: 0;}
	.logoView img{ margin-top:-5px;}
	.list-inline > li{	padding-left: 0;}
	
	.headGrd{	font-size: 18px;}
	.headGrd img{ height: 16px;}
	.headSub{ font-size: 150%; position: relative; margin-bottom: 30px !important;}
	.ability01 h3, .ability02 h3, .ability03 h3{	font-size: 150%;}
	.icon01, .icon02, .icon03{ zoom: 0.9; width: auto !important; margin-left: 0 !important; margin-right: 5px;}
	header ul{margin-top: -40px;
	text-align: center !important;}
	header.fixed ul{ display: inherit; text-align: center;}
	header.fixed .logoView{ display: none;}
	.iconSet{	position: absolute; bottom: -30px; left: 0;}
	
	.fitness span{ white-space: nowrap;}

	

	.toTop{
	 text-align: right;
	padding-bottom: 10px;}
	
	