@charset "utf-8";
/* パソコン
---------------------------------------------------------- */
.container_all {
	width: 100%;
	height: 100%;
	display: table;
	background-image: url(../img/bg_underconstruction.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-position: center center;
}
.container_all .container {
	width: 100%;
	margin: 0 auto;
	/* min-width: 1024px; */
	display: table-cell;
	vertical-align: middle;
}
h1 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}
h1 span {
	font-size: 48px;
	font-weight: 700;
	margin-left: 5px;
}
.url_buchi {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
h2 {
	margin-top: 10%;
	font-size: 62px;
	font-weight: 800;
	line-height: 1.2;
}
p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}
address {
	color:#cfa900;
	font-size: 12px;
	line-height: 1.2;
	display: block;
	margin-top: 15%;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* スマホ
---------------------------------------------------------- */
.container_all {
	background-image: url(../img/bg_underconstruction_smp.jpg);
	background-position: left center;
}
.container_all .container {
	width: 80%;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
/* word-break: break-all; */
}
h1 {
	margin-top: 0px;
	font-size: 100%;
	font-weight: 400;
}
h1 span {
	font-size: 200%;
	font-weight: 700;
	margin-left: 5px;
}
.url_buchi {
	font-size: 90%;
	line-height: 1.2;
	font-weight: 400;
}
h2 {
	margin-top: 25%;
	font-size: 200%;
	font-weight: 800;
	line-height: 1.2;
}
p {
	width: 90%;
	margin: 3% auto 0 auto;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.2;
	/* text-align: justify; */
}
address {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 25%;
}
}