@charset "UTF-8";
.intro-h2{
	text-align: center;
	background: #3FACDC;
	color: #fff;
}
.menu-bg{
	background: #FCF9F4;
	padding-top: 30px;
}
.menu-h2{
	text-align: center;
	color: #3FACDC;
}
.menu-bg p{
	text-align: center;
}


/* CSS Document */
.mainVisual{
	position: relative;
}
.logo{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.logo img{
	width: 100%;
	height: 100%;
	max-width: 300px;
	margin: -150px auto 0;
}
.intro{
	position: relative;
	padding-top: 5%;
	background: #3FACDC;
}
.intro::before{
	content: "";
	width: 100%;
	height: 100px;
	display: block;
	background: url("../img/pc/line01-pc.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top:-55px;
	left: 0;
	z-index: 11;
}
/*------------------*------------------*------------------*------------------
txt-sec
*------------------*------------------*------------------*------------------*/
.txt-sec .txtArea {
	width: 100%;
	max-width: 600px;
	margin: 160px auto;
	display: flex;
	justify-content: space-between;
}
.txt-sec .txtArea .txt{
	width: 30%;
}
.txt-sec .txtArea .img{
	width: 70%;
}
.txt-sec .txtArea .txt img{
	max-width: 150px;
}
.txt-sec .txtArea .img img{
	width: 100%;
	max-width: 550px;
	max-height: 550px;
	margin-left: 60px;
}
/*------------------*------------------*------------------*------------------
line-up-sec
*------------------*------------------*------------------*------------------*/
.line-up-sec{
	margin-bottom: 160px;
	padding: 0 5%;
}
.line-up-sec .line-upArea {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.line-up-sec .line-upArea .ttl{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.line-up-sec .line-upArea .sliderArea{
	height: auto;
	margin: 100px auto;
}

.footerArea{
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 5em;
	background: #336BA6;
	color: #fff;
	
}
.footerArea .ttl{
	font-size: 2rem;
}
.footerArea div{
	width: 50%;
}
.footerArea div:last-child{
	text-align: right;
}
@media (max-width:767px){
.menu-bg {
	padding: 20px 5% 0;
	margin: 0 auto;
	}	
.logo{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.logo img{
	width: 100%;
	height: 100%;
	max-width: 60%;
	margin: -14vw auto 0;
}
.intro::before{
	content: "";
	width: 100%;
	height: 42px;
	display: block;
	background: url("../img/sp/line01-sp.png") no-repeat;
	background-position: bottom;
	background-size: contain;
	position: absolute;
	top:-41px;
	left: 0;
	z-index: 11;
}
	/*------------------*------------------*------------------*------------------
txt-sec
*------------------*------------------*------------------*------------------*/
.txt-sec .txtArea {
	width: 100%;
	max-width: 95%;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}
.txt-sec .txtArea .txt{
	width: 45%;
	text-align: center;
}
.txt-sec .txtArea .img{
	width: 55%;
}
.txt-sec .txtArea .txt img{
	max-width: 50%;
/*	margin-left: 10%;*/
}
.txt-sec .txtArea .img img{
	width: 100%;
	margin-left: 0;
}
	
.line-up-sec .line-upArea .sliderArea{
	height: auto;
	margin: 30px auto;
}
.line-up-sec{
	margin-bottom: 30px;
	padding: 0 5%;
}
.footerArea{
	display: flex;
	justify-content: space-between;
	padding: 30px 5%;
	background: #336BA6;
	color: #fff;
	flex-direction: column;
}
	.footerArea div{
	width: 100%;
}
	.footerArea div:last-child{
	text-align: left;
		margin-top: 30px;
}
		.footerArea div:last-child a {
			display: inline-block;
			margin-bottom: 30px;
}
}