@charset "UTF-8";
#header {
	height: 95px;
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_container {
	max-width: 100%;
	width: 100%;
	position: relative;
	padding: 0 50px;
	height: 95px;
}

.header_container p {
	font-size: 1.3rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, メイリオ, Meiryo, sans-serif;
}

.logo--meet {
	display: inline-block;
	height: 60px;
}

.logo--meet img {
	height: 60px;
}

.logo--laketown {
	display: inline-block;
	height: 15px;
	line-height: 0;
	margin-left: 32px;
}

.logo--laketown img {
	height: 15px;
}

.head_right {
	width: auto;
	align-items: center;
}

.head_right p {
	display: inline-block;
	padding-right: 2em;
}
  
@media only screen and (max-width: 768px) {
	#header {
		height: 60px;
	}	
	.header_container {
		padding: 0 4vw;
		height: 60px;
	}
	.header_container p {
		font-size: 1rem;
	}
	.logo--meet img, .logo--meet {
		height: auto;
		width: 4.2666667vw;
		line-height: 0;
	}
	.logo--laketown img, .logo--laketown {
		height: auto;
		width: 150px;
		margin-left: 0;
		line-height: 0;
	}	  
}