/* ---------------- body ---------------- */
body {
font-family: "ZenKakuGothic","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
color: #000;
line-height: 1.6;
font-size: 16px;
position: relative;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/* ---------------- link ---------------- */
a {transition: all 1s ease-out;}
a:link { text-decoration:none; color:#222; }
a:visited { transition: all 1s ease-out; text-decoration:none; color:#222; }
a:hover { text-decoration:none; color:#222; }
a:active { text-decoration:none; color:#222; }
/* ---------------- フォント ---------------- */
@font-face {
	font-family: 'ZenKakuGothic';
	font-style: normal;
	src: url('../fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
	src: url('../fonts/ZenKakuGothicNew-Regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'ZenKakuGothic_b';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
	src: url('../fonts/ZenKakuGothicNew-Bold.woff') format('woff');
	font-display: swap;
}
.yugo {
	font-family: 'ZenKakuGothic', sans-serif;
}
.yugo_b {
	font-family: 'ZenKakuGothic_b', sans-serif;
}
/* ---------------- nowrap ---------------- */
.nowrap {
	white-space: nowrap;
}
/* ---------------- box-sizing ---------------- */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.maintenance_wrap {
	width: 100%;
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maintenance {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.maintenance_box {
	padding: 0 50px;
}
.maintenance_txt01 {
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.maintenance_txt01 span {
	font-size: 18px;
	color: #F51111;
}
.maintenance_txt02 {
	margin: 60px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tel_txt {
	margin: 20px 0 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.logo {
	text-align: center;
}
.logo img {
	width: 60%;
}
.br_769 {
	display: block;
}
@media only screen and (min-width: 769px) {
	.maintenance {
		font-size: 40px;
	}
	.maintenance_txt01 {
		margin: 49px 0 0;
		font-size: 20px;
	}
	.maintenance_txt01 span {
		font-size: 25px;
	}
	.maintenance_txt02 {
		margin: 100px 0 0;
		font-size: 20px;
	}
	.tel_txt {
		margin: 34px 0 20px;
		font-size: 30px;
	}
	.br_769 {
		display: none;
	}
	.logo img {
		width: auto;
	}
}
