@charset "UTF-8";
/* CSS Document */

header{
	position: relative;
	height: 100px;
}

header h1{
	width: 128px;
	height: 128px;
	position: absolute;
	bottom: -65px;
	left:0;
	right: 0;
	margin: auto;
}

header h1 img{
	width: 100%;	
}

main{
	background-color: #ebf5fa;
}

#intro{
	padding-top: 100px;
	text-align: center;
	margin-bottom: 70px;
}

#intro h2{
	fotn-size:16px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.5em;
}

#intro .textWrap{
	font-size: 14px;
	line-height: 1.7em;
}

#menuSlider{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
	box-sizing: border-box;
}

#menuSlider .slideWrap{
	margin: 0 20px;
}

#menuSlider .slideWrap a{
	display: block;
}

#menuSlider .slideWrap .inner{
	position: relative;
	width: auto;
}

#menuSlider .imgWrap{
	margin-bottom: 30px;
}

#menuSlider .imgWrap img{
	width:100%;
}

#menuSlider h3{
	font-size: 18px;
	color: #00a199;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#menuSlider .textWrap{
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.5em;
}

footer .logo {
	position: absolute;
	left: 35px;
	top: 0px;
	width: 50px;
}

footer .sns {
	width: 102px;
	position: absolute;
	right: 0px;
	top: 0;
    display: flex;
    justify-content: space-between;
}

footer .sns li {
	width: 24px;
}



a.noLink{
	pointer-events: none;
	cursor: none;
}

/*画面サイズが1400px以下の場合*/
@media screen and (max-width: 1400px) {
	#menuSlider{
		width: 100%;
		margin:0 auto;
	}
}
/*画面サイズが1200px以下の場合*/
@media screen and (max-width: 1200px) {	
    footer .sns {
        right: 20px;
    }
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	footer .fb {
		right: 50px;
	}
    
    footer .sns {
        right: 100px;
    }

@media screen and (max-width: 980px) {
	.inner {
		width: auto;
		padding: 0 20px;
	}
}

/*画面サイズが850px以下の場合*/
@media screen and (max-width: 850px) {
	footer .logo {
		left: 0;
	}
    
     footer .sns {   
        width: 102px;
        right: auto;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); 
    }
    
    footer .inner {
        padding: 50px 20px 60px;
    }

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {

}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	#menuSlider .slideWrap{
		margin: 0 10px;
	}
	
	footer .fb {
		right: 50px;
		top: 10px;
	}
	
}

/*画面サイズが600px以下の場合*/
@media screen and (max-width: 600px) {
	

}

/*画面サイズが560px以下の場合*/
@media screen and (max-width: 560px) {

}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {

}

/*画面サイズが400px以下の場合*/
@media screen and (max-width: 400px) {

}