@charset "utf-8";

.pc {
	display: none;
}

.tablet {
	display: none;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


#MvArea  {
	background: url(../../img/greeting/greeting_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}


.greetingImg {
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
}
.greetingImg p{
	margin-bottom: 20px;
}
.greetingImg p img {
	width: 100%;
	height: auto;
}
.greetingTxt p {
	margin-bottom: 20px;
	line-height: 1.5;
}
.greetingCont .name {
	text-align: right;
}

.greetingCont {
	position: relative;
}