@charset "UTF-8";
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
main a {
	color: #333;
	text-decoration: none;
}
h1 img {
	width: 300px;
	height: auto;
}
dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	width: 800px;
	border-top: 1px solid rgba(255,255,255,.6);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
dl dt {
	width: 150px;
	padding: 10px;
	font-weight: 700;
}
dl dd {
	width: 650px;
	padding: 10px;
}
small {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}
@media screen and (max-width: 840px) {
	main {
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 30px;
		padding: 30px 20px 0;
	}
	h1 img {
		width: 250px;
	}
	dl {
		width: 100%;
	}
	dl dt {
		width: 100%;
		padding: 10px 10px 0;
	}
	dl dd {
		width: 100%;
	}
	small {
		display: inline-block;
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sp {
	display: none;
}
.tb {
	display: none;
}
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
      max-width: 100%;
      height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 414px) {
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

