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

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

#header {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
    
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header01 {
    position: relative;
	width: 23.611111%;
}

.header02 {
    position: relative;
	width: 9.722222%;
}

.header03 {
    position: relative;
	width: 66.666667%;
}

.einladung01 {
	position: relative;
	width: 65.625%;
}

.einladung02 {
	position: relative;
	width: 34.375%;
}

.einladung03 {
	position: relative;
	width: 52.777778%;
}

.einladung04 {
	position: relative;
	width: 34.375%;
}

.einladung06 {
	position: relative;
	width: 12.847222%;
}

#header img,
#wrap img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px){
	.einladung01 {
		width: 100%;
	}
	.einladung02 {
		width: 100%;
	}
	.einladung03 {
		width: 100%;
	}
	.einladung04 {
		width: 100%;
	}
    .einladung06 {
        display: none;
    }
    .header01 {
        width: 80%;
        padding: 0 10%;
    }
    .header02 {
        display: none;
    }
    .header03 {
        width: 100%;
    }
}
