@charset "UTF-8";
/* header
   ========================================================================== */
header {
	background: url(../image/450-20200728231740_02.jpg) no-repeat center bottom -100px #fbdfc6;
	background-size: cover;
	margin: auto auto 30px;
	padding: 20px 0 20px;
	padding-bottom: 70px;
	overflow: hidden;
}

.hdr_top {
	display: block;
	margin: auto auto 20px;
	text-align: center;
	width: 80%;
}

.hdr_inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 980px;
	text-align: center;
	position: relative;
}

.hdr_h1 {
	width: 29%;
	position: absolute;
	top: 29%;
	left: -15%;
	/*transform: rotate(-3deg);*/
	box-shadow: 1px 1px 5px #999;
}

.hdr_en {
	display: block;
	margin: -5px auto auto 10%;
	width: 90%;
}

.hdr_nc {
	width: 80%;
	margin: 30px 20px auto;
	float: right;
}

@media screen and (max-width: 800px) {
header {
	background: url(../image/450-20200728231740_sp01.jpg) no-repeat center top,  url(../image/450-20200728231740_sp02.jpg) no-repeat center bottom #feefdc;
	background-size: 100%;
	padding-bottom: 40px;
}

.hdr_inner {
	width: 100%;
	padding: 0 2%;
}

.hdr_top {
	margin: auto auto 30px;
	width: 100%;
}

.hdr_h1,
.hdr_nc {
	display: block;
	float: none;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
}

.hdr_h1 {
	width: 50%;
	transform: rotate(0);
	position: static;
	margin-bottom: 40px;
}

.hdr_en {
	width: 100%;
	margin: auto;
}
}

/* プリント非表示
   ========================================================================== */
@media print {
	.drawr-bt { display: none !important;}
}