@charset "utf-8";


@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/*************************************************

 wrapper

*************************************************/
#wrapper {
	color: #323232;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
	transition: 1s;
	opacity: 0;
}
#wrapper.visible {
	opacity: 1;
}
.wrap {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
}
.en {
	font-family: 'Ropa Sans', sans-serif;
}

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
}



/*************************************************

 header

*************************************************/
header {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}


/* siteMovie
-------------------------------------*/
.siteMovie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.siteMovie:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 2;
}
.siteMovie video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

/* siteItlte
-------------------------------------*/
.siteItlte {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 536px;
	max-width: 80%;
	transform: translate(-55%,-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}
.siteItlte * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.siteItlte span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.siteItlte .txt01 {
	position: relative;
}

/* anime */
.siteItlte {
	opacity: 0;
	transition-duration: 0.7s;
	transition-delay: 0.7s;
}
.visible .siteItlte {
	opacity: 1;
}

.siteItlte .txt02 {
	opacity: 0;
	transform: translate(5%,5%);
	transition-duration: 0.4s;
	transition-delay: 1.5s;
}
.visible .siteItlte .txt02 {
	opacity: 1;
	transform: translate(0,0);
}

.siteItlte .foot01 {
	opacity: 0;
	transition-duration: 0.4s;
	transition-delay: 2s;
}
.visible .siteItlte .foot01 {
	opacity: 1;
}
.siteItlte .foot02 {
	opacity: 0;
	transition-duration: 0.4s;
	transition-delay: 2.2s;
}
.visible .siteItlte .foot02 {
	opacity: 1;
}



/* siteLabel
-------------------------------------*/
.siteLabel {
	position: absolute;
	top: 0;
	right: 15%;
	z-index: 999999;
}
@media only screen and (max-width:767px) {
	.siteLabel {
		max-width: 80px;
		right: 15px;
	}
}

/* anime */
.siteLabel {
	transform: translateY(-320px);
	transition-duration: 0.4s;
	transition-delay: 2.6s;
	line-height: 0;
	
}
.visible .siteLabel {
	transform: translateY(0);
}


/*************************************************

 container

*************************************************/
#container {

}

/*************************************************

 pagetop

*************************************************/
#pagetop {
	position: relative;
	z-index: 100;
}
#pagetop img {
	width: 55px;
}
#pagetop > div {
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 0;
	transition: 0.5s;
	transform: translateY(150px);
}
#pagetop.on > div {
	transform: translateY(0);
}
#pagetop.stop > div {
	position: absolute;
}
#pagetop a {
	display: block;
}
@media only screen and (max-width:767px) {
	#pagetop > div {
		right: 10px;
		bottom: 10px;
	}
	#pagetop a img {
		width: 50px;
	}
}


/*************************************************

 footer

*************************************************/
#footer {
	padding: 60px 0;
	color: #fff;
	font-size: 14px;
	background-color: #323232;
}
#footer .btn {
	float: right;
}
#footer .btn a {
	display: block;
	width: 150px;
	padding: 7px 0;
	color: #323232;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}
.noT #footer .btn a:hover {
	background-color: #00bdbd;
}
#footer .copyright {
	float: left;
}
@media only screen and (max-width:767px) {
	#footer {
		padding: 40px 0;
	}
	#footer .btn {
		float: none;
		margin-bottom: 30px;
	}
	#footer .btn a {
		margin: 0 auto;
	}
	#footer .copyright {
		float: none;
		text-align: center;
	}
}



/*************************************************

 area01

*************************************************/
#area01 {
	padding: 75px 20px 100px;
	background: url(../images/bg_01.jpg);
}
#area01 .title {
	margin-bottom: 45px;
	text-align: center;
}
#area01 .title img {
	max-width: 96%;
}
#area01 .lead {
	margin-bottom: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 2;
}
#area01 figure {
	text-align: center;
	line-height: 0;
}
@media only screen and (max-width:767px) {
	#area01 {
		padding: 50px 20px 70px;
	}
	#area01 .title {
		margin-bottom: 25px;
	}
	#area01 .lead {
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 1.6;
		text-align: left;
	}
}




/*************************************************

 buildshop

*************************************************/
#buildshop {
	margin: 70px auto;
}
@media only screen and (max-width:767px) {
	#buildshop {
		margin: 35px auto;
	}
}

/* title
-------------------------------------*/
#buildshop .title {
	position: relative;
	max-width: 927px;
	margin: 0 auto 75px;
	text-align: center;
	line-height: 0;
	z-index: 2;
}
#buildshop .title .illust {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 30px;
}
@media only screen and (max-width:767px) {
	#buildshop .title {
		margin-bottom: 10px;
	}
	#buildshop .title .illust {
		position: static;
		display: block;
		width: 90px;
		margin: 5px 18% 0 auto;
	}
}


/* mapSpot
-------------------------------------*/
#buildshop .mapSpot {
	position: relative;
}
#buildshop .mapSpot + .mapSpot {
	margin-top: 30px;
}
#buildshop .mapSpot .map {
	float: left;
	width: 47.5%;
	text-align: center;
}
#buildshop .mapSpot .map .ttl {
	margin-bottom: 50px;
	line-height: 0;
}
#buildshop .mapSpot .map .ttl img {
	max-width: 70%;
}
#buildshop .mapSpot .stops {
	float: right;
	width: 47.5%;
	padding-top: 7%;
}
#buildshop .mapSpot .stops .images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#buildshop .mapSpot .stops .images li {
	position: relative;
	width: 49.26%;
}
#buildshop .mapSpot .stops .images li.wide {
	width: 100%;
}
#buildshop .mapSpot .stops .images figure {
	position: relative;
	line-height: 0;
}
#buildshop .mapSpot .stops .images figure > img {
	width: 100%;
}
#buildshop .mapSpot .stops .images figcaption {
	position: absolute;
	left: 15px;
	width: 35px;
}
#buildshop .mapSpot .stops .images figcaption.top {
	top: 0;
	transform: translateY(-40%);
}
#buildshop .mapSpot .stops .images figcaption.bottom {
	bottom: 0;
	transform: translateY(25%);
}
#buildshop .mapSpot .stops .txt {
	margin-top: 30px;
	line-height: 2;
}
#buildshop .mapSpot .bdr {
	max-width: 53%;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width:1000px) {
	#buildshop .mapSpot .stops .txt {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media only screen and (max-width:767px) {
	#buildshop .mapSpot + .mapSpot {
		margin-top: 15px;
	}
	#buildshop .mapSpot .map {
		float: none !important;
		width: auto !important;
		margin-bottom: 45px;
	}
	#buildshop .mapSpot .map .ttl {
		margin-bottom: 20px;
	}
	#buildshop .mapSpot .stops {
		float: none !important;
		width: auto !important;
		padding-top: 0;
	}
	#buildshop .mapSpot .stops .images figcaption {
		left: 10px;
		width: 25px;
	}
	#buildshop .mapSpot .stops .txt {
		margin-top: 25px;
	}
	#buildshop .mapSpot .bdr {
		max-width: none;
		height: 75px;
		margin-top: 15px;
		background: url(../images/bdr_sp.svg) no-repeat center center;
		background-size: auto 100%;
	}
	#buildshop .mapSpot .bdr img {
		display: none;
	}
}


/* group01 */
#buildshop .mapSpot.group01 .stops .images li.wide {
	margin-top: 1.3%;
}
#buildshop .mapSpot.group01 .illusts .photo {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 51%;
}
#buildshop .mapSpot.group01 .illusts .illustP {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 14.8%;
}
@media only screen and (max-width:767px) {
	#buildshop .mapSpot.group01 .illusts {
		position: relative;
		width: 85%;
		max-width: 510px;
		margin: 20px auto 0;
	}
	#buildshop .mapSpot.group01 .illusts .photo {
		position: static;
		width: auto;
	}
	#buildshop .mapSpot.group01 .illusts .illustP {
		top: -10px;
		right: 8%;
		bottom: auto;
		width: 35%;
	}
	#buildshop .mapSpot.group01 .illusts .illustP img {
		width: 100%;
	}
}


/* group02 */
#buildshop .mapSpot.group02 .map {
	float: right;
}
#buildshop .mapSpot.group02 .stops {
	float: left;
}
#buildshop .mapSpot.group02 .stops .images li.wide {
	margin-bottom: 1.3%;
}
#buildshop .mapSpot.group02 .illusts .photo {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 22.6%;
}
#buildshop .mapSpot.group02 .illusts .illustP {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 17.8%;
}
@media only screen and (max-width:767px) {
	#buildshop .mapSpot.group02 .illusts {
		overflow: hidden;
		position: relative;
		width: 85%;
		max-width: 557px;
		margin: 20px auto 0;
	}
	#buildshop .mapSpot.group02 .illusts img {
		width: 100%;
	}
	#buildshop .mapSpot.group02 .illusts .photo {
		position: static;
		width: 40%;
		float: right;
	}
	#buildshop .mapSpot.group02 .illusts .illustP {
		position: static;
		width: 51.17%;
		float: left;
	}
}


/* group03 */
#buildshop .mapSpot.group03 .stops .images li.wide {
	margin-top: 1.3%;
}
#buildshop .mapSpot.group03 .stops .illusts {
	margin-top: 50px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	#buildshop .mapSpot.group03 .stops .illusts {
		margin-top: 20px;
	}
}



/*************************************************

 nonbiri

*************************************************/

#nonbiri {
	margin: 70px auto;
}
@media only screen and (max-width:767px) {
	#nonbiri {
		margin: 35px auto;
	}
}

/* title
-------------------------------------*/
#nonbiri .title {
	position: relative;
	max-width: 960px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 0;
	z-index: 2;
}
#nonbiri .title img {
	width: 68.75%;
}
#nonbiri .title .illust {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 12.4%;
}
@media only screen and (max-width:767px) {
	#nonbiri .title {
		margin-bottom: 20px;
	}
	#nonbiri .title img {
		width: auto;
	}
	#nonbiri .title .illust {
		position: static;
		display: block;
		width: 90px;
		margin: 5px auto 0 18%;
	}
}


/* flexList
-------------------------------------*/
#nonbiri .flexList {
	display: flex;
	justify-content: space-between;
}
#nonbiri .flexList li {
	width: 30.5%;
}
#nonbiri .flexList .ttl {
	display: table;
	width: 100%;
	height: 80px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	border-top: #00bdbd solid 2px;
	border-bottom: #00bdbd solid 2px;
}
#nonbiri .flexList .ttl span {
	display: table-cell;
	vertical-align: middle;
}
#nonbiri .flexList .name {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 90px;
	padding-bottom: 10px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	line-height: 1.1;
}
#nonbiri .flexList .name span {
	display: table-cell;
	vertical-align: middle;
}
#nonbiri .flexList .images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#nonbiri .flexList .images figure {
	position: relative;
	width: 49%;
}
#nonbiri .flexList .images figure:first-child {
	width: 100%;
	margin-bottom: 2%;
}
#nonbiri .flexList .images figure > img {
	width: 100%;
}
#nonbiri .flexList .images figcaption {
	position: absolute;
	left: 15px;
	width: 35px;
}
#nonbiri .flexList .images figcaption {
	top: 0;
	transform: translateY(-40%);
}
#nonbiri .flexList .txt {
	margin-top: 25px;
	line-height: 2;
}
#nonbiri .flexList .btns {
	overflow: hidden;
	margin: 5px 0 0 -20px;
}
#nonbiri .flexList .btns > * {
	float: left;
	padding: 10px 0 0 20px;
}
#nonbiri .flexList .btns .more a {
	display: block;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #00bdbd;
}
#nonbiri .flexList .btns .insta a {
	display: block;
	color: #323232;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}
#nonbiri .flexList .btns .insta a > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#nonbiri .flexList .btns .insta span {
	margin-right: 10px;
	padding-bottom: 3px;
	border-bottom: #323232 solid 1px;
}
@media only screen and (max-width:767px) {
	#nonbiri .flexList {
		display: block;
	}
	#nonbiri .flexList li {
		width: auto;
	}
	#nonbiri .flexList li + li {
		margin-top: 50px;
	}
	#nonbiri .flexList .ttl {
		height: 90px;
		font-size: 15px;
	}
	#nonbiri .flexList .name {
		padding-bottom: 10px;
		font-size: 23px;
	}
	#nonbiri .flexList .txt {
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.6;
	}
	#nonbiri .flexList .btns {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		margin: 20px 0 0;
	}
	#nonbiri .flexList .btns > * {
		float: none;
		padding: 0 10px;
	}
	#nonbiri .flexList .btns .more a {
		padding: 7px 15px;
		font-size: 15px;
	}
	#nonbiri .flexList .btns .insta a {
		display: block;
		color: #323232;
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
	}
	#nonbiri .flexList .btns .insta span {
		display: none;
	}
	#nonbiri .flexList .btns .insta img {
		width: 40px;
	}
}

/* application
-------------------------------------*/
#nonbiri .application {
	position: relative;
	margin-top: 80px;
	padding: 40px 70px 40px 50px;
	border: 5px dotted #d83915;
	border-radius: 20px;
}
#nonbiri .application > * {
	box-sizing: border-box;
	position: relative;
	padding-right: 180px;
	z-index: 1;
}
#nonbiri .application .phone {
	position: absolute;
	bottom: 40px;
	right: 65px;
	padding: 0;
	z-index: 2;
}
#nonbiri .application .lead {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
#nonbiri .application .ttl {
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #d83915;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	background: url(../images/dot.svg) repeat-x left bottom;
}
#nonbiri .application .txt01 {
	margin-bottom: 5px;
	padding-left: 110px;
	font-size: 18px;
	font-weight: 500;
}
#nonbiri .application .box {
	position: relative;
	padding-left: 110px;
}
#nonbiri .application .txt02 {
	float: left;
	padding: 10px 10px 0 0;
	font-weight: 700;
}
#nonbiri .application .box .spWrap {
	float: left;
}
#nonbiri .application .box .ico {
	position: absolute;
	bottom: 0;
	left: 0;
}
#nonbiri .application .box li {
	float: left;
}
#nonbiri .application .box li + li {
	margin-left: 10px;
}
@media only screen and (max-width:767px) {
	#nonbiri .application {
		overflow: hidden;
		margin-top: 50px;
		padding: 15px 10px;
		border: 3px dotted #d83915;
		border-radius: 10px;
	}
	#nonbiri .application > * {
		padding-right: 0;
	}
	#nonbiri .application .phone {
		position: static;
		float: right;
		width: 90px;
		padding-left: 10px;
	}
	#nonbiri .application .lead {
		margin-bottom: 5px;
		font-size: 13px;
	}
	#nonbiri .application .ttl {
		margin-bottom: 5px;
		padding-bottom: 0;
		font-size: 15px;
		background: none;
	}
	#nonbiri .application .txt01 {
		margin-bottom: 5px;
		padding-left: 0;
		font-size: 13px;
	}
	#nonbiri .application .box {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 0;
	}
	#nonbiri .application .txt02 {
		float: none;
		padding: 0;
		font-size: 12px;
	}
	#nonbiri .application .box .spWrap {
		overflow: hidden;
		position: relative;
		float: none;
		max-width: 300px;
		margin-top: 5px;
		padding-left: 0;
	}
	#nonbiri .application .box .ico {
		position: static;
		float: left;
		width: 40px;
	}
	#nonbiri .application .box ul {
		float: right;
	}
	#nonbiri .application .box li img {
		width: auto;
		height: 40px;
	}
	#nonbiri .application .box li + li {
		margin-left: 7px;
	}
}
@media only screen and (max-width:374px) {
	#nonbiri .application .box .ico {
		width: 34px;
	}
	#nonbiri .application .box li img {
		height: 34px;
	}
}


/*************************************************

 whatMaimai

*************************************************/
#whatMaimai {
	padding: 130px 0 200px;
	background: url(../images/bg_02.jpg);
	background-size: cover;
}
#whatMaimai .title {
	margin-bottom: 45px;
	text-align: center;
}
#whatMaimai .lead {
	margin-bottom: 20px;
	text-align: center;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	#whatMaimai {
		padding: 50px 0 70px;
	}
	#whatMaimai .title {
		margin-bottom: 20px;
	}
	#whatMaimai .lead {
		font-size: 15px;
		margin-bottom: 40px;
		text-align: left;
		line-height: 1.6;
	}
}



/* flexList
-------------------------------------*/
#whatMaimai .flexList {
	display: flex;
	justify-content: space-between;
}
#whatMaimai .flexList li {
	box-sizing: border-box;
	width: 19.3%;
	margin-top: 20px;
	padding: 25px 15px;
	background: url(../images/maimai_list_bg.png) no-repeat;
	background-size: 100% 100%;
}
#whatMaimai .flexList .img {
	margin-bottom: 15px;
	text-align: center;
	line-height: 0;
}
#whatMaimai .flexList .ttl {
	margin: 0 -10px 15px;
	font-weight: 700;
	text-align: center;
}
#whatMaimai .flexList p {
	font-size: 14px;
}
@media only screen and (max-width:991px) {
	#whatMaimai .flexList li {
		width: 33.3333%;
	}
}
@media only screen and (max-width:767px) {
	#whatMaimai .flexList {
		display: block;
	}
	#whatMaimai .flexList li {
		overflow: hidden;
		width: auto;
		margin-top: 0;
		padding: 10px;
		background: #fff;
		border-radius: 10px;
	}
	#whatMaimai .flexList li + li {
		margin-top: 20px;
	}
	#whatMaimai .flexList .img {
		float: left;
		width: 75px;
		margin-bottom: 0;
	}
	#whatMaimai .flexList .texts {
		margin-left: 85px;
	}
	#whatMaimai .flexList .ttl {
		margin: 0 0 5px;
		text-align: left;
	}
	#whatMaimai .flexList p {
		font-size: 13px;
		font-weight: 500;
	}
}


/* more
-------------------------------------*/
#whatMaimai .more {
	margin-top: 50px;
}
#whatMaimai .more a {
	display: block;
	max-width: 390px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-weight: 700;
	background-color: #d83915;
	text-align: center;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	#whatMaimai .more {
		margin-top: 30px;
	}
}



/* course
-------------------------------------*/
#whatMaimai .course {
	margin-top: 70px;
}


/* bdrTitle */
#whatMaimai .course .bdrTitle {
	overflow: hidden;
	text-align: center;
}
#whatMaimai .course .bdrTitle span {
	position: relative;
	display: inline-block;
	color: #00bdbd;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.3;
}
#whatMaimai .course .bdrTitle span:before,
#whatMaimai .course .bdrTitle span:after {
	position: absolute;
	top: 0;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	background: url(../images/bdr_03.svg) repeat-x center center;
}
#whatMaimai .course .bdrTitle span:before {
	right: 100%;
	margin-right: 25px;
}
#whatMaimai .course .bdrTitle span:after {
	left: 100%;
	margin-left: 25px;
}
@media only screen and (max-width:767px) {
	#whatMaimai .course .bdrTitle {
		margin-bottom: 30px;
	}
	#whatMaimai .course .bdrTitle span {
		font-size: 18px;
	}
	#whatMaimai .course .bdrTitle span:before {
		margin-right: 10px;
	}
	#whatMaimai .course .bdrTitle span:after {
		margin-left: 10px;
	}
}

/* flexList02 */
#whatMaimai .course .flexList02 {
	display: flex;
	margin: 0 -15px;
	justify-content: center;
}
#whatMaimai .course .flexList02 li {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	margin-bottom: 55px;
	padding: 50px 15px 0;
}
#whatMaimai .course .flexList02 .inBox {
	box-sizing: border-box;
	position: relative;
	height: 100%;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: #00bdbd solid 2px;
}
#whatMaimai .course .flexList02 .image {
	margin-bottom: 15px;
	text-align: center;
	line-height: 0;
}
#whatMaimai .course .flexList02 .name {
	display: table;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	border-top: #00bdbd solid 2px;
	border-bottom: #00bdbd solid 2px;
}
#whatMaimai .course .flexList02 .name span {
	display: table-cell;
	vertical-align: middle;
}
#whatMaimai .course .flexList02 .ttl {
	height: 6em;
	color: #00bdbd;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
#whatMaimai .course .flexList02 p {
	font-size: 13px;
}
#whatMaimai .course .flexList02 .btn {
	position: absolute;
	bottom: -55px;
	left: 0;
	width: 100%;
	text-align: center;
}
#whatMaimai .course .flexList02 .btn a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	background-color: #00bdbd;
}

@media only screen and (max-width:1040px) {
	#whatMaimai .course .flexList02 {
		max-width: 700px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#whatMaimai .course .flexList02 li {
		width: 50%;
	}
}
@media only screen and (max-width:767px) {
	#whatMaimai .course .flexList02 {
		display: block;
	}
	#whatMaimai .course .flexList02 li {
		overflow: hidden;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#whatMaimai .course .flexList02 li + li {
		margin-top: 30px;
	}
	#whatMaimai .course .flexList02 .inBox {
		width: auto;
		height: auto;
		border-bottom: none;
	}
	#whatMaimai .course .flexList02 .image {
		float: left;
		width: 75px;
		margin-bottom: 0;
	}
	#whatMaimai .course .flexList02 .texts {
		margin-left: 85px;
	}
	#whatMaimai .course .flexList02 .name {
		height: auto;
		padding: 5px 0;
		font-size: 15px;
		margin-bottom: 10px;
		text-align: left;
		border-width: 1px;
	}
	#whatMaimai .course .flexList02 .ttl {
		height: auto;
		margin-bottom: 5px;
		font-size: 15px;
		text-align: left;
	}
	#whatMaimai .course .flexList02 p {
		font-size: 13px;
	}
	#whatMaimai .course .flexList02 .btn {
		position: static;
		width: auto;
		margin-left: 85px;
		padding-top: 12px;
		text-align: center;
		border-top: #00bdbd solid 1px;
		text-align: left;
	}
}




/* js-effect
-------------------------*/
.js-effectFU,
.js-effectFL,
.js-effectFR,
.js-effectFD,
.js-effectIn {
	opacity: 0;
	transition-duration: 0.7s;
}

.js-effectFU {transform: translateY(30px);}
.js-effectFL {transform: translateX(30px);}
.js-effectFR {transform: translateX(-30px);}
.js-effectFD {transform: translateY(-30px);}

.visible .js-effectFU.is-shown,
.visible .js-effectFL.is-shown,
.visible .js-effectFR.is-shown,
.visible .js-effectFD.is-shown,
.visible .js-effectIn.is-shown {
	opacity: 1;
	transform: translate(0,0);
}